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.

AM2612-Q1: Build Issue on TIFS demo

Part Number: AM2612-Q1
Other Parts Discussed in Thread: MCU-PLUS-SDK-AM261X

Hi experts,

 

Good day! I am asking for customer.

When customer imports the "crypto_aes_cbc_128_am261x_hsm0-0_nortos" demo in AM261 TIFS sdk in ccs and want to build, it will have some issues shows "unknown type name 'HsmMsg_t'". Customer wants to know how to solve it or is there alternative way to build the TIFS demos?

 

Best Regards

Kita

  • Here is the screenshot of error log

  • Hi Kita

    I'm able to see this at my end. Checking the reason for this.

    Meanwhile to unblock the customer, they can use "gmake" command from command line to build the application.

    Thanks and Regards,

    Nikhil Dasan

  • Hi Kita,

    I was able to fix this. Will get this integrated into next release. Meanwhile customer can do the below

    Issue 1: Import issue

    Solution: In the example.projectspec of the example, change com.ti.MCU_PLUS_SDK_AM261X to MCU-PLUS-SDK-AM261X 

    =============================================================================================================

    Issue 2: Build Issue

    Solution: Remove the below 2 includes from project

    =============================================================================================================

    Issue 3: Build Issue

    Solution : Remove the sdl files from syscfg as shown below

    Ensure correct version of mcu_sdk in imports.mak

    Thanks and Regards,

    Nikhil Dasan

  • Hi Nikhil,

    Thanks for update, the build issue is solved.

    But it fails to connect M4 core. Could you give advises on that?

    Best Regards

    Kita

  • Hi Kita,

    The JTAG for M4 core is locked on HSFS devices. It can only be unlocked in HSSE device (i.e. when the device efuse is flashed with Customer keys)

    Thanks and Regards,

    Nikhil Dasan