Other Parts Discussed in Thread: SYSCONFIG, MMWAVE-L-SDK
Tool/software:
Hi team,
I tried to import the xWRL6844 out of box demo project in the CCS version: 20.11, from the low power SDK: MMWAVE_L_SDK_06_00_03_00. The below error popped up.
So I followed the instructions mentioned in the document: https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1454555/faq-awrl6844evm-common-questions-and-resources-for-xwrl6844
After these steps also, I was not able to import the Out-of-box demo project.
So I migrated to the CCS version: 12.8
There I faced the Device not found error,then I clicked on the “Install device support” and re-ran the installation process.
Then I clicked the “Check for updates” and selected all the components:
Now I am able to import the Out of box demo project.
Tool |
Version |
Sysconfig |
sysconfig_1.23.1 |
SDK |
MMWAVE_L_SDK_06_00_03_00 |
Code Composer Studio |
ccs1281 |
But when building the project, I am facing this issue:
**** Build of configuration Debug for project mmwave_demo_xwrL684x-evm_r5fss0-0_freertos_ti-arm-clang ****
<CCS_12.8_INSTALL_DIR>/ccs/utils/bin/gmake -k -j 12 all -O
Building file: "../example.syscfg"
Invoking: SysConfig
"<TI_INSTALL_DIRECTORY>/sysconfig_1.23.1/sysconfig_cli.sh" --script "project_workspace_v12_8/6844OOB/mmwave_demo_xwrL684x-evm_r5fss0-0_freertos_ti-arm-clang/example.syscfg" -o "syscfg" -s "<TI_INSTALL_DIRECTORY>/MMWAVE_L_SDK_06_00_03_00/mmwave_l_sdk_06_00_03_00/.metadata/product.json" --context "r5fss0-0" --part Default --package BGA --compiler ticlang
subdir_rules.mk:14: recipe for target 'build-1082476911' failed
TypeError: Cannot read properties of undefined (reading 'gpn')
at findDeviceInfoHelper (<TI_INSTALL_DIRECTORY>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/findDeviceInfo.ts:69:16)
at findDeviceInfoSync (<TI_INSTALL_DIRECTORY>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/findDeviceInfo.ts:41:10)
at variant (<TI_INSTALL_DIRECTORY>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/findDeviceInfo.ts:21:9)
at products (<TI_INSTALL_DIRECTORY>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/args/resolveProductArgs.ts:27:21)
at resolvedArgs (<TI_INSTALL_DIRECTORY>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/args/parseAndResolveArgs.ts:44:8)
at t.runCLI (<TI_INSTALL_DIRECTORY>/ti/sysconfig_1.23.1/dist/webpack:/sysconfig/src/cli/runCli.ts:32:9)
gmake: *** [build-1082476911] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Help me resolve this issue.