View Single Post
  #15 (permalink)  
Old November 23rd, 2004, 11:49 AM
Mophun Mophun is offline
Newbie Floating Down The Mistic River
 
Join Date: Nov 2004
Posts: 24
Quote:
Originally Posted by slimscsi
Ok, its a start, there is a romfs image within the firmware image. it starts at byte 1835040 you can mount it like this

Code:
mkdir /mount/pmp_firmware
dd if=allimg.hex of=allimg.img bs=1 skip=1835040
mount -o loop -t romfs allimg.img /mount/pmp_firmware
as for the stuff before 1835040, the is a 16 byte header at the begining, and i think the rest is deticated to rrload, but I will look at it more tommorrow

Made any progress yet?
Reply With Quote