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.

MCU-PLUS-SDK-AM263X: Not able to build sbl_qspi that works in UniFlash

Part Number: MCU-PLUS-SDK-AM263X
Other Parts Discussed in Thread: TMDSCNCD263, UNIFLASH

I am trying to get the secondary bootloader for qspi to work for our own board, and since that hasn't worked yet, I tried to see what happens when I build the sbl_qspi example for the TMDSCNCD263 control card. 

  1. Imported the sbl_qspi example and built it without changing anything.
  2. Opened UniFlash  (version 8.6.0), used the .tiimage file from sbl_qspi as the SBL image.
  3. Built an example of gpio_led_blink as the Application Image
  4. Loaded images onto the control card.
  5. Power cycled and nothing happened.

However, if I use the pre-built sbl_qspi, then after I load the images and power cycle, the LED blinks as expected.  Why?