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.

EVM6472 nand bootloader

    Now I want to known the ways to flashing muticore .out documents to the all six cores of EVM6472.

    I have realized that the NandWriter project can write .out document to nand flash.But the .out document can only be execute by core 0.

    I extremely hope that you can tell me the ways to execute the .out document (been flashing in nand flash) by all cores.

  • Hi Xu fei,

    Assuming that your application has all the RW data sections in the core's local memory (Local L1/L2 SRAM), there one simple way you can achieve this:

    1. The application when starting on core-0 copies its local memory content to the local memory of all the other cores.
    2. Boot each other core with the application entry point in the “DSP_BOOT_ADDR” register of the core being booted.

    Let me know if you have any further questions.

    Best regards

    Sandeep