1
5x00 General discussions / looking for ROMburst and Modzaurus
« on: October 16, 2004, 03:46:15 am »
Hi,
I do not seem to be able to find the actual binary for Romburst, but you can get the source code from here:
Ian's Zaurus Hacking...
It is down on the bottom.
I have also saved a bit of "extra" text, probably from a digest message, which may also be of some use:
HTH,
Don
I do not seem to be able to find the actual binary for Romburst, but you can get the source code from here:
Ian's Zaurus Hacking...
It is down on the bottom.
I have also saved a bit of "extra" text, probably from a digest message, which may also be of some use:
Quote
Hey lazyate,
If all you're trying to do is extract the contents of Sharp's ROMIMAGE file there's an easier way. Try the following commands.
To extract the kernel:
dd bs=131072 skip=6 count=8 if=ROMIMAGE of=zImage
To extract the file system:
dd bs=131072 skip=14 count=128 if=ROMIMAGE of=initrd.bin
Hope this helps.
crow
HTH,
Don