This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM64X: What is the significance of NO-Boot mode

Part Number: PROCESSOR-SDK-AM64X

Hi

I just wanted to know, what is the significance of No-boot mode in AM64x EVM. Can we load U-boot in No-boot mode?

  • Hi Himansu,

    No boot mode is useful for Bare metal development. No you can not load U-boot in No-boot mode.

    You can connect JTAG and connect to CCS and load and run respective CPU cores via CCS.

    Thanks

  • SoC's ROM code will query the bootmode pins and take action based on that. For example, if a peripheral boot mode is selected then the ROM will enable clocks to the peripheral, set the necessary pinmux, configure the peripheral mode, etc. With No-Boot mode, the ROM will not configure anything.