After no luck with lpt I finally got 2 matching dumps using Gentoo
Used a slower and smaller usb pen (thanks Zanzang) and the following commands;
sudo su -
cd /home/gentoo/Desktop
mkdir flash
dmesg | grep -i "SCSI device"
mount /dev/sda1 /home/gentoo/Desktop/flash
cd /home/gentoo/Desktop/flash
gcc lflash.c -o lflash
./lflash 1.bin
Then removed pen transferred backup to PC and put pen back in 360 without rebooting Gentoo and typed:
mount /dev/sda1 /home/gentoo/Desktop/flash
cd /home/gentoo/Desktop/flash
gcc lflash.c -o lflash
./lflash 2.bin
Using a slower pen drive it always restarted after pauses during read and verify.
So to add my original 2mb backup taken before flashing Xell (called orig.bin) to the beginning of the Gentoo dump can't I use;
NandPro 1.bin: -w2 orig.bin
Or do I need the two numbers afterwards to tell Nandpro where to write and by how many blocks?
Thanks in advance to any answers and now onto flashing XBR - wish I knew how to code lflash for that
This post has been edited by modslave: Jan 6 2010, 10:43 PM