1. Set device network information as below on Uboot prompt.
setenv serverip <TFTP SERVER IP ADDRESS>
setenv ipaddr <DEVICE IP ADDRESS>
setenv ethaddr <DEVICE MAC ADDRESS>
e.g.
setenv serverip 10.2.1.140
setenv ipaddr 10.2.1.9
setenv ethaddr 00:01:02:03:04:05
2. Put the the uImage binary file ( “kernel/arch/arm/boot/uImage”) to the directory /tftpboot at <TFTP
SERVER >
3. Put the the the ramdisk binary file (“<installDir>/bin/ramdisk_ipnc_X.X.X.gz”) to the directory
/tftpboot at <TFTP SERVER