Hello,
In trying to get gdbserver running with Code Sourcery G++ I managed to corrupt my pre-installed Linux image.
I follwed these instructions (replacing rootfs.jffs2 with arago-demo-image-glibc-ipk-2009.11-am3517-evm.rootfs.ext2)
AM3517_EVM # mw.b 0x81600000 0xff 0x6000000 AM3517_EVM # nand erase 780000 6000000 AM3517_EVM # tftpboot 0x81600000 rootfs.jffs2 AM3517_EVM # nandecc sw AM3517_EVM # nand write.i 0x81600000 780000 6000000
And it successfully transfered the 32MB image over from TFTP,
but when I reboot the board I get hundreds of
Empty flash at 0x00d40910 ends at 0x00d4091c
type messages. So I clearly missed a step somewhere.
Given that I have the TFTP server up on the Host and U-Boot running on the target
what is the best way to reflash
arago-demo-image-glibc-ipk-2009.11-am3517-evm.rootfs.ext2?
thank you,
-Reinyn