The booting from compact flash problem has been solved… the problem
is that the neutrino dinit program doesn’t write the loader correctly
onto the fash…
the solution is:
obtain a image for a qnx 4 boot disk… (i got mine from support but i
hope they will post it for download somewhere…
once booted in qnx4
no in my case the CF was /dev/hd1 but yous might be different.
Fsys.eide
fdisk /dev/hd1
create your boot partition, don’t forget to make it bootable
reboot into qnx4 again to update the partition table
mount -p /dev/hd1
dinit -h -f mybootimage /dev/hd1t79
i loaded my bootimage when i did the dinit, but you should be able to
boot into neutrino and copy it over that way too.
reboot and if all is well your up and booting off of flash…
vince