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.

MMWAVE-SDK: Image Creator User Guide

Part Number: MMWAVE-SDK

Hi Champs

There's an issue regarding combined image creation by command line interface.

@REM 1. USAGE : $ image_create.bat <mss>.xer4f <dss>.xe674
@REM 2. Input the MSS and DSS ELF/COFF format files.
@REM 3. Copy this batch file(image_create.bat), <MSS>.xer4f, <DSS>.xe674, xwr16xx_radarss_rprc.bin($mmwave_sdk_01_00_00_05\firmware\radarss)
@REM       to $mmwave_sdk_01_00_00_05\packages\scripts\ImageCreator\xwr16xx
@REM 4. Output is the "metaImage.bin" that can be used to flash the device.

cd out2rprc
out2rprc.exe ..\%1 ..\mss_rprc.bin
out2rprc.exe ..\%2 ..\dss_rprc.bin
cd ..\
cd multicore_image_generator
MulticoreImageGen.exe LE 0 0x01000005 ..\metaImage.bin 0x35510000 ..\mss_rprc.bin 0xB5510000 ..\dss_rprc.bin 0xD5510000 .
cd ..\
cd crc_multicore_image
crc_multicore_image.exe ..\metaImage.bin 0
cd ..\
cd append_bin_crc
gen_bincrc32.exe ..\metaImage.bin
cd ..\

Their script able to build their custom binary. But it doesn't work usign the script attached above.

I found a difference of parameters used btw their parameter and demo project of Toobox. e.g. LE 0....

The following scripts are used from CCS build succesfully. 

post-build: 
-C:/ti/mmwave_sdk_03_05_00_04/packages/scripts/ImageCreator/out2rprc/out2rprc.exe high_accuracy_68xx_mss.xer4f high_accuracy_68xx_mss.tmp
-C:/ti/mmwave_sdk_03_05_00_04/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 high_accuracy_68xx_demo.bin 0x35510000 high_accuracy_68xx_mss.tmp 0xb5510000 C:/ti/mmwave_sdk_03_05_00_04/firmware/radarss/xwr6xxx_radarss_rprc.bin 0xd5510000 "C:/Users/arrow/workspace_v8/high_accuracy_68xx_dss/Debug/high_accuracy_68xx_dss.bin"
-C:/ti/mmwave_sdk_03_05_00_04/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe high_accuracy_68xx_demo.bin high_accuracy_68xx_demo.tmp
-C:/ti/mmwave_sdk_03_05_00_04/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe high_accuracy_68xx_demo.bin
-@echo ' '

I am trying to check the meaning of the parameter value used. But the file of "Image Creator User Guide" is not available from SDK docs directory.

Could you please check if their instruction for building the combined image is OK?

Please also give us the document of "Image Creator User Guide" 

Thanks.

Regards, 

Jack