am335x boot selction 啓動方式配置

Selecting the Boot Mode

The block diagram should also indicate which interface will be used for booting this device.

  • These devices contain an on-chip ROM Bootloader:

    • The boot config pins are sampled at power-on-reset
    • Sets up system for boot depending on boot configuration selected
    • Depending on boot mode, copies image to internal RAM and then executes it
    • Maximum size of the boot image is 128KBytes
  • The following boot modes are supported:

    • NOR Flash boot
    • NAND Flash boot
    • SPI boot
    • SD/MMC boot
    • EMAC boot
    • UART boot
    • USB boot (like an ethernet card, not as mass storage)
  • If the first boot source fails to boot, the ROM will move on to the next one in the sequence. Keep in mind that some boot sources take some time to timeout if that boot source isn’t available.

  • Read AM335x Technical Reference Manual Initialization Chapter to understand details on different boot modes

  • Key Boot Considerations:

    • It is recommended to include population options for other boot modes to aid in development
    • Boot pins have other functions after reset. Make sure your board design takes this into account when choosing pullup/down resistors for the boot pins.
      參考文章
      例子:參考BBB板的啓動方式 BBB_SCH.PDF的設計(https://github.com/CircuitCo/BeagleBone-Black)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章