musselmanb,
1. The nanddump and nandwrite go in pair. But I don't know the nanddump and nandwrite version you're using. Are you using what Jeff script uses?
Your nanddump and nandwrite look OK to me if those were same one that Jeff script uses.
2. Your flashing would work only if the stock Pogoplug NAND has the same MTD parts as what Jeff script defines. I don't remember if this is true. If you have a working stock Pogoplug now then you should login and do
to make sure the mtds you dump are correct location and size.
1. The nanddump and nandwrite go in pair. But I don't know the nanddump and nandwrite version you're using. Are you using what Jeff script uses?
Your nanddump and nandwrite look OK to me if those were same one that Jeff script uses.
nanddump -nof ~/backup/mtd1 /dev/mtd1 nandwrite /dev/mtd1 ~/backup/mtd1
2. Your flashing would work only if the stock Pogoplug NAND has the same MTD parts as what Jeff script defines. I don't remember if this is true. If you have a working stock Pogoplug now then you should login and do
cat /proc/mtd
to make sure the mtds you dump are correct location and size.