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.

TMS320C6748: Bootloader

Part Number: TMS320C6748

Hello,

we are using c6748. 

we would like to create our secondary boot, that will be executed after ship is powered on, check some GPIO and decides which app image to run.

our HW configuration is set to boot from NAND(16 bit).

The question is there any option to run images as following (or what do you suggest):

1. TI boot, boots our boot-loader from NAND that located at address 0 ( + offset) from NAND.

2. Our boot loader performs some checks and decides to execute/run image from address 0x10000 ( + for example) or image from address 0x20000.

How we can implement it? 

thank you !