Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 47336

Re: Upgrade older PogoPlug Mobile flash to newer?

$
0
0
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/
/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...

Viewing all articles
Browse latest Browse all 47336

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>