|
Jonathan Juniman
|
Re: What format is .ifs & how do you convert to S-record?
|
|
Jonathan Juniman
03/26/2008 4:49 PM
post6174
|
Re: What format is .ifs & how do you convert to S-record?
I've gotten a little further since I posted this. "ifs", as you all know, is an image file system. You can convert it to
s-record like this:
mkrec app.ifs > app.srec
However, I think this still gives you a bag of bytes containing a filesystem, rather than a bag of opcodes you can jump
to & start executing. The bootrom on the MVME183 of course knows nothing about QNX file systems. It just tries to jump
to location 0 and start executing.
So my new mission is; how do you turn an image file system into such an executable bag of bytes? I know it can be done
because the BIOS in your PC behaves the same way, and the QNX image on the boot CD is perfectly happy to be jumped to
and executed.
|
|
|
|
|