Much to my chagrin my dockstar would no longer boot off internal flash (but still can boot off external usb). I'd really like to have the internal flash work again because it just makes failsafe/rescue with original firmware so much easier.
Here is the uboot netconsole output:
Is there a way to attempt to (safely) erase the affected flash areas and put back 'uboot-original-mtd0.kwb' and whatever else might be affected?
Here is the uboot netconsole output:
U-Boot 2010.06-00695-gbd23130-dirty (Aug 30 2010 - 23:04:56) Marvell-Dockstar/Pogoplug by Jeff Doozan Hit any key to stop autoboot: 8 Marvell>> run bootcmd_pogo run bootcmd_pogo ### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000 read_nand_cached: error reading nand off 0x570000 size 8192 bytes off = 0x56ffa0 magic 0x1985 type 0xe002 node.totlen = 2705 read_nand_cached: error reading nand off 0x83c200 size 8192 bytes read_nand_cached: error reading nand off 0x8e6000 size 8192 bytes off = 0x8e5f0c magic 0x1985 type 0xe002 node.totlen = 2917 read_nand_cached: error reading nand off 0xa44400 size 8192 bytes off = 0xa43eb4 magic 0x1985 type 0xe002 node.totlen = 1955 read_nand_cached: error reading nand off 0xa4c600 size 8192 bytes off = 0xa4c1a0 magic 0x1985 type 0xe002 node.totlen = 1761 read_nand_cached: error reading nand off 0xaea400 size 8192 bytes off = 0xae9cac magic 0x1985 type 0xe002 node.totlen = 2643 read_nand_cached: error reading nand off 0xd42400 size 8192 bytes off = 0xd423dc magic 0x1985 type 0xe002 node.totlen = 1940 read_nand_cached: error reading nand off 0xfa2600 size 8192 bytes read_nand_cached: error reading nand off 0x110e400 size 8192 bytes off = 0x110e330 magic 0x1985 type 0xe002 node.totlen = 1196 ### JFFS2 load complete: 524288 bytes loaded to 0x800000 ## Starting application at 0x00800200 ... (flashing amber led)
Is there a way to attempt to (safely) erase the affected flash areas and put back 'uboot-original-mtd0.kwb' and whatever else might be affected?