Re: Restore Pogoplug V4 to factory State March 22, 2015 08:42PM |
Registered: 9 years ago Posts: 9 |
Re: Restore Pogoplug V4 to factory State March 22, 2015 11:35PM |
Admin Registered: 13 years ago Posts: 18,896 |
Quote
Updated 02 Sept 2014:
Rootfs Debian-3.16.0-kirkwood-tld-2
Re: Restore Pogoplug V4 to factory State March 24, 2015 08:21PM |
Registered: 9 years ago Posts: 9 |
root@debian:/dev# nandwrite -on /dev/mtd0 mtd0 Input file is not page-aligned. Use the padding option. Data was only partially written due to error : Success
root@debian:/dev# fw_printenv mtdparts Warning: Bad CRC, using default environment ## Error: "mtdparts" not defined root@debian:/dev# fw_printenv Warning: Bad CRC, using default environment bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm bootdelay=5 baudrate=115200
Re: Restore Pogoplug V4 to factory State March 24, 2015 10:52PM |
Admin Registered: 13 years ago Posts: 18,896 |
nandwrite --help
Re: Restore Pogoplug V4 to factory State March 25, 2015 06:26PM |
Registered: 9 years ago Posts: 9 |
root@debian:~# nandwrite --help Usage: nandwrite [OPTION] MTD_DEVICE [INPUTFILE|-] Writes to the specified MTD device. -a, --autoplace Use auto oob layout -j, --jffs2 Force jffs2 oob layout (legacy support) -y, --yaffs Force yaffs oob layout (legacy support) -f, --forcelegacy Force legacy support on autoplacement-enabled mtd device -m, --markbad Mark blocks bad if write fails -n, --noecc Write without ecc -o, --oob Image contains oob data -s addr, --start=addr Set start address (default is 0) -p, --pad Pad to page size -b, --blockalign=1|2|4 Set multiple of eraseblocks to align to -q, --quiet Don't display progress messages --help Display this help and exit --version Output version information and exit root@debian:~#
Re: Restore Pogoplug V4 to factory State March 25, 2015 07:34PM |
Admin Registered: 13 years ago Posts: 18,896 |
ls -lh mtd*
Re: Restore Pogoplug V4 to factory State March 25, 2015 08:36PM |
Registered: 9 years ago Posts: 9 |
root@debian:/dev# ls -lh mtd* crw------- 1 root root 90, 0 Dec 31 1969 mtd0 crw------- 1 root root 90, 1 Dec 31 1969 mtd0ro crw------- 1 root root 90, 2 Dec 31 1969 mtd1 crw------- 1 root root 90, 3 Dec 31 1969 mtd1ro crw------- 1 root root 90, 4 Dec 31 1969 mtd2 crw------- 1 root root 90, 5 Dec 31 1969 mtd2ro crw------- 1 root root 90, 6 Dec 31 1969 mtd3 crw------- 1 root root 90, 7 Dec 31 1969 mtd3ro crw------- 1 root root 90, 8 Dec 31 1969 mtd4 crw------- 1 root root 90, 9 Dec 31 1969 mtd4ro root@debian:/dev#
Re: Restore Pogoplug V4 to factory State March 25, 2015 10:02PM |
Registered: 9 years ago Posts: 429 |
Re: Restore Pogoplug V4 to factory State March 25, 2015 11:37PM |
Admin Registered: 13 years ago Posts: 18,896 |
> root@debian:/dev# ls -lh mtd* > crw------- 1 root root 90, 0 Dec 31 1969 mtd0 > crw------- 1 root root 90, 1 Dec 31 1969 mtd0ro > crw------- 1 root root 90, 2 Dec 31 1969 mtd1 > crw------- 1 root root 90, 3 Dec 31 1969 mtd1ro > crw------- 1 root root 90, 4 Dec 31 1969 mtd2 > crw------- 1 root root 90, 5 Dec 31 1969 mtd2ro > crw------- 1 root root 90, 6 Dec 31 1969 mtd3 > crw------- 1 root root 90, 7 Dec 31 1969 mtd3ro > crw------- 1 root root 90, 8 Dec 31 1969 mtd4 > crw------- 1 root root 90, 9 Dec 31 1969 mtd4ro > root@debian:/dev# > >
Re: Restore Pogoplug V4 to factory State March 27, 2015 07:25PM |
Registered: 9 years ago Posts: 9 |
root@ubuntu:/media/d4rk50u1/rootfs/tmp# ls mtd0 mtd1 mtd2 mtd3 mtd4 root@ubuntu:/media/d4rk50u1/rootfs/tmp# ls -lh mtd* -rwxrwxrwx 1 nobody nogroup 2.1M Feb 10 2012 mtd0 -rwxrwxrwx 1 nobody nogroup 3.1M Feb 10 2012 mtd1 -rwxrwxrwx 1 nobody nogroup 3.1M Feb 10 2012 mtd2 -rwxrwxrwx 1 nobody nogroup 8.3M Feb 10 2012 mtd3 -rwxrwxrwx 1 nobody nogroup 116M Feb 10 2012 mtd4 root@ubuntu:/media/d4rk50u1/rootfs/tmp#
Re: Restore Pogoplug V4 to factory State March 27, 2015 10:27PM |
Admin Registered: 13 years ago Posts: 18,896 |
> root@ubuntu:/media/d4rk50u1/rootfs/tmp# ls > mtd0 mtd1 mtd2 mtd3 mtd4 > root@ubuntu:/media/d4rk50u1/rootfs/tmp# ls -lh > mtd* > -rwxrwxrwx 1 nobody nogroup 2.1M Feb 10 2012 > mtd0 > -rwxrwxrwx 1 nobody nogroup 3.1M Feb 10 2012 > mtd1 > -rwxrwxrwx 1 nobody nogroup 3.1M Feb 10 2012 > mtd2 > -rwxrwxrwx 1 nobody nogroup 8.3M Feb 10 2012 > mtd3 > -rwxrwxrwx 1 nobody nogroup 116M Feb 10 2012 > mtd4 > root@ubuntu:/media/d4rk50u1/rootfs/tmp# >
nandwrite --version nandwrite --help
Re: Restore Pogoplug V4 to factory State March 28, 2015 07:03PM |
Registered: 9 years ago Posts: 9 |
Updated 02 Sept 2014: Rootfs Debian-3.16.0-kirkwood-tld-2 was uploaded. This rootfs is to keep in sync with kernel Linux-3.16.0-kirkwood-tld-2 (and its new features).
Re: Restore Pogoplug V4 to factory State March 29, 2015 08:42PM |
Admin Registered: 13 years ago Posts: 18,896 |
Ram
No SSH Option October 04, 2016 02:47PM |
Re: No SSH Option October 04, 2016 03:45PM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: No SSH Option October 04, 2016 04:35PM |
Registered: 9 years ago Posts: 39 |
Quote
We are making this change to refocus our efforts on the core products that make Pogoplug great: our award-winning hardware devices and our Pogoplug Remote Access software. The future of Pogoplug is in the private cloud—a cloud in your home that you can see and touch. This is the foundation of what makes Pogoplug successful and we are excited to return to our roots and get back to what we do best: delivering best-in-class private cloud solutions that make the hard drives in your home accessible from anywhere.
Re: No SSH Option October 04, 2016 05:26PM |
Admin Registered: 13 years ago Posts: 18,896 |
cdlenfert
Re: No SSH Option February 08, 2017 10:36AM |
Re: No SSH Option February 08, 2017 02:21PM |
Admin Registered: 13 years ago Posts: 18,896 |