I (successfully I think) updated uboot to 3.4.24, at least typing the version command in it says
U-Boot 1.1.4 (Nov 10 2009 - 11:35:01) Marvell version: 3.4.24
I am now trying to follow the steps here
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.htmlto install Debian
On the sheeva plug I formated a 4GB SD card with 3 partitions, 1 has ext2 (3G) which I also did a mke2fs on, the others are formatted to be LVM and swap
I copied the uInitrd and uImage files mentioned on the web site to a usb stick on my other computer, and then on the sheeva plug mounted both the sd card and the usb stick and copied these two files into the root of the ext2 filesystem.
I umounted, and rebooted and then set the environment variables as instructed.
I am now at the stage where it says do an mmcinit, followed by ext2load
When I type ext2load (and the other parameters) it says
Marvell>>ext2load mmc 0:1 0x0800000 /uInitrd
Unknown command ext2load' - try 'help'
Marvell>> ext2load
Usage:
ext2load- load binary file from a Ext2 filesystem
It seems to only half know about the command.
What am I doing wrong?