|
Re: x86 image on usbstick
|
12/04/2007 4:38 PM
post3326
|
Re: x86 image on usbstick
Hi,
Post you project file or post the non-momentics version of the mkifs file.
Are you using:
[virtual=x86,bios] .bootstrap={ ?
try:
[virtual=x86,raw] .bootstrap={
Maybe this helps.
Check also:
http://www.qnx.com/developers/docs/6.3.2/neutrino/utilities/m/mkifs.html#raw
Regards,
Freddy
I
|
|
|
|
Re: x86 image on usbstick
|
01/03/2008 10:38 AM
post4034
|
Re: x86 image on usbstick
Just for reference, I'm doing exactly this at the moment using the following configuration:
menu.lst
title QNX USB Image (generic.ifs)
root (hd0,0)
kernel /generic.ifs
build file:
[virtual=x86,elf +compress] .boot {
// blah blah
}
I believe it's the elf bit which is most crucial here. Once I've created a generic.ifs from this build file I simply
drop it on the USB stick and I'm off. Very handy!
|
|
|