Debian installer not working!
As I got now my second sheeva I'd like to install debian on it.
I tried to install according Michaels how to.
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.htmlFirst step Upgrading U-Boot via tftp was no problem.
Second step --> Starting the Installer doesnt work completely.
TFTP: if you want to load the installer via the network from a TFTP server, use this:
setenv serverip 192.168.1.2
setenv ipaddr 192.168.1.147
tftpboot 0x0800000 uInitrd
tftpboot 0x400000 uImage
this works fine
but after starting the installer with:
setenv bootargs console=ttyS0,115200n8 base-installer/initramfs-tools/driver-policy=most
bootm 0x400000 0x0800000
I got this and nothing more
Marvell>> bootm 0x400000 0x0800000
## Booting image at 00400000 ...
Image Name: Debian kernel
Created: 2009-10-22 22:23:04 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 00800000 ...
Image Name: debian-installer ramdisk
Created: 2009-10-22 22:23:05 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 2695527 Bytes = 2.6 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
What to do? Thanks for your help