1. First install the TFTP server in Linux, see the previous article reproduced in the log. It's basically no problem.
2. Linux Internet use Bridge, set Windows,linux, the IP of the Development Board is 192.168.1.X1,192.168.1.X2,192.168.1.X3 respectively. This is important! Must be bridged! The original because in school with IPv6 net plus Bras,ip is automatically obtained, so before Linux Internet use is NAT, instead of bridging, is not know the IP of Windows to exactly which ~ today tried, in the terminal to see is the local connection that. Linux set the IP when the command set is very troublesome, you can directly in the network connections inside set 3. Disable the wireless card and turn off the firewall. This seems easy to ignore, but it's important. 4.in theSecureCRTin whichof the Development BoardU-bootsettings for the parameter: setenv ipaddr 192.168.1.230//Development BoardIP setenv ServerIP192.168.1.2//Virtual MachinesLinux IP setenv gatewayip192.168.1.1//Gateway saveenv 5 Use the crossover cable inside the Development Board box to connect the network port of the notebook and the network port of the Development Board6the steps to perform the download:will beUimageCopy to/tftpboot/ connect the serial cable and USB to serial cable, develop the board power, enter in securecrt in turn: smdk2440a>tftp 0x30008000 uimage 5. Get it done!
Ubuntu uses TFTP service to download files to the 2440 Development Board