I downloaded and built the (generic) QNX BSP and copied it on a flash drive. The target is a x86 system. The problem now is that the bios does not recognise the flash drive / bsp and therefore cannot boot the OS. Is there some trick I forgot? Please ask further questions if you need more information! Thanks
Asked
Active
Viewed 5,732 times
2 Answers
0
Please have a look at http://community.qnx.com/sf/wiki/do/viewPage/projects.bsp/wiki/X86Bios and download the user guide. There is a chapter describing how to boot from USB devices. I have already tried it and it works.

pathpot
- 41
- 1
- 6
-1
This QNX nowledge base entry might also be helpful:
http://www.qnx.com/support/knowledgebase.html?id=50130000000Smi2
Here's a simple procedure that can get you going quickly:
- From a native QNX system go to /boot/build
- Build a default OS image: mkifs bios.build bios.ifs
- Create a partition on the card or USB stick if there isn't one yet like this:
# fdisk /dev/<device name>
Create a partition of type 77,78 or 79 and make it bootable.
- Initialize the partition and copy the image to it: dinit -hq -f /boot/build/bios.ifs /dev/t
- Install the loaders: dloader /dev/hd10 pc1 dloader /dev/hd10t77 pc2 Reboot the system and the card should boot.

Whome
- 507
- 1
- 8
- 24