Hello Martin,
I am finally getting the chance to mess with the Sim.One some more... and, well, still not working.
I changed the bootcmd line as you suggested, but I get a different error now:
---
SIM.ONE> set bootcmd "tftp c02000000; bootm"
Unknown command 'bootm"' - try 'help'
SIM.ONE>
---
If I change it to a single quote, it accepts it, but still will not boot.
---
SIM.ONE> boot
TFTP from server 192.168.99.32; our IP address is 192.168.99.57
Filename 'uImage'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
####
done
Bytes transferred = 2017088 (1ec740 hex)
## Booting image at 02000000 ...
Bad Magic Number
SIM.ONE>
---
I have also downloaded the kernel again to make sure it wasn't a download issue.
I tried the commands that are documented on the link to boot the root filesystem before, and it does not work either. It still downloads the uImage, and produces a Bad Magic Number instead of actually hitting the SD card. I am guessing that the bootcmd has to be changed as well, since it is still looking at the tftp server, but changing it to boot gives me a "'bootd' recursion detected" message, and setting it blank doesn't work (it does nothing at all).
The results of printenv are below for your reference (from my attempt after clearing the bootcmd variable). I am sure it is something I am missing...
SIM.ONE> printenv
bootdelay=2
baudrate=57600
ethaddr=01:02:93:12:15:07
mtdparts=mtdparts=edb93xx-nor0:768k@0(Firmware),2048k@0xc0000(Kernel),-@0x2c0000(Root-FS)
tftp=0xc0200000 uImage;bootm
server=192.168.99.32
mtdids=nor0=edb93xx-nor0
partition=nor0,0
mtddevnum=0
mtddevname=Firmware
bootfile=uImage
stdin=serial
stdout=serial
stderr=serial
bootargs=console=ttyAM0 root=/dev/mmcblk0p1 rootwait
filesize=1ec740
fileaddr=2000000
gatewayip=192.168.3.1
netmask=255.255.255.0
ipaddr=192.168.99.57
serverip=192.168.99.32
Environment size: 498/131067 bytes
SIM.ONE>
Any suggestions? :)
Thanks
Paul