Tool/software:
Hello Team,
we are trying to do Flash operations on TDA4VMCR5 derivative.
we are using the MCAL package MCUSW_09_00_00_15_CONFIG + ti-processor-sdk-rtos-j721e-evm-09_00_00_02.
I have a query regarding the usage of tiarmobjcopy. i am referring the page :
14.2. tiarmobjcopy - Object Copying and Editing Tool — TI Arm Clang Compiler Tools User's Guide
do you have any working example how to use this command.
I have tried with the below command from our make file to generate .bin file for the application where i wanted to use this application in flash tool to download via bootloader.
tiarmobjcopy.exe --dump-section <70000000> = simple_can_demo.bin $(PROJECT_ROOT)/output/bin/$(PROJECT).elf $(PROJECT_ROOT)/output/bin/$(PROJECT).bin
how ever i am getting error as below :
The system cannot find the file specified.
make: *** [common.mak:321: all] Error 1
common.make is make file where i have added the tiarmobjcopy to execute.
Please send me if you have any working example available or how use these commands.
Thank you,
Best Regards,
Vishwanatha N