Hello:
I'm recently new to using the ME-9210 module. I'm having difficulty in moving my kernel and rootfs modules from the Eclipse development system to the 9210 development board/module. It seems that this should be simple and straight forward, but I cannot understand what I'm doing wrong.
I've gone over the tutorials and examples on the "Welcome" screen. I can successfully build and run "install" from the Project Explorer tab.... no errors here. Everything looks fine. The build process places the images properly as follows:
/exports contains: nfsroot-cme9210js
/tftpboot contains: uImage-cme9210js, u-boot-cme9210js.bin, rootfs-cme9210js.squash, and rootfs-cme9210js-64.jffs2
Next I power up the board, break into the U-Boot monitor, and set all of the environment variables as per the tutorials and examples. The TFTP Directory points to /tftpboot. The NFSROOT configuration (npath) is set at the default of /exports/nfsroot-cme9210js. And finally bootcmd is set to dboot linux tftp. When I reset the board and do not interrupt the boot process I get the following:
U-Boot 1.1.4 (Oct 31 2008 - 13:16:22) DUB-RevE
for Digi Connect ME 9210 on Development Board
DRAM: 8 MB
Flash: 4 MB
CPU: NS9210 @ 74.95680 MHz, SYS 299.82720 MHz, AHB 74.95680 MHz, Rev 0
Strap: 0x077f
Hit any key to stop autoboot: 0
TFTP from server 192.168.0.130; our IP address is 192.168.0.180
Filename 'uImage-cme9210js'.
Load address: 0x200000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
TFTP from server 192.168.0.130; our IP address is 192.168.0.180
Filename 'uImage-cme9210js'.
Load address: 0x200000
Loading: T T T T T T T T T T
I've tried this over-and-over experimenting with various settings, but always the same. What's happening here?
Thanks for any help on this.
Doug
Extra info
CME9210 # printenv
bootdelay=4
baudrate=38400
silent=no
npath=/exports/nfsroot-cme9210js
bootcmd=dboot linux tftp
ethaddr=00:40:9D:3C:11:B4
wlanaddr=00:04:F3:FF:FF:FB
ipaddr=192.168.0.180
ipaddr_wlan=192.168.0.1
netmask=255.255.255.0
netmask_wlan=255.255.255.0
serverip=192.168.0.130
gatewayip=192.168.0.1
dnsip=0.0.0.0
dnsip2=0.0.0.0
dhcp=off
dhcp_wlan=off
stdin=serial
stdout=serial
stderr=serial