trying to upgrade PogoPlug E02 November 18, 2019 10:03PM |
Registered: 12 years ago Posts: 10 |
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:13:18 -0700) Pogo E02 gcc (Debian 6.3.0-18) 6.3.0 20170516 GNU ld (GNU Binutils for Debian) 2.28 Hit any key to stop autoboot: 0 Initializing devices... starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Unknown command 'ide' - try 'help' Unknown command 'mmc' - try 'help' Loading envs from usb 0... ** File not found /boot/uEnv.txt ** Loading envs from usb 1... ** Bad device usb 1 ** Loading envs from usb 2... ** Bad device usb 2 ** Loading envs from usb 3... ** Bad device usb 3 ** Loading envs from ide 0... ** Bad device ide 0 ** Loading envs from ide 1... ** Bad device ide 1 ** Loading envs from ide 2... ** Bad device ide 2 ** Loading envs from ide 3... ** Bad device ide 3 ** Loading envs from mmc 0... ** Bad device mmc 0 ** Loading envs from mmc 1... ** Bad device mmc 1 ** Loading envs from mmc 2... ** Bad device mmc 2 ** Loading envs from mmc 3... ** Bad device mmc 3 ** running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 569 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 1612096 bytes read in 985 ms (1.6 MiB/s) loading uInitrd ... 7096647 bytes read in 1974 ms (3.4 MiB/s) loading DTB /boot/dts/kirkwood-pogo_e02.dtb ... ** File not found /boot/dts/kirkwood-pogo_e02.dtb ** ## Booting kernel from Legacy Image at 00800000 ... Image Name: kernel 3.2.0-4-kirkwood Created: 2014-11-07 19:11:20 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1612032 Bytes = 1.5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: ramdisk 3.2.0-4-kirkwood Created: 2014-11-07 19:11:22 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7096583 Bytes = 6.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... Bad Data CRC Ramdisk image is corrupt or invalid PogoE02>
Re: trying to upgrade PogoPlug E02 November 18, 2019 10:27PM |
Admin Registered: 14 years ago Posts: 19,425 |
Quote
Updated 25 Aug 2019:
Basic Debian buster Kirkwood rootfs for most Kirwood plugs:
- tarball size: 209M
- install size: 536M
- The init system used in this rootfs is sysvinit . To boot with systemd, see note 2 below.
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, isc-dhcp-client, dialog, bzip2, nfs server/client, iperf, ethtool, sysvinit-core, sysvinit, sysvinit-utils, u-boot-tools, and mtd-utils.
- see LED controls in /etc/rc.local, and /etc/init.d/halt
- see some useful aliases in /root/.profile
- root password: root
Download at Dropbox:
Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
md5:
cd8ad170aa1a9fdc2a0a1c43ab1c0721
sha256:
8ccbbced367b4c2bf3728262e882f8232aff0fecd1c0c767219a0cab49a0b9bf
Re: trying to upgrade PogoPlug E02 November 18, 2019 10:35PM |
Registered: 12 years ago Posts: 10 |
Re: trying to upgrade PogoPlug E02 November 18, 2019 10:47PM |
Registered: 12 years ago Posts: 10 |
Re: trying to upgrade PogoPlug E02 November 18, 2019 10:51PM |
Admin Registered: 14 years ago Posts: 19,425 |