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.

TMS320C6657: About ROM Bootloader and Secondary bootloader

Part Number: TMS320C6657

Hi TI,

1. I am confused whether ROM bootloader and Secondary bootloader are same or not.

   if not, is ROM bootloader called Primary bootloader?

the descriptions below are what I have learned from Technical Reference manual.

The ROM Boot Loader (RBL) is software code that resides in the on-chip read only memory (ROM) to assist the customer in transferring and executing their application code. The start address of the RBL is 0x20B00000.

and what I have learned about RBL is that It initiates initialization in a boot process selected by boot configuration pin and DEVSTAT register.

and It seems to be possible for RBL to load boot table of a app to a SRAM without the help of secondary bootloader....

2. Is there any doc having descriptions of secondary bootloader and its relationship with ROM bootloader? 

3. If it is correct that secondary bootloader is called by ROM bootloader, how does it do? is there any doc for explaining it?

4. and i'd like to know the TI example code that write secondary bootloader or application binary or hex images to NOR FLASH.

and

5. the sequence of the program execution on both core0 and core1.

     -  All I know is that core0 can initiates the execution of a application on core1. how?

        please guide me to the thread that have explanation about it.

Regards,

ysshim