First, place oflash.exe and FTD2XX.dll in the C:WindowsSystem32 folder so that Dos can execute the oflash command;
Secondly, enter the folder where BootLoader is located in the DOS command, use cd+absolute path, and select the file path of uboot.bin;
Then, execute the oflash command, select parameters such as eeprom, IC, address, download program (u-boot.bin), etc.
Finally, start the program and download the program to the development board through the openjtag port.
Note:
1. Differences and similarities between NAND and NOR flash. Similarities: Both NOR flash and NAND flash are EEPROMs, which can be repeatedly erased and read and written. Differences: The address bus and data bus of NOR flash are separate, so NOR flash can read and write data flexibly. It is usually used to place startup programs such as BootLoader. The address and data buses of NAND flash are multiplexed, and reading and writing are performed in "blocks". Of course, the cost of NOR flash is also higher than that of NAND flash.
2. During the installation of the openjtag driver, the following error message appears: "The hash value of the file is not in the specified directory file. This file may have been damaged or tampered with." The solution is: a. On the win10 desktop, use the win+x combination; b. Enter Update and Security + Recovery + Advanced Startup + Troubleshooting + Advanced Options + Startup Settings + Restart + 7 (disable driver mandatory signature); c. Reinstall the driver. Note: This solution will become invalid after the computer is restarted.
3. In the case of a bare board, it is not possible to directly burn the boot file, kernel and file system into the development board. The openjtag emulator is needed to help burn u-boot into the NOR flash of the development board. :https://blog.csdn.net/qq_37238696/article/details/79969738
Previous article:S3C2440 development board learning - how to use dnw to transfer data via USB
Next article:s3c2440 burns the entire system (and uses Jlink to download u-boot)
Recommended ReadingLatest update time:2024-11-16 19:55
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- 【AT-START-F425 Review】First Look at AT32F425
- Circuit analysis, please help me
- Personal income tax
- Interpretation for you | Introduction to the second version of 5G standard specification R16
- bq4050 protection recovery problem
- Reflections and how to handle them in high-speed systems
- The role of capacitors in op amp circuits
- Repairing PCB without drawings, this article is enough
- [Fudan Micro FM33LC046N] PACK package also limits the MDK version?
- Can stm32f407 be used as a USB host to receive serial port data?