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.

CC2640R2F: How to merge BIM+Stack+Application into production image

Part Number: CC2640R2F

Hi, 

I want to create a "production image" and merge BIM,Stack and application image into a single file. 

How do I accomplish that?

Thanks,

Mario

  • Hello Mario,
    Have you looked this python script C:\ti\simplelink_cc13x0_sdk_2_10_00_36\tools\common\oad\oad_image_tool.py in your SDK installation folder.
    Regards,
    Prashanth

  • Prashanth,

    I haven't looked at that scrypt. Are you saying there isn't a solution out there and that I should try to figure out how to change the script to make it work?

    Thanks,
    Mario
  • Hi Mario,

    There is a python utility called IntelHex that will allow you to merge the hex files. You will need to first create each as a hex file (i.e BIM, app, stack). The python module is installed with a script called hexmerge.py. The production image should then be used with the oad image tool as mentioned by Prashanth to create a valid binary to flash.

    AJB