Hi.
I have jtag`able jasper with 512MB internal memory.
For dumping NAND i used nandpro 2.0e with following commands:
Nandpro.exe usb: -r512 nand2.bin 0 1000
Nandpro.exe usb: -r512 nand8.bin AE0 600
This dumps have same md5 hash and size about 67584 KB.
But nandpro shows me an error:
Error: 250 reading block 808
When i open this dump in Flashtool 0.94 it says:

Why nandpro shows thath bad block number is 808, Flashtool - 0x0101
Can i use this dump for building freeboot image?
Which command should i use for writing this image to NAND?
nandpro.exe usb: -w512 freebootimg.bin 0 1000
or something else?