Mittels netcat der Dockstar beim Booten zusehen

~$ nc -l -u -p 6666

U-Boot 2011.12 (Feb 12 2012 - 21:33:07)
Seagate FreeAgent DockStar
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
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... 2 Storage Device(s) found
** Bad partition 1 **

** Unable to use usb 0:1 for fatload **
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: attached mtd1 to ubi0
UBI: MTD device name: "mtd=3"
UBI: MTD device size: 219 MiB
UBI: number of good PEBs: 1751
UBI: number of bad PEBs: 1
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 0
UBI: available PEBs: 1730
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
** Bad partition 1 **
Loading file "/boot/uImage" from usb device 1:1 (usbdb1)
1 bytes read
Found bootable drive on usb 1:1
Loading file "/boot/uImage" from usb device 1:1 (usbdb1)
2082244 bytes read
Loading file "/boot/uInitrd" from usb device 1:1 (usbdb1)
9642915 bytes read
## Booting kernel from Legacy Image at 00800000 ...
 Image Name: kernel 3.16.0-4-kirkwood
 Image Type: ARM Linux Kernel Image (uncompressed)
 Data Size: 2082180 Bytes = 2 MiB
 Load Address: 00008000
 Entry Point: 00008000
 Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
 Image Name: ramdisk 3.16.0-4-kirkwood
 Image Type: ARM Linux RAMDisk Image (uncompressed)
 Data Size: 9642851 Bytes = 9.2 MiB
 Load Address: 00000000
 Entry Point: 00000000
 Verifying Checksum ... OK
 Loading Kernel Image ... OK
OK

Starting kernel ...

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert