Hi,
I had a go at installing Debian on my sheevaplug. I was following instructions from here :
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.htmlI upgraded u-boot from
http://newit.co.uk/u-boot/Once I worked out that CoolTerm needs DEBIAN_FRONTEND=text on the installer boot args, I was able to get through the install with no problems.
Unfortunately it won't boot.
Here's the end of the install and the first boot ...
Software selection
------------------
At the moment, only the core of the system is installed. To tune the system to
your needs, you can choose to install one or more of the following predefined
collections of software.
Choose software to install:
1. Graphical desktop environment 6. Mail server
2. Web server 7. SQL database
3. Print server 8. SSH server
4. DNS server 9. Laptop
5. File server 10. Standard system utilities
Prompt: '?' for help, default=10> 8
..20%..30%..40%..50%..60%..70%..80%..90%..100%
Making the system bootable ..33%..66%..100%
Finishing the installation ..11%..23%..35%..41%
Finish the installation
-----------------------
Installation complete
Installation is complete, so it is time to boot into your new system. Make sure
to remove the installation media (CD-ROM, floppies), so that you boot into the
new system rather than restarting the installation.
[Press enter to continue]
..52%..64%..70%..82%..94%
The system is g
Sent SIGKILL to all processes
Requesting system reboot
[ 2099.868972] Restarting system.
.
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: SHEEVA PLUG LE
U-Boot 1.1.4 (Dec 23 2009 - 13:32:43) Marvell version: 3.4.27
U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFB00
Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:512 MB
Flash: 0 kB
CPU : Marvell Feroceon (Rev 1)
Streaming disabled
Write allocate disabled
USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0
Marvell>> setenv bootargs_console console=ttyS0,115200
Marvell>> setenv bootcmd_mmc 'mmcinit; ext2load mmc 0:1 0x00800000 /uImage; ext2load mmc 0:1 0x01100000 /uInitrd'
Marvell>> setenv bootcmd 'setenv bootargs $(bootargs_console); run bootcmd_mmc; bootm 0x00800000 0x01100000'
Marvell>> saveenv
Saving Environment to NAND...
Erasing Nand...Writing to Nand... done
Marvell>> run bootcmd
SDHC found. Card desciption is:
Manufacturer: 0x1c, OEM "SV"
Product name: "SDC ", revision 1.0
Serial number: 911
Manufacturing date: 3/2009
CRC: 0x00, b0 = 0
1431936 bytes read
5695451 bytes read
## Booting image at 00800000 ...
Image Name: Debian kernel
Created: 2011-03-12 7:19:35 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1431872 Bytes = 1.4 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... Bad Data CRC
Any clues as to what I do now?
Thanks,
H.