wolfie708: If I wanted you're opinion I would take my **** out of you're mouth
jk hehe
Anyway here is the code you all want to flash from petitboot:
I have posted on how to R/W entire NOR or just the eEID section.
Make sure to take a valid dump from gameOS as well so you can match both dumps also if you have a hardware flasher I highly advise you do, check that dump against the soft dumps to make 100% sure :P
How to W/R NOR from petiteboot:
------------------------------------------------------
READ NOR : dd if=/dev/ps3nflasha of=/tmp/petitboot/mnt/sda1/cexnor.bin bs=1024
WRITE NOR: dd if=dexnor.bin of=/dev/ps3nflasha bs=1024
READ eEID : dd if=/dev/ps3nflasha skip=$((0x2F000)) of=/tmp/petitboot/mnt/sda1/eid.bin bs=1 count=$((0x10000))
WRITE eEID: dd if=eid.bin.dex of=/dev/ps3nflasha bs=1 seek=$((0x2F000)) count=$((0x10000))
-------------------------------------------------------
Im not going to bother with the NAND because its a pain in he balls (and thats if you can even get it to work) :P