Dear all,
I have a DP 0801 model. I have setup uBoot in order to boot from the USB stick (root=/dev/sdc2 + fatload usb 2). I have made a dd of the 2Gb wheezy image provided by NewIt on my USB stick (the image is NewIT-Dreamplug-Debian-Wheezy-2Gb-31Aug11.img.gz).
When I insert the USB stick in the DP, sometimes it does boot and sometimes uBoot says it does not find the kernel. It seems that once it goes wrong once I need to redo a dd to have the boot work a few times (and then it suddenly stops working again).
Any idea of what can go wrong?
Here is printenv of uBoot:
Marvell>> printenv
bootcmd=setenv ethact egiga0; ${x_bootcmd_ethernet}; setenv ethact egiga1; ${x_bootcmd_ethernet}; ${x_bootcmd_usb}; ${x_bootcmd_k;
bootdelay=3
baudrate=115200
x_bootcmd_ethernet=ping 192.168.2.1
x_bootcmd_usb=usb start
x_bootargs=console=ttyS0,115200
ethaddr=F0:AD:4E:00:80:07
eth1addr=F0:AD:4E:00:80:08
x_bootcmd_kernel=fatload usb 2 0x6400000 uImage
x_bootargs_root=root=/dev/sdc2 rootdelay=10
stdin=serial
stdout=serial
stderr=serial
ethact=egiga1
bootargs=console=ttyS0,115200 root=/dev/sdc2 rootdelay=10
Environment size: 582/4092 bytes
Marvell>>
and the output of the console when I boot and it does not work:
Marvell>> boot
No link on egiga0
No link on egiga1
ping failed; host 192.168.2.1 is not alive
No link on egiga1
No link on egiga0
ping failed; host 192.168.2.1 is not alive
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 5 USB Device(s) found
scanning bus for storage devices... Device NOT ready
Request Sense returned 02 3A 00
2 Storage Device(s) found
** Invalid boot device **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>>
Kind regards,
Antoine.
UPDATE: it does the same with the Squeeze image NewIT-Dreamplug-Debian-Squeeze-2Gb-30Aug11.img.gz.