Recovery from a Blown Serial Port March 11, 2012 05:41PM |
Registered: 12 years ago Posts: 501 |
> dockstar_init dockstar_init target state: halted target halted in ARM state due to debug-request, current mode: Supervisor cpsr: 0x000000d3 pc: 0xffff0000 MMU: disabled, D-Cache: disabled, I-Cache: disabled > nand probe 0 nand probe 0 NAND flash device 'NAND 128MiB 3.3V 8-bit (Hynix)' found > nand erase 0 0x0 0xa0000 nand erase 0 0x0 0xa0000 erased blocks 0 to 5 on NAND flash device #0 'NAND 128MiB 3.3V 8-bit' > nand erase 0 0xa0000 0xe0000 nand erase 0 0xa0000 0xe0000 erased blocks 5 to 12 on NAND flash device #0 'NAND 128MiB 3.3V 8-bit' > nand write 0 uboot.mtd0.kwb-pogo_e02-DGL2CDisabled 0 oob_softecc_kw nand write 0 uboot.mtd0.kwb-pogo_e02-DGL2CDisabled 0 oob_softecc_kw > nand write 0 uboot_E02.environment 0x0c0000 oob_softecc_kw nand write 0 uboot_E02.environment 0x0c0000 oob_softecc_kwNow, to get some kind of control over it... go back in while booted in Debian and turn on the netconsole:
fw_setenv serverip 192.168.11.149 fw_setenv ipaddr 192.168.11.150 fw_setenv ethaddr 00:25:31:02:CD:67 fw_setenv if_netconsole 'ping $serverip' fw_setenv start_netconsole 'setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;' fw_setenv preboot 'run if_netconsole start_netconsole'
nc -klu 6666
Re: Recovery from a Blown Serial Port March 15, 2012 01:46AM |
Registered: 13 years ago Posts: 20 |
Re: Recovery from a Blown Serial Port March 15, 2012 04:04PM |
Registered: 12 years ago Posts: 501 |