|
Veniq
Help me to unbrick GFH November 03, 2013 04:27PM |
U-Boot 2010.09 (Feb 16 2011 - 18:44:23)
UBIT v0.6 by Jeff Doozan and Peter Carmichael
(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
Hit any key to stop autoboot: 0
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:fast", error -19
Error reading superblock on volume 'ubi:fast'!
UBIFS not mounted, use ubifs mount to mount volume first!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - usb 0:1 **
Loading file "/uInitrd" from usb device 0:1 (usbda1)
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - usb 0:1 **
reading /boot/uImage
** Unable to read "/boot/uImage" from usb 0:1 **
reading /uInitrd
** Unable to read "/uInitrd" from usb 0:1 **
** Block device usb 1 not supported
** Block device usb 1 not supported
** Invalid boot device **
** Invalid boot device **
** Block device usb 2 not supported
** Block device usb 2 not supported
** Invalid boot device **
** Invalid boot device **
** Block device usb 3 not supported
** Block device usb 3 not supported
** Invalid boot device **
** Invalid boot device **
Reset IDE: Bus 0: OK Bus 1: not available
Device 0: Model: ST32000542AS Firm: CC95 Ser#: 5XW1S88L
Type: Hard Disk
Supports 48-bit addressing
Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
Loading file "/boot/uImage" from ide device 0:1 (hda1)
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - ide 0:1 **
Loading file "/uInitrd" from ide device 0:1 (hda1)
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - ide 0:1 **
reading /boot/uImage
** Unable to read "/boot/uImage" from ide 0:1 **
reading /uInitrd
** Unable to read "/uInitrd" from ide 0:1 **
** Bad partition 1 **
** Bad partition 1 **
No Powersaving mode 7F
Error (no IRQ) dev 1 blk 0: status 0x7f
** Can't read from device 1 **
** Unable to use ide 1:1 for fatload **
No Powersaving mode 7F
Error (no IRQ) dev 1 blk 0: status 0x7f
** Can't read from device 1 **
** Unable to use ide 1:1 for fatload **
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:ramdisk", error -19
Error reading superblock on volume 'ubi:ramdisk'!
UBIFS not mounted, use ubifs mount to mount volume first!
Marvell>>
Marvell>> usb tree
usb tree
Device Tree:
1 Hub (480 Mb/s, 0mA)
| u-boot EHCI Host Controller
|
+-2 Mass Storage (480 Mb/s, 100mA)
Generic Mass Storage BCF3FE91
Marvell>> fatls usb 0:1
fatls usb 0:1
./
104212 mlo
361488 u-boot.img
603 uenv.txt
3 file(s), 2 dir(s)
Marvell>> fatload usb 0:1 0x0000000 boot/u-boot.img fatload usb 0:1 0x0000000 boot/u-boot.img reading boot/u-boot.img 361488 bytes read Marvell>> usbboot usbboot ** No boot device **
|
Veniq
Re: Help me to unbrick GFH November 03, 2013 04:28PM |
|
Veniq
Re: Help me to unbrick GFH November 03, 2013 04:39PM |
|
Re: Help me to unbrick GFH November 03, 2013 05:03PM |
Admin Registered: 13 years ago Posts: 18,576 |
|
Veniq
Re: Help me to unbrick GFH November 03, 2013 09:25PM |
Marvell>> printenv printenv bootcmd=run fast_boot; run usb_boot; run hd_boot; run ubi_boot bootdelay=3 baudrate=115200 ide_start=ide reset ubi_start=ubi part root usb_start=usb start nc_test=ping $ncip nc_start=setenv stdin nc; setenv stdout nc; setenv stderr nc; version silent_boot=run silent_rd ubi_args ubi_fallback fast_boot=run fast_rd ubi_args ubi_fallback usb_boot=for scan in 0 1 2 3; do run usb_args_$scan ext2_kern ext2_boot; run ext2_rd ubi_fallback; run fat_kern fat_boot; run fat_rd ubi_fallback;done usb_args_0=boot_dev='usb 0:1'; dev_args='root=/dev/sda1 rootdelay=10' usb_args_1=boot_dev='usb 1:1'; dev_args='root=/dev/sdb1 rootdelay=10' usb_args_2=boot_dev='usb 2:1'; dev_args='root=/dev/sdc1 rootdelay=10' usb_args_3=boot_dev='usb 3:1'; dev_args='root=/dev/sdd1 rootdelay=10' hd_boot=run ide_start; for scan in 0 1; do run hd_args_$scan ext2_kern ext2_boot; run ext2_rd ubi_fallback; run fat_kern fat_boot; run fat_rd ubi_fallback; done hd_args_0=boot_dev='ide 0:1'; dev_args='root=/dev/sda1' hd_args_1=boot_dev='ide 1:1'; dev_args='root=/dev/sdb1' ubi_boot=run ubi_rd ubi_args ubi_fallback ubi_args=dev_args='ubi.mtd=root' rescue=dev_args='ubi.mtd=root rootfstype=preboot'; boot_dev='usb 0:1'; run ext2_kern ext2_auto boot_rd; boot_dev='ide 0:1'; run ide_start ext2_kern ext2_auto boot_rd; run silent_rd ubi_fallback; run fast_rd ubi_fallback; run ubi_rd ubi_fallback chain=nand read.e 0x800000 0x480000 0x80000; go 0x800200 ethact=egiga0 console=ttyS0,115200 mtdids=nand0=orion_nand set_bootargs=setenv bootargs console=$console $mtdparts $dev_args $rd_args netconsole=@$ipaddr/eth0,@$ncipk/ ext2_kern=ext2load $boot_dev $addr_kern /boot/uImage ext2_auto=ext2load $boot_dev $addr_rd /boot/uInitrd ext2_rd=ext2load $boot_dev $addr_rd /uInitrd ext2_boot=run ext2_rd boot_rd; run ext2_auto boot_auto; run boot_kern fat_kern=fatload $boot_dev $addr_kern /boot/uImage fat_rd=fatload $boot_dev $addr_rd /uInitrd fat_boot=run fat_rd boot_rd ubi_kern=ubifsmount boot; ubifsload $addr_kern /boot/uImage ubi_rd=ubifsmount ramdisk; ubifsload $addr_rd /uInitrd ubi_fallback=run ubi_kern boot_rd silent_rd=ubifsmount silent; ubifsload $addr_rd /uInitrd fast_rd=ubifsmount fast; ubifsload $addr_rd /uInitrd boot_kern=run set_bootargs; bootm $addr_kern boot_rd=run set_bootargs; bootm $addr_kern $addr_rd boot_auto=rd_args='rootfstype=auto'; run boot_rd addr_kern=0x680000 addr_rd=0x1100000 ipaddr=10.10.10.6 ncip=10.10.10.5 ncipk=10.10.10.4 serverip=10.10.10.3 led_init=green blinking led_exit=green off led_error=orange blinking ethaddr=02:50:43:36:21:57 preboot=run ubi_start silent_boot; run nc_test nc_start; run usb_start mtdparts=mtdparts=orion_nand:1M(u-boot),6M(uImage),-(root) partition=nand0,0 mtddevnum=0 mtddevname=u-boot stdin=nc stdout=nc stderr=nc Environment size: 2742/131068 bytes
|
Veniq
Re: Help me to unbrick GFH November 04, 2013 12:04AM |
|
Re: Help me to unbrick GFH November 04, 2013 01:57AM |
Admin Registered: 13 years ago Posts: 18,576 |
U-Boot 2010.09 (Feb 16 2011 - 18:44:23) UBIT v0.6 by Jeff Doozan and Peter CarmichaelThis is will cause problem booting later with kernel 3.2.x+.
|
Veniq
Re: Help me to unbrick GFH November 04, 2013 04:11AM |
U-Boot 2010.09 (Feb 16 2011 - 18:44:23) UBIT v0.6 by Jeff Doozan and Peter Carmichael
|
Re: Help me to unbrick GFH November 05, 2013 12:57AM |
Admin Registered: 13 years ago Posts: 18,576 |
|
Veniq
Re: Help me to unbrick GFH November 05, 2013 02:25PM |
# Setting arcNumber to 2097 (SheevaPlug) # Note: if you have a kernel that supports your platform, you should use the proper arcNumber. # You can set the correct arcNumber by running the following command: /usr/sbin/fw_setenv arcNumber 3089 # uBoot installation has completed successfully.
|
Re: Help me to unbrick GFH November 06, 2013 12:38AM |
Admin Registered: 13 years ago Posts: 18,576 |
> # Setting arcNumber to 2097 (SheevaPlug) > # Note: if you have a kernel that supports your > platform, you should use the proper arcNumber. > # You can set the correct arcNumber by running the > following command: > /usr/sbin/fw_setenv arcNumber 3089 > > # uBoot installation has completed successfully. >>
|
Veniq
Re: Help me to unbrick GFH November 06, 2013 04:11AM |
|
Re: Help me to unbrick GFH November 06, 2013 12:47PM |
Admin Registered: 13 years ago Posts: 18,576 |
|
Veniq
Re: Help me to unbrick GFH November 06, 2013 02:27PM |
|
Re: Help me to unbrick GFH November 06, 2013 11:56PM |
Admin Registered: 13 years ago Posts: 18,576 |