I followed the http://projects.doozan.com/debian/ a couple of years ago, it worked. somehow, USB went bad, trying to creating a new one. But get lost. Neither wheezy nor squeeze was working. reading the sticky thread trying to go with uboot and kernel 3.16, but unsuccessful.
Do we have the latest instructions that work for E02 PogoPlug?
Here is what I did
1) u-boot following http://projects.doozan.com/uboot/
cd /tmp
wget http://projects.doozan.com/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh
2) mke2fs -L rootfs /dev/sda1
3) mount /dev/sda1 /tmp/media
4) untar kernel 3.16 to /tmp/media, create /tmp/media/etc/fstab to mount /dev/sda1 to root as ext2
5) sync/reboot
it didn't work
Do we have the latest instructions that work for E02 PogoPlug?
Here is what I did
1) u-boot following http://projects.doozan.com/uboot/
cd /tmp
wget http://projects.doozan.com/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh
2) mke2fs -L rootfs /dev/sda1
3) mount /dev/sda1 /tmp/media
4) untar kernel 3.16 to /tmp/media, create /tmp/media/etc/fstab to mount /dev/sda1 to root as ext2
5) sync/reboot
it didn't work