Hello team,
The OOB demo will combine BSS/MSS/DSS binary to one binary image, and it works.
Customer want one version that combine only MSS/DSS binary to one image, but the APP cannot work.
What the customer done is listed below:
Original code, Work successful
${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/xwr16xx/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 xwr16xx_mmw.bin 0x35510000 xwr16xx_mmw_mss.bin 0xb5510000 ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/firmware/radarss/xwr16xx_radarss_rprc.bin 0xd5510000 ${WORKSPACE_LOC}/mmw_dss_16xx/Debug/xwr16xx_mmw_dss.bin
Custimize code, Boot failed
${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/xwr16xx/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 xwr16xx_mmw.bin 0x35510000 xwr16xx_mmw_mss.bin 0xd5510000 ${WORKSPACE_LOC}/mmw_dss_16xx/Debug/xwr16xx_mmw_dss.bin
Customer combine the BSS patch in SBL.bin, and they want to disable the BSS patch in APP.bin. To save the binary size and boot time.
Can you please hlep to provide the correct method to run OOB demo without the BSS patch? Thanks.
Regards,
Wesley