Hello!
I have a black ESATA Sheeva plug with preinstalled Ubuntu. But I decided to go for Debian, and install it on my ESATA HD instead (alot of more space). This was forced due to problem with update the Ubuntu dist (out of age).
Now my problem:
To install Debian I folowed this instructions
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.htmlEverything went well, the installation program found the ESATA drive, and install Debian on my ESATA disk.
I made changes in uBoot according to the guide and finaly wrote: run bootcmd
Then I got:
Marvell>> run bootcmd
Reset IDE: Bus 0: ............................................................** Timeout **
** Bad partition 1 **
** Bad partition 1 **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>>
If I write:
Marvell>> ide dev
no IDE devices available
Marvell>>
I interpret this to mean that uBoot not find my ESATA.
What should I do to get my SheevaPlug up and running again with Debian?
Marvell>> version
U-Boot 2011.03 (Apr 26 2011 - 21:50:07)
Marvell-Sheevaplug - eSATA - SD/MMC
gcc (Debian 4.5.2-8) 4.5.2
GNU ld (GNU Binutils for Debian) 2.21.0.20110327
Marvell>>
Marvell>> printenv
arcNumber=2678
baudrate=115200
bootargs=console=ttyS0,115200
bootargs_console=console=ttyS0,115200
bootcmd=setenv bootargs $(bootargs_console); run bootcmd_sata; bootm 0x00800000 0x01100000
bootcmd_sata=ide reset; ext2load ide 0:1 0x00800000 /uImage; ext2load ide 0:1 0x01100000 /uInitrd
bootdelay=3
ethact=egiga0
ethaddr=00:50:xx:xx:xx:xx
machid=a76
stderr=serial
stdin=serial
stdout=serial
x_bootargs=console=ttyS0,115200 mtdparts=orion_nand:512k(uboot),4m@1m(kernel),507m@5m(rootfs) rw
x_bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs
x_bootcmd_kernel=nand read 0x6400000 0x100000 0x400000
x_bootcmd_sata=ide reset;
x_bootcmd_usb=usb start;
Environment size: 692/131068 bytes
Marvell>>
This problem dont match any other problem I found on the web.
Please advice!
Regards
Håkan