In order to facilitate burning, we directly append u-boot.bin to tq210-spl.bin to form a file.
Modify Makefile and define the merge rules:
combine: u-boot.bin spl/u-boot-spl.bin FORCE
cp $(objtree)/spl/tq210-spl.bin $(objtree)/tmp.bin
truncate $(objtree)/tmp.bin -c -s 16K
cat $(objtree)/u-boot.bin >> $(objtree)/tmp.bin
cp $(objtree)/tmp.bin $(objtree)/ky-uboot.bin
chmod 777 ky-uboot.bin
sz ky-uboot.bin
Then add combine to ALL:
ALL-y += u-boot.srec u-boot.bin u-boot.sym System.map u-boot.cfg binary_size_check combine
Compile:
u-boot-2016.09/ky-uboot$ make all
We can find that the ky-uboot.bin file is generated in the uboot directory.
Previous article:u-boot-2016.09 transplant (7)-nandflash
Next article:u-boot-2016.09 transplant (1) - single board configuration
Recommended ReadingLatest update time:2024-11-16 11:49
- Popular Resources
- Popular amplifiers
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
- How to implement interruption of USB virtual serial port
- How can Kicad batch convert yellow words into silk screen words?
- High cost-effective single-chip microcomputer application system structure design
- The rapid entry of UWB centimeter-level positioning solutions has brought strong momentum to indoor positioning
- [ST NUCLEO-H743ZI Review] (1) SPI DMA flashing TFT screen
- Over View can customize the format and content of the audio body according to your needs
- Architecture Issues
- What do these three graphs (parameters) of the op amp mean?
- [RVB2601 Creative Application Development] Network Weather Clock
- The process of responding to interrupts in DSP