打开开发版,在u-boot处停下;
tftp 0x52000000 u-boot.bin //下载u-boot.bin到内存地址0x52000000处
nand erase //完全擦除nand flash
nand write 0x52000000 0 0x40000 //将内存空间0x52000000处的u-boot.bin下载写到nand flash的0地址处,大小为256K
tftp 0x52000000 u-boot.bin //下载u-boot.bin到内存地址0x52000000处
nand erase //完全擦除nand flash
nand write 0x52000000 0 0x40000 //将内存空间0x52000000处的u-boot.bin下载写到nand flash的0地址处,大小为256K