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.
- Imported the sbl_qspi example and built it without changing anything.
- Opened UniFlash (version 8.6.0), used the .tiimage file from sbl_qspi as the SBL image.
- Built an example of gpio_led_blink as the Application Image
- Loaded images onto the control card.
- 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?