Hi,
I'm trying to use a PogoPlug V3 Pro as a wireless squeezebox player, and I ran into an error from flash_erase while following Qnology (GreyMan?)'s instructions for V3 Oxnas at this link:
I'm trying to use a PogoPlug V3 Pro as a wireless squeezebox player, and I ran into an error from flash_erase while following Qnology (GreyMan?)'s instructions for V3 Oxnas at this link:
... /tmp # tar -xf uboot.2013.10-tld-4.ox820.bodhi.tar /tmp # /tmp/flash_erase /dev/mtd0 0x0 6 Erase Total 6 Units Performing Flash Erase of length 131072 at offset 0xa0000 done /tmp # /tmp/nandwrite /dev/mtd0 uboot.spl.2013.10.ox820.850mhz.mtd0.img Writing data to block 0 at offset 0x0 /tmp # /tmp/nandwrite -s 262144 /dev/mtd0 uboot.2013.10-tld-4.ox820.mtd0.img Writing data to block 2 at offset 0x40000 Writing data to block 3 at offset 0x60000 Writing data to block 4 at offset 0x80000 Writing data to block 5 at offset 0xa0000 /tmp # /tmp/flash_erase /dev/mtd0 0x00100000 1 Erase Total 1 Units Performing Flash Erase of length 131072 at offset 0x100000 MTD Erase failure: Input/output errorI can still ssh into the box using 'ceadmin', and I'm looking for assistance with deciding what I should do next. It looks like the uboot environment goes at the location that I had trouble erasing.
~ # /tmp/fw_printenv Too few good blocks within range ~ #Should I try erasing again, programing the env, and seeing what it looks like with fw_printenv? Or can I locate the env at a different address?