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/CC1310: Error in OAD Image creation

Part Number: CC1310

Tool/software: TI-RTOS

We are doing OAD by linux machine(ubuntu 16.04) to sensor node. Initially we have wiped out the both the LaunchPad's and programmed "sensor_oad_cc1310lp_all.hex" and "coprocessor_cc1310lp.hex"( Hex files from the location of C:/ti/simplelink_cc13x0_sdk_2_10_00_36\examples\rtos\CC1310_LAUNCHXL\ti154stack\hexfiles\oad). We have to transfer the .bin file through OAD. For that, we are trying to create a OAD Image file For example sensor_oad_cc1310lp.bin by following the below instructions

Installed below softwares

  • Python 2.7
  • Python intelhex-2.1
  • Python crcmod-1.7

And run the command "oad_image_tool.py -v 0x0200 -i app sensor_oad_cc1310lp.hex -ob sensor_oad_cc1310lp.bin -m 0x1000" then it's giving the error as "Fatal Error :- Non Production/NP Image cannot have data in reserved pages. Exiting"

We are using CC1310 LaunchPads for this, So can you please tell us whether we are using correct addresses in above command.  We assume that it's an addresses issue, If it's not address issue what might be the problem?

Please find the attached screen shot for referencehanks in advance,

Regards,

Harsha