• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 [2]
16  Hardware and U-Boot firmware / U-Boot stuff / Re: Can't boot my Sheevaplug on: August 09, 2010, 01:22:51 PM
In case it helps, here is all the environment settings:

baudrate=115200
loads_echo=0
ipaddr=10.4.50.165
serverip=10.4.50.5
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
console=console=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;
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
bootcmd=nand read.e 0x800000 0x100000 0x400000; bootm 0x800000
bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x400000@0x100000(uImage),0x1fb00000@0x500000(rootfs) rw root=/dev/mtdblock1 rw ip=10.4.50.4:10.4.50.5:10.4.50.5:255.255.255.0:DB88FXX81:eth0:none
ethaddr=00:50:43:4c:02:26
run_diag=no
stdin=serial
stdout=serial
stderr=serial
mainlineLinux=no
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
17  Hardware and U-Boot firmware / U-Boot stuff / Re: Can't boot my Sheevaplug on: August 09, 2010, 01:16:57 PM
Odoll, I tried following the guide you pointed out to me re. resetting the U-Boot Env.

Now the output when booting is a bit different:

NAND read: device 0 offset 0x100000, size 0x400000

reading NAND page at offset 0x100000 failed
 4194304 bytes read: ERROR
## Booting image at 00800000 ...
Bad Magic Number
18  Hardware and U-Boot firmware / U-Boot stuff / Re: Can't boot my Sheevaplug on: August 09, 2010, 01:04:13 PM
Lyzby:

printenv bootcmd
bootcmd=setenv bootargs $(bootargs_console); run bootcmd_mmc; bootm 0x00800000 0x01100000

printenv bootargs
bootargs=console=ttyS0,115200

I must admit that it doesn't give me a clue. What does it tell you?

Odoll:

You could very well be right. I mailed the previous owner today and he had the OS installed on a USB drive. So it is probably setup for booting from the USB port.

However, I have tried many things today (not always understading the tutorials!) so it is not unlikely I have changed the environment variables myself :-)
19  Hardware and U-Boot firmware / U-Boot stuff / Can't boot my Sheevaplug on: August 08, 2010, 03:57:01 PM
Hi everybody,

I have tried booting my Sheevaplug for a couple of hours. I can log into it with the serial console, but all I see is the Marvell>> prompt. If I then enter "boot", I get these messages:

USB:   scanning bus for devices... 1 USB Device(s) found
       scanning bus for storage devices... 0 Storage Device(s) found
** Bad partition 1 **
** Bad partition 1 **
## Booting image at 00400000 ...
Bad Magic Number

The U-Boot version is : U-Boot 1.1.4 (Mar 19 2009 - 16:06:59) Marvell version: 3.4.16

I have tried upgrading the U-Boot according to this guide:
http://www.cyrius.com/debian/kirkwood/sheevaplug/uboot-upgrade.html

But that didn't make any difference. I still get the Bad Magic Number error.

Any advice would be much appriciated!

Thanks,
Martin
Pages: 1 [2]