Hello,
We are working with OMAP35x EVM Main board Rev G.
1. I followed the instruction from http://processors.wiki.ti.com/index.php/Setting_Up_a_TFTP_Server
To setup atftp (I am using Ubuntu 10.04)
2. I copied the uImage to /tftpboot directory.
3. I got the following message ‘file not found’ when I tried to boot via TFTP. We use NETGEAR router which has dhcp server. The address 192.168.1.2 is our linux workstation ip address.
smc911x: initializing
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:50:c2:7e:91:3b
BOOTP broadcast 1
DHCP client bound to address 192.168.1.3
TFTP from server 192.168.1.2; our IP address is 192.168.1.3
Filename 'uImage'.
Load address: 0x80000000
Loading:
TFTP error: 'File not found' (1)
Starting again
BOOTP broadcast 1
DHCP client bound to address 192.168.1.3
TFTP from server 192.168.1.2; our IP address is 192.168.1.3
Filename 'uImage'.
Load address: 0x80000000
Loading:
TFTP error: 'File not found' (1)
Starting again
What else did I miss. Please help.
Thanks,