Hi guys,
I got a pogoplug pro from ebay,
It is not working out of box, it has no ethernet interface.
I have my serial port setup.
and get the image from
http://www.pogoplugged.com/forum/thread ... 9341401162
the thing is how to reflash pogoplug pro,
what is nand erase offset like this in pogoplug pink?
nand erase 0x100000 0x400000
tftp 0x800000 ce_kernel_v1.1.img
(note transfer-size -- Should be 1973968)
nand write.e 0x800000 0x100000 0x1e1ed0
tftp 0x1000000 ce_ramdisk_v1.1.img
(note transfer-size -- Should be 9976735)
setenv bootargs $(console) root=/dev/mtdblock2 initrd=0x1000000,0x983b9f
bootm 0x800000
Is there any instruction to flash pogopro online?
thanks