Hello
I bricked the shevaplug by installing the wrong file as uboot. I got around this and the plug now boots. However when connected to the shevaplug, after it says uncompressing the kernel it prints garbage to the screen. Eventually it stops. After it stops I can login to the plug using putty and its ip address. Before I bricked it was booting correctly and the console was functioning
However I really want to get another version running which meets the requirements of the application. Ive been following the procedure to install to the sdcard as below.
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.htmlIve tried both lenny and squueze and the result is the same. When i run the bootm command I get
print bootargs
bootargs=console=ttyS0,115200n8 base-installer/initramfs-tools/driver-policy=most
Marvell>> bootm 0x00800000 0x01100000
## Booting image at 00800000 ...
Image Name: Debian kernel
Created: 2010-02-12 1:37:09 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1811896 Bytes = 1.7 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
Image Name: debian-installer ramdisk
Created: 2010-02-12 1:37:09 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 2736441 Bytes = 2.6 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
And then garbage on the screen and thats it. Cant login to ip address
I was going to try and install to the plug directly using
http://plugcomputer.org/plugwiki/index.php/Installing_Debian_To_FlashHowever dont really want to do that yet if I just end up again with the garbage on the screen.
Any ideas. Ive attached the result of printenv from uboot. Would be happy initially to get it back to how it came booting ubuntu without the garbage to the console. Then believe the debian install may work.
Thanks
Paul