johnklos,
Use nanddump and nandwrite in Linux. Simplest. Remember to make sure the nandwrite uses the correct option that nanddump used regarding OOB. Also make sure to look at the usage for nanddump and nadwrite in your installation.
example: nanddump to /tmp/usb/
Use nanddump and nandwrite in Linux. Simplest. Remember to make sure the nandwrite uses the correct option that nanddump used regarding OOB. Also make sure to look at the usage for nanddump and nadwrite in your installation.
example: nanddump to /tmp/usb/
/tmp # ./nanddump -nf usb/mtd0 /dev/mtd0 Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00200000… /tmp # ./nanddump -nf usb/mtd1 /dev/mtd1 Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00300000... /tmp # ./nanddump -nf usb/mtd2 /dev/mtd2 Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00300000... /tmp # ./nanddump -nf usb/mtd3 /dev/mtd3 Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00800000... /tmp # ./nanddump -nf usb/mtd4 /dev/mtd4 Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x07000000...