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.

AWRL6844EVM: Unable to import the xWRL68xx Out of Box demo project

Part Number: AWRL6844EVM
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.

  • Hello,

    Thanks for reaching out regarding these build errors, and I'm glad the FAQ was able to help you out initially! As noted by SDK FAQ#5, if you are running into a 'gpn' undefined issue, this is because of the version of SysConfig you are using. Based on the logs you provided, it looks like you are using a version of SysConfig later than 1.20.0.3587. Please download SysConfig 1.20.0.3587. If you have later versions of SysConfig, you may also have to change the project SysConfig version manually as it may automatically use the latest version. To do so, right click the project in the Project Explorer -> Properties and then General -> Products. If SysConfig does not match 1.20, click on it, hit Edit, and change the version via the dropdown menu. Hit OK and Apply and Close.

    Let me know if this resolves the issue.

    Cheers,

    Kristien

  • Hi Kristien,

    I tried the same, but the issue still persists,

    Please find the logs attached,


    **** Build of configuration Debug for project mmwave_demo_xwrL684x-evm_r5fss0-0_freertos_ti-arm-clang ****

    <TI_INSTALL_DIR>/ccs1281/ccs/utils/bin/gmake -k -j 12 all -O

    Building file: "../example.syscfg"
    Invoking: SysConfig
    "<TI_INSTALL_DIR>/sysconfig_1.20.0/sysconfig_cli.sh" --script "<PROJECT_WORKSPACE_FOLDER>/6844OOB/mmwave_demo_xwrL684x-evm_r5fss0-0_freertos_ti-arm-clang/example.syscfg" -o "syscfg" -s "<TI_INSTALL_DIR>/ti/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
    Device not found: XWRL684X. This device may be available in a newer version of SysConfig


    gmake: *** [build-1082476911] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    Thanks,

    Poorneka T

  • Hi Kristien,

    Any update on this issue?

  • Hey Poorneka,

    I apologize for the delay in response. I would recommend updating to the latest SDK, 6.0.4.1, and import and rebuild the OOB project.

    Regards,

    Kristien

  • Hi Kristien,

    I tried with the above one. I am able to import the project. 

    When building it, the following error throws up:

    I have mentioned the versions of the tools used for configuring the project:

    The error is that the FCCSP package is not available in the Sysconfig tool. Bu the Sysconfig is already at its latest version.

    Please help us with issue !!

  • Hey Poorneka,

    Thank you for sharing the errors you were running into. It appears the SysConfig device data is missing, though it should've been present upon downloading SysConfig. You can add it back manually by navigating to <MMWAVE_LSDK6_INSTALL_DIR>\tools\syscfg_deviceData, copy the XWRL684X folder and devices.json, and then navigate to your SysConfig 1.23.1 device data directory - likely C:\ti\sysconfig_1.23.0\dist\deviceData - and paste in the folder and .json file. 

    Also, as mentioned in the release notes of MMWAVE-L-SDK 6.0.4.1, you should use Code Composer Studio 20.1. Using previous versions of CCS could cause additional issues during imports or builds of projects.

    Cheers,

    Kristien

  • Hi Kristien,

    I am able to import and build the code after the above mentioned steps.

    Thanks for the support.

  • Hey Poorneka,

    I'm glad you were able to get it working! I will close out this thread now, but feel free to open up a new thread if you have any other questions.

    Cheers,

    Kristien