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.

AM6442: Unable to open sample programs

Part Number: AM6442
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello team,

My customer is unable to open most of the sample programs on MCU+ SDK for AM64.

When they try to open syscfg files, this message pops up.

Below are the list of example files failed to open.
How can we open those files?

ddr_ecc_test_main_esm
gpio_led_blink
gpio_input_interrupt
gpmc_flash_io
gpmc_psram_io
i2c_led_blink
i2c_memory_read
ipc_rpmsg_echo
ospi_flash_io
uart_echo

Software versions

SysConfig version   : 1.20.0+3587
MCU+ SDK version: 10.00.00.20

Best Regards,
Kei Kuwahara

  • Hi Kuwahara,

    Thanks for your query.

    Can you please try changing the cliargs to below in example.syscfg file? 

    Open the example.syscfg file and replace the cliArgs with below code. Save the file and reopen.

    Please refer the below code.

    * @cliArgs --device "AM64x" --part "Default" --package "ALV" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM64x@10.00.00"
     * @v2CliArgs --device "AM6442" --package "FCBGA (ALV)" --variant "AM6442-D" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM64x@10.00.00"

    Please let us know if the above works.

    Regards,

    Tushar