1:在xp上下载tftpd32(http://tftpd32.jounin.net/tftpd32_download.html),打开后添加所在目录,和serverip地址,然后把内核和文件系统放在tftpd32所在目录,并保证关掉防火墙,其他防护软件,且保持tftpd32打开。
2:开发板环境下tftpboot/tftp 0x80700000 uImage_ipnc_dm36x_xxx
tftpboot/tftp 0x82000000 ipnc_dm36x_xxx.squashfs
nand erase 0x500000 0x400000
nand write 0x80700000 0x500000 0x400000
nand erase 0x900000 0x1000000
nand write 0x82000000 0x900000 0x1000000
Use the following command at U-Boot prompt:
setenv bootcmd 'nboot 0x80700000 0 0x500000;bootm 0x80700000'