Hi,
I am a newbie having problems with loading the linux kernal onto the OMAP. It gets to the stage of loading and displays a # and then turns it into a T and continues attempting.
I think that the TFTP server address is incorrect just before it starts trying to load. Where is this picking it up from ??
Tftp server is running & Linux host is on 192.168.2.3.
The router/dhcp is 192.168.2.1
OMAP is 192.168.2.4
When boot:
BOOTP broadcast 1
DHCP client bound to address 192.168.2.4
TFTP from server 192.168.2.1; our IP address is 192.168.2.4
Filename ‘uImage’
Load address: 0xc0700000
Loading : T T T T etc
(abort at this stage)
Printenv as follows:
bootdelay=3
baudrate=115200
ethaddr=00:0e:99:02:f4:68
rootpath=/home/Daniel/workdir/filesys
nfshost=192.168.2.3
bootcmd=dhcp
serverip=192.168.2.3
netmask=255.255.255.0
bootargs=console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=192.168.2.3:/home/Daniel/workdir/filesys,nolock mem=32M
ipaddr=192.168.2.4
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.3 (Nov 14 2008 - 15:07:10)
dnsip=192.168.0.1
bootfile=uImage
Best regards. Daniel.