Usa questo batch per fare la lettura:
Codice:
@echo off
ping 127.0.0.1 -n 10 -w 1000 > nul
NandPro usb: -r16 dump_1.bin
ping 127.0.0.1 -n 10 -w 1000 > nul
NandPro usb: -r16 dump_2.bin
fc /b dump_1.bin dump_1.bin
pause
E poi usa questo per scrivere l'ecc:
Codice:
@echo off
NandPro usb: -e16
ping 127.0.0.1 -n 3 -w 1000 > nul
NandPro usb: +w16 image_00000000.ecc
pause
Quest'ultimo invece per scrivere il freeboot:
Codice:
@echo off
ping 127.0.0.1 -n 3 -w 1000 > nul
NandPro usb: -e16
ping 127.0.0.1 -n 3 -w 1000 > nul
NandPro usb: -w16 nandflash.bin
ping 127.0.0.1 -n 3 -w 1000 > nul
NandPro usb: -r16 test.bin
fc /b nandflash.bin test.bin
pause
Sono per nand a 16mb per le 256mb o per le 512mb devi sostituire tutti i valori r16,w16 ed e16 in r64,w64 ed e64.
Puoi creare anche 3 fine batch con nomi leggi16.bat, ecc16.bat e scrivi16.bat e poi altri 3 leggi64.bat, ecc64.bat e scrivi64.bat ovviamente per chi ne deve fare tanti sono utili.
Segnalibri