"ARM" s5pv210 chip start-up process

Source: Internet
Author: User

The idea of the designer of the s5pv210 chip

(1) After the chip starts to execute Irom (BL0) content, carries on the initialization of the clock and the watchdog and so on peripheral, will copy BL1 and BL2 to the on-chip SRAM;

(2) Jump to the on-chip SRAM execution, complete the initialization of the external SDRAM, and copy the OS from the storage device to the SDRAM;

(3) Jump into the SRAM to execute the OS start code.

Due to the size of the u-boot, cannot be copied to the on-chip SRAM, so U-boot's designers designed the process

(1) After the chip starts to execute Irom (BL0) content, carries on the initialization of the clock and the watchdog and other peripherals, copies the BL1 to the on-chip SRAM;

(2) Jump to the on-chip SRAM for execution, complete the initialization of the SDRAM, copy the BL2 into the SDRAM, execute.

(3) Jump to the BL2 in the SDRAM to execute, copy the OS into the SDRAM, jump to the beginning of the OS to execute the OS.

"ARM" s5pv210 chip start-up process

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.