Hi,
We just follow http://dev.ti.com/tirex/explore/node?node=AIixxGE2y6tnPJ7cm65SFQ__pTTHBmu__LATEST document. In Task 5 there are instructions to make a so-called 'Production Image'. Since we use Ubuntu as a base OS we created a production image this way:
srec_cat ~/Desktop/workspaces/cc26x2_oad/cc26x2r1lp_bim_onchip/Debug/cc26x2r1lp_bim_onchip.hex -intel ~/Desktop/workspaces/cc26x2_oad/simple_peripheral_oad_onchip_app_CC26X2R1_LAUNCHXL_tirtos_ccs/Debug/simple_peripheral_oad_onchip_app_CC26X2R1_LAUNCHXL_tirtos_ccs_Debug_oad.bin -bin -o simple_peripheral_oad_onchip_production.hex -intel
and in terminal we observed the following:
Since we use on-chip OAD, as stated in http://dev.ti.com/tirex/explore/node?node=AOimuSWjap.4RuDbcp7OqA__pTTHBmu__LATEST, we suppose that we should use persistent project along with the app and the bim projects, but we forgot to do so and we noticed that OAD doesn't work. It is not straightforward how to merge these three files, because the order of merging is not clear as it was in the documentation. How should we merge these three outputs?
Besides, we have one more question: is it memory efficient to use 'Production Image'?
Best regards