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.

C6678 MCSDK IBL support for SRIO boot ?

Hi,

How can I generate multicore single bootable image for the SRIO boot mode configuration, similar to the TFTP/NOR boot explained in the MCSDK image processing demo application ? As per the IBL source code comes with mcsdk_2_00_05_17 , it seems it doesn't support SRIO boot mode.

There are examples for SRIO boot comes with the MCSDK but they don't use SYS/BIOS like in the image processing demo.

 Thanks,

Balaji

  

  • Balaji,

    There are two ways to boot multiple cores.

    1. Create individual images and load the images one at a time from the host. The image running in core 0 should populate the boot magic address on other cores and bring the secondary cores out of idle by triggering the IPC interrupt.

    2. Next option is to create a single image and for that you can use MAD utility. The MCSDK has an example that you can refer to.

    Thanks,

    Arun.