Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Unable to read "/boot/uImage" from usb 0:1 (no replies)

$
0
0
Hello

I made a full upgrade of debian installed on dockstar
And the DS don't reboot
I made a fsck on another dockstar (just in case of any corrupt)

I tried to reinstall uBoot (in case of a too old version not compatible with new kernel) following http://projects.doozan.com/uboot/
the script said : it's already the last uboot available, do you want to reset to fw_setenv defaults ? > YES

Tested > failed again

I copy the working /boot folder of another dockstar "System.map-2.6.32-5-kirkwood config-2.6.32-5-kirkwood initrd.img-2.6.32-5-kirkwood uImage uInitrd vmlinuz-2.6.32-5-kirkwood"

That didn't work, after I set the netconsole and discover that

UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
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)
** ext2fs_devread read outside partition sector 20971520
** Unable to read "/boot/uImage" from usb 0:1 **
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
** ext2fs_devread read outside partition sector 20971520
** Unable to read "/boot/uInitrd" from usb 0:1 **
Wrong Image Format for bootm command
ERROR: can't get kernel image!

------------------------------------------- >> fall back on classic dockstar boot

I check last installed kernel, it installed a new kernel : initrd.img-3.9-1-kirkwood.dpkg
I removed this kernel and rename the 'old' images files (2 files : uImage.bak uInitrd.bak) into normal name uImage uInitrd
According to the timestamp of these files, it should work (the dockstar worked perfectly at this date/time). But It doesn't.

I tried also to set arcNumber to 2998 (it's the only difference i see into a init fw_setenv script (https://raw.github.com/doozan/uBoot/master/environment/uboot.environment.txt) and I saw that a dockstar must be setted to 2998)

Did I forget something?

Thanks by advance

PS : fw_printenv available: http://pastebin.com/T4WcirE2

Viewing all articles
Browse latest Browse all 3247

Trending Articles