Martin C
VIP Member
Load the NAND dump you were given into 360 Flash Dump Tool, go to the bad blocks tab and take a screenshot.
I already tried this. Juszt to be sure, I cleared out the old nand it made and the nanddump.bin, copied over the original nand given me to nanddump.bin, made sure noremap was false, and reran multi tool and tried to rawflash the resulting nandflash.bin. Same result. I can load FSB, but otherwise loading with no USB or HDD gives an E71.So this was a mis-type:
360 Flash Dump Tool:
Note: Bad Block ID 0x0150 [Offset: 0x02B50000]
Note: Bad Block ID 0x016B [Offset: 0x02ECB000]
-> Block ID 0x016A found @ 0x1FE [Offset: 0x041BE000]
-> Block ID 0x0150 found @ 0x1FF [Offset: 0x041DF000]
So set noremap back to false as you original dump (which you should be using to build this) is ok.
So I run nandpro like this on the nandflash.bin I just created in Multi Tool, right? Not the original?try this:
nandpro nandflash.bin: -r64 150.bin 1ff 1
nandpro nandflash.bin: -r64 16B.bin 1fe 1
nandpro nandflash.bin: -w64 150.bin 150 1
nandpro nandflash.bin: -w64 16B.bin 16B 1
You're basically copying them back. You don't need a nand-x for this.
Flash this to your console using rawflash v4 and let me know if you get any write errors.