Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Problem Flashing with BOOTUTILW64E [FLB File]
2015-07-17, 17:57 (This post was last modified: 2015-07-17 18:41 by jrsmile.)
Post: #9
RE: Problem Flashing with BOOTUTILW64E
[SOLVED]
save rom in container and raw rom from card:
BOOTUTILW64E.EXE -nic=1 -SAVEIMAGE -FILE=backup.FLB
BOOTUTILW64E.EXE -nic=1 -SAVEIMAGE -FILE=backup.NIC
note down size of backup.nic
extract header:
dd if=BACKUP.FLB bs=1 count=378 of=header.flb
make bin/808610d3.mrom (You have to use Mrom format)
utils/./padimg.pl --blksize=(size of backup.nic) --byte=0x00 808610d3.mrom
cat header.flb 808610d3.mrom > 808610d3.flb
BOOTUTILW64E.EXE -nic=1 -RESTOREIMAGE -FILE=808610d3.flb
sample file can be downloaded from http://www.behead.de/808610d3.flb
sample header: http://www.behead.de/header.flb
i used this method because i was not able to correctly modify the header so i padded the file to be the exact same size as the original image and just added the header.
in theory this should work without the size limitation of the original file.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem Flashing with BOOTUTILW64E - jrsmile - 2015-07-17 17:57



User(s) browsing this thread: 1 Guest(s)