Re: Rescue System v2 March 30, 2015 03:10PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Rescue System v2 April 03, 2015 10:08AM |
Registered: 9 years ago Posts: 2 |
U-Boot 2014.07-tld-2 (Sep 20 2014 - 00:52:18) Pogo E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found Unknown command 'mmc' - try 'help' Unknown command 'ide' - try 'help' Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 312579760 000d9e74-01 83 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** Unknown command 'mmc' - try 'help' Unknown command 'ide' - try 'help' (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found EHCI timed out on TD - token=0x800d8d80 EHCI timed out on TD - token=0x800d8d80 4055568 bytes read in 11321 ms (349.6 KiB/s) ** File not found /boot/uInitrd ** ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-3.19.3-1-ARCH Created: 2015-03-27 10:17:41 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4055504 Bytes = 3.9 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... Bad Data CRC ERROR: can't get kernel image! Unknown command 'mmc' - try 'help' ** Bad device mmc 0 ** ** Bad device mmc 0 ** Wrong Image Format for bootm command ERROR: can't get kernel image! Unknown command 'ide' - try 'help' ** Bad device ide 0 ** ** Bad device ide 0 ** Wrong Image Format for bootm command ERROR: can't get kernel image! resetting ... U-Boot 2014.07-tld-2 (Sep 20 2014 - 00:52:18) Pogo E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot:
Re: Rescue System v2 April 03, 2015 04:26PM |
Admin Registered: 13 years ago Posts: 19,106 |
Rescue System v2 fails to install May 05, 2015 09:13AM |
Registered: 11 years ago Posts: 42 |
MacPlug:/tmp# ./install_rescue.sh This script will install a rescue system on your NAND. It will OVERWRITE ALL OF THE POGOPLUG FILES. This script will replace the kernel on on mtd1 and the rootfs on mtd2. This installer will only work on a Seagate Dockstar or Pogoplug Pink. Do not run this installer on any other device. By typing ok, you agree to assume all liabilities and risks associated with running this installer. If you agree, type 'ok' and press ENTER to continue: ok # checking for /usr/sbin/nandwrite... # checking for /usr/sbin/nanddump... # checking for /usr/sbin/ubiformat... # checking for /usr/sbin/flash_eraseall... # checking for /usr/sbin/fw_printenv... # checking for /etc/fw_env.config... ## Verifying new uBoot... Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00080000... Connecting to download.doozan.com (50.116.34.13:80) Connecting to projects.doozan.com (50.116.34.13:80) valid-uboot.md5 100% |*******************************| 1133 0:00:00 ETA ## ## uBoot is not up-to-date ## Please install the newest uBoot and then re-run this installer. ## ## uBoot is good # Downloading Rescue System Connecting to download.doozan.com (50.116.34.13:80) uImage-mtd1.img.md5 100% |*******************************| 32 0:00:00 ETA Connecting to download.doozan.com (50.116.34.13:80) uImage-mtd1.img 100% |*******************************| 3584k 0:00:00 ETA Connecting to download.doozan.com (50.116.34.13:80) rootfs-mtd2.img.md5 100% |*******************************| 32 0:00:00 ETA Connecting to download.doozan.com (50.116.34.13:80) rootfs-mtd2.img 100% |*******************************| 28288k 0:00:00 ETA # Installing Rescue System ./install_rescue.sh: line 262: /usr/sbin/flash_eraseall: not found Writing data to block 0 at offset 0x0 Writing data to block 1 at offset 0x20000 Writing data to block 2 at offset 0x40000 Writing data to block 3 at offset 0x60000 Writing data to block 4 at offset 0x80000 Writing data to block 5 at offset 0xa0000 Writing data to block 6 at offset 0xc0000 Writing data to block 7 at offset 0xe0000 Writing data to block 8 at offset 0x100000 Writing data to block 9 at offset 0x120000 Writing data to block 10 at offset 0x140000 Writing data to block 11 at offset 0x160000 Writing data to block 12 at offset 0x180000 Writing data to block 13 at offset 0x1a0000 Writing data to block 14 at offset 0x1c0000 Writing data to block 15 at offset 0x1e0000 Writing data to block 16 at offset 0x200000 Writing data to block 17 at offset 0x220000 Writing data to block 18 at offset 0x240000 Writing data to block 19 at offset 0x260000 Writing data to block 20 at offset 0x280000 Writing data to block 21 at offset 0x2a0000 Writing data to block 22 at offset 0x2c0000 Writing data to block 23 at offset 0x2e0000 Writing data to block 24 at offset 0x300000 Writing data to block 25 at offset 0x320000 Writing data to block 26 at offset 0x340000 Writing data to block 27 at offset 0x360000 ./install_rescue.sh: line 270: /usr/sbin/flash_eraseall: not found ubiformat: error!: please, first detach mtd2 (/dev/mtd2) from ubi0 Installation failed. MacPlug:/tmp# ls /usr/sbin/flash_eraseall -alt -rwx------ 1 root root 8192 Jan 1 00:07 /usr/sbin/flash_eraseall MacPlug:/tmp#
Re: Rescue System v2 fails to install May 05, 2015 05:21PM |
Admin Registered: 13 years ago Posts: 19,106 |
Writing data to block 0 at offset 0x0 Writing data to block 1 at offset 0x20000 Writing data to block 2 at offset 0x40000 Writing data to block 3 at offset 0x60000 Writing data to block 4 at offset 0x80000 Writing data to block 5 at offset 0xa0000 Writing data to block 6 at offset 0xc0000 Writing data to block 7 at offset 0xe0000 Writing data to block 8 at offset 0x100000 .. .. ./install_rescue.sh: line 270: /usr/sbin/flash_eraseall: not found ... ....
Re: Rescue System v2 fails to install May 05, 2015 10:51PM |
Registered: 11 years ago Posts: 42 |
Re: Rescue System v2 fails to install May 05, 2015 11:07PM |
Admin Registered: 13 years ago Posts: 19,106 |
Quote
The installer will check to make sure you're running the latest uBoot, so make sure you upgrade that before anything else. If you don't want to upgrade uBoot, you can comment out the check as long as you're not running the stock Pogoplug uBoot.
if [ "$UBOOT_DETAILS" = "" ]; then echo "##" echo "## uBoot is not up-to-date" echo "## Please install the newest uBoot and then re-run this installer." echo "##" exit 1 fi
Re: Rescue System v2 fails to install May 06, 2015 06:20AM |
Registered: 11 years ago Posts: 42 |
Re: Rescue System v2 fails to install May 06, 2015 03:46PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Rescue System v2 May 07, 2015 08:31PM |
Registered: 11 years ago Posts: 42 |
Re: Rescue System v2 June 29, 2016 10:56AM |
Registered: 8 years ago Posts: 3 |
Re: Rescue System v2 June 29, 2016 11:18AM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Rescue System v2 January 04, 2017 02:35PM |
Registered: 7 years ago Posts: 1 |
Re: Rescue System v2 July 25, 2017 09:46AM |
Registered: 7 years ago Posts: 2 |