OpenWrt Forum Archive

Topic: Problem with sheevaplug

The content of this topic has been archived on 8 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all,

im a newbie.

I read many posts about "Installing openwrt on a sheevaplug", they have been very useful, but i've encountered a problem.

I am trying to install openwrt on the sheevaplug, and i am following the instructions of this forum :

https://forum.openwrt.org/viewtopic.php?id=25885

From this other link :  http://downloads.openwrt.org/snapshots/trunk/kirkwood/  i have downloaded the following file : openwrt-kirkwood-uImage and openwrt-kirkwood-rootfs.tar.gz

After having upgraded the u-boot at version 3.4.19 we proceeded, following the instructions, to all those operations described in the first link above.

All goes ok, but after running the command "run bootmmc3", the shell comes out with this output and nothing happens:

Hit any key to stop autoboot:  0
Saving Environment to NAND...
Erasing Nand...Writing to Nand... done
SDHC found. Card desciption is:
Manufacturer:       0x1e, OEM "AB"
Product name:       "SDC  ", revision 1.0
Serial number:      360
Manufacturing date: 9/2010
CRC:                0x00, b0 = 0

964920 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-2.6.30.10
   Created:      2011-12-21   7:12:12 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    964856 Bytes = 942.2 kB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ

If this can be useful, i write the output of the printenv command:


Marvell>> print

baudrate=115200
loads_echo=0
ipaddr=10.4.50.165
serverip=10.4.50.5
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
run_diag=yes
console=a0000
e=ttyS0,115200 mtdparts=nand_mtd:0xc0000@0(uboot)ro,0x1ff00000@0x100000(root)
CASset=min
MALLOC_len=1
ethprime=egiga0
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
ethaddr=00:50:43:2a:23:34
ethmtu=1500
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
yuk_ethaddr=00:00:00:EE:51:81
nandEcc=1bit
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
ethact=egiga0
arcNumber=2097
bootmmc3_root=root=/dev/mmcblk0p1 rootdelay=10
bootcmd_mmc3=mmcinit; ext2load mmc 0:1 0x00800000 /openwrt-kirkwood-uImage
bootmmc3=setenv bootargs $(bootargs_console) $(bootmmc3_root); saveenv; run bootcmd_mmc3; bootm 0x00800000
bootcmd=run bootmmc3
bootargs_console=console=ttyUSB0,115200
bootargs=console=ttyUSB0,115200 root=/dev/mmcblk0p1 rootdelay=10
stdin=serial
stdout=serial
stderr=serial
nandEnvBase=a0000
mainlineLinux=yes
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
bootdelay=3
disaMvPnp=no
enaAutoRecovery=yes
pcieTune=no

Environment size: 1474/131068 bytes

How can i solve this problem? Do you have a guide to install correctly OpenWRT on a sheevaplug without getting into errors?

Thanks in advance for your answer


Cristian

UP tongue

The discussion might have continued from here.