|
Request: rootfs for Goflex Net very old uBoot October 08, 2016 11:12PM |
Registered: 12 years ago Posts: 12 |
|
Re: Request: rootfs for Goflex Net very old uBoot October 09, 2016 03:16AM |
Admin Registered: 13 years ago Posts: 18,580 |
version help printenv
|
Re: Request: rootfs for Goflex Net very old uBoot October 09, 2016 04:59PM |
Registered: 12 years ago Posts: 12 |
|
Re: Request: rootfs for Goflex Net very old uBoot October 09, 2016 05:15PM |
Admin Registered: 13 years ago Posts: 18,580 |
usb start
|
Re: Request: rootfs for Goflex Net very old uBoot October 09, 2016 05:50PM |
Registered: 12 years ago Posts: 12 |
|
Re: Request: rootfs for Goflex Net very old uBoot October 09, 2016 06:55PM |
Admin Registered: 13 years ago Posts: 18,580 |
open | download - help.tiff (362.4 KB) open | download - printenv.tiff (259 KB) open | download - Version.tiff (72.1 KB) open | download - wrong_image.tiff (209.8 KB)
|
Re: Request: rootfs for Goflex Net very old uBoot October 10, 2016 07:39AM |
Registered: 12 years ago Posts: 12 |
U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
Seagate GoFlexNet
SoC: Kirkwood 88F6281_A1
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
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
## Error: "force_rescue_bootcmd" not defined
## Error: "ubifs_bootcmd" not defined
stopping USB..
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
## Error: "usb_set_bootargs" not defined
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
6362802 bytes read
Wrong Image Format for bootm command
ERROR: can't get kernel image!
stopping USB..
## Error: "usb_set_bootargs" not defined
Reset IDE: ide_preinit failed
** Bad partition 1 **
** Bad partition 1 **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
## Error: "rescue_bootcmd" not defined
## Error: "pogo_bootcmd" not defined
resetting ...
GoFlexNet> printenv arcNumber=3089 baudrate=115200 bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset bootcmd_pogo=run bootcmd_rescue bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000 bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot; bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=00:10:75:26:8B:DB fileaddr=2000000 filesize=380000 ipaddr=10.0.1.12 led_error=orange blinking led_exit=green off led_init=green blinking mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 sata_boot=ide reset; mw 0x800000 0 1; ext2load ide 0:1 0x800000 /boot/uImage; if ext2load ide 0:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi sata_bootcmd=run usb_set_bootargs; run sata_boot serverip=10.0.1.51 set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts stderr=serial stdin=serial stdout=serial usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi; usb_bootcmd=run usb_init; setenv usb_root LABEL=rootfs; run usb_set_bootargs; run usb_boot usb_device=0:1 usb_init=usb stop; usb start; usb start usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage usb_root=/dev/sda1 usb_rootdelay=10 usb_rootfstype=ext2 Environment size: 1712/131068 bytes GoFlexNet>
|
Re: Request: rootfs for Goflex Net very old uBoot October 10, 2016 02:35PM |
Admin Registered: 13 years ago Posts: 18,580 |