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.

RTOS/AM5718: flashing application image without OS.

Anonymous
Anonymous

Part Number: AM5718

Tool/software: TI-RTOS

I want to work with non-OS environment(non-RTOS) and I need to flash my application image to the 0x00 th location of FLASH memory(with out SBL).What is the procedure for it??

  • Muhammad,

    WE have plenty of no-OS diagnostics applications in the PDK that have been booted using the SBL. The SBL is required on a multi-core device that uses an external memory interface as the ROM bootloader on the device can only boot primary core and doesn`t allow loading of applications in to external DDR memory.

    We highlight the need for using SBL in the article here:
    software-dl.ti.com/.../index_Foundational_Components.html

    If your application runs from OCMC memory and doesn`t need DSP and M4 usage then you can use the ROM bootloader. You can use the SBL as sample code as it is bare-metal (no TI RTOS usage) and runs from OCMC memory.

    Regards,
    Rahul