Other Parts Discussed in Thread: MMWAVEICBOOST
Hello,
I am trying to build the out of box demo by my own in order to adapt the firmware later on.
My Setting is:
OS: Ubuntu 20.04
CCS: 11
MMW SDK: 3.6.0
MMW Industrial: 4.12.0
Mono: 6.12.0.182
I have set the environment for iwr68xx with the setenv.sh script.
With the commands below the binary is successfully built (however, I haven't flashed yet)
cd ${MMWAVE_SDK_INSTALL_PATH}/ti/demo/xwr68xx/mmw
make clean
make all
But when I want to build the demo in CCS, building the DSS works fine but when I want to build the MSS, the auto-generated makefile contains .exe programs which of course fails on a linux machine (except for out2rprc with mono). However flags in the Arm linker seem to look okay. I am aware of the Image_Creator_User_Guide but building with CCS it seems to follow the exact same steps and doing it manually shouldn't be the only solution.
My Questions:
1. How can I successfully build the out of box demo in CCS? My procedure was to first rebuild the DSS and then rebuild the MSS.
1. I noticed that In CCS I can only configure the build as "Debug". Does this build (ones it builds successfully) also work without the MMWAVEICBOOST carrier card?
Thank you