Hi all,
it seems that I screwed up my Pogo V4-A3-01 nand (I don't know how.. I tought that it was read-only). In short now I don't have a working uImage nor rootfs on the nand of my Pogoplug V4. The only thing that is working is uboot but unfortunately in the various attempts to recover the system I ended to install the Davy's uBoot image (April 8th 2012) ( uboot.nandpogoV4-MMC-mtdparts-noSATA.kwb ) which doesn't support boot from sata (which I need). However I've access to serial console and tftp is working, so should not be difficult to recover the whole system. I just need some backups of mtd0 mtd1 and mtd2 of a working pogoplug v4. Unfortunately I can't find these backups on internet, so I'm asking you, if you have a working pogoplug v4 please do some backups of your nand and upload somewhere to I can recover mine. (I don't need specifically the original firmware, I just need a working o.s.).
for the backups you need to do something like this:
$this->bbcode_second_pass_code('', ' dd if=/dev/mtd0 of=mtd0.img
dd if=/dev/mtd1 of=mtd1.img
dd if=/dev/mtd2 of=mtd2.img')
or better with nanddump:
$this->bbcode_second_pass_code('', './nanddump -nf USB/mtd0 /dev/mtd0
./nanddump -nf USB/mtd1 /dev/mtd1
./nanddump -nf USB/mtd2 /dev/mtd2')
if you want to help but you don't know how to do, please just ask.. would be much appreciated.
Thank you!!