Re: Rescue V3.0 : A work in progress ... wanna help? September 03, 2012 01:38PM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? September 05, 2012 04:37AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? September 06, 2012 08:33PM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? October 01, 2012 04:05PM |
Registered: 13 years ago Posts: 26 |
U-Boot 2010.09 (Oct 23 2010 - 11:49:22) Marvell-Dockstar/Pogoplug by Jeff Doozan SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 4 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/rescueme" from usb device 0:1 (usbda1) ** File not found /rescueme reading /rescueme.txt ** Unable to read "/rescueme.txt" from usb 0:1 ** Creating 1 MTD partitions on "nand0": 0x000002500000-0x000010000000 : "mtd=3" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 129024 bytes UBI: smallest flash I/O unit: 2048 UBI: sub-page size: 512 UBI: VID header offset: 512 (aligned 512) UBI: data offset: 2048 UBI error: ubi_read_volume_table: the layout volume was not found UBI error: ubi_init: cannot attach mtd1 UBI error: ubi_init: UBI error: cannot initialize UBI, error -22 UBI init error -22 Loading file "/boot/uImage" from usb device 0:1 (usbda1) 1 bytes read Found bootable drive on usb 0:1 Loading file "/boot/uImage" from usb device 0:1 (usbda1) 3627880 bytes read Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) ** File not found /boot/uInitrd ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-3.3.2-kirkwide Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3627816 Bytes = 3.5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel.I have no problem booting off of my normal usb. I tried it on a second dockstar, with the same results, and with a second usb drive with the same results. I'm assuming that I should get a prompt in my putty session with the serial console connection.
Re: Rescue V3.0 : A work in progress ... wanna help? October 05, 2012 05:17AM |
Registered: 14 years ago Posts: 78 |
Quote
davygravy
Kernel 3.2.y introduced a default setting for the kernel that affects kirkwood machines in particular, because of an unintended u-boot behavior with regard to the Level2Cache and decompression of the kernel image. Call it a latent bug in u-boot, a regression in the kernel, or whatever... the defconfig kirkwood kernel build of 3.2.y (and by extension, higher versions) will fail to boot in most/many cases.
Re: Rescue V3.0 : A work in progress ... wanna help? November 20, 2012 09:50AM |
Registered: 13 years ago Posts: 26 |
U-Boot 2011.12 (Feb 12 2012 - 21:33:07) Seagate FreeAgent DockStar SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 env - environment handling commands Usage: env default -f - reset default environment env edit name - edit environment variable env export [-t | -b | -c] [-s size] addr [var ...] - export environment env import [-d] [-t | -b | -c] addr [size] - import environment env print [name ...] - print environment env run var [...] - run commands in an environment variable env save - save environment env set [-f] name [arg ...] (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 3 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found ** Block device usb 0 not supported ** Block device usb 0 not supported ## Booting kernel from Legacy Image at 00800000 ... Image Name: kernel 3.2.0-4-kirkwood Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1604488 Bytes = 1.5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... Bad Data CRC ERROR: can't get kernel image! u-boot>>What boot commands should I have? I have a "2011.12" U-Boot, which successfully boots from usb. Is there a different pair of mtd files I should flash?
Re: Rescue V3.0 : A work in progress ... wanna help? November 20, 2012 01:00PM |
Registered: 13 years ago Posts: 26 |
Re: Rescue V3.0 : A work in progress ... wanna help? November 20, 2012 07:42PM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? May 26, 2013 02:59AM |
Registered: 11 years ago Posts: 4 |
sylvester
Re: Rescue V3.0 : A work in progress ... wanna help? December 11, 2013 01:27AM |
Re: Rescue V3.0 : A work in progress ... wanna help? December 11, 2013 02:37AM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Rescue V3.0 : A work in progress ... wanna help? December 11, 2013 07:57PM |
Registered: 10 years ago Posts: 16 |
Re: Rescue V3.0 : A work in progress ... wanna help? December 12, 2013 12:20AM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Rescue V3.0 : A work in progress ... wanna help? December 12, 2013 07:51PM |
Registered: 10 years ago Posts: 16 |
Re: Rescue V3.0 : A work in progress ... wanna help? December 12, 2013 09:11PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Rescue V3.0 : A work in progress ... wanna help? December 12, 2013 11:01PM |
Registered: 10 years ago Posts: 16 |
Re: Rescue V3.0 : A work in progress ... wanna help? December 13, 2013 01:03AM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Rescue V3.0 : A work in progress ... wanna help? December 26, 2013 09:21PM |
Registered: 10 years ago Posts: 16 |
Re: Rescue V3.0 : A work in progress ... wanna help? February 25, 2014 07:49AM |
Registered: 12 years ago Posts: 10 |
Puja
Re: Rescue V3.0 : A work in progress ... wanna help? May 17, 2014 02:32PM |
Re: Rescue V3.0 : A work in progress ... wanna help? May 17, 2014 05:28PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: Rescue V3.0 : A work in progress ... wanna help? July 20, 2014 11:34PM |
Registered: 11 years ago Posts: 165 |