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.

Running .out file on OMAPL138

Hi,
I want to know how to run the .out file which is generated from CCS in Release mode.
Thanks in advance.

Muhammad

  • Hi Muhammad,

    There are two ways to run the *.out file generated from CCS.

    1. Using emulator through CCS : -

        similar to the *.out generated in debug mode, you can use the same way to run it in release mode.

        a. In CCS, select project-->rightclick-->BuildConfigurations-->set active-->releasemode.

        b. During deug session, it will execute the binary *.out under release folder instead of debug folder.

    2. Using flash method : -

          a. You can convert the *.out into *.bin using AIS gen tool

          b. Flash *.bin into the target using flasher tool and run the binary.

    --------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------