1. Use the serial port to burn the data, just because you want to experience the feeling of being naked. This method is only applicable to low-writeProgramAt the same time, there is only a serial line and power cord on the hand, without a network. What you want to experience
Try it!
2. Open the Super Terminal under XP, and do not talk about serial port configuration. Set it to SD card startup. First, burn the uboot of the SD card.
3. After completion, start the development board from SD and press a space to stay under autoboot and enter the command loady.
4. Wait for the file to be sent, and select send file in transfer on the menu bar of the terminal. Pay attention to the XMODEM protocol and then send the file,
5. Run the NAND command to erase the NAND. The command "NAND erase 0 100000" means to erase the first 1 m space of the NAND.
6. Write the NAND and run the NAND write. uboot 50000000 0 100000 command.
7. OK. The program is successfully burned. Switch to the NAND mode to start the program. Then, you can solidify your bare-board program to the NAND. The program will be there when it starts up next time. Attach an image