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.

MCU-PLUS-SDK-AM263X: MCU+ SDK for AM62Ax (10.00.00.14)

Part Number: MCU-PLUS-SDK-AM263X

Tool/software:

Hello,

I am working in the KSS project and was given task to bring up free RTOS and later safeRTOS. For this required the steps to bring up freeRTOS in MCU-R5 of Sitara SOC (AM62A34ASMSIAMBRQ1). 

Kindly provide the following details, that assists me to move forward quickly,

                                  1. How do bring up FreeRTOS in MCU-R5, For this steps required and also would like to know the details

                                                                                                                                                                     How it interfaces with BSP 

                                                                                                                                                                     How it provides services to application                                                     

                                  2.  How do build it 

                                  3. What images it generates if build and where do locate them and how do use it 

                                  4. How do build app on top of it (Any examples and demos)

                                  5. What could be the boot sequence from power on the SOC to until it runs application in MCU-R5 using free RTOS.

Thanks & Regards,

Madhusudhan

  • Installed latest version "mcu_plus_sdk_am62ax_10_00_00_14 and when ran using make getting build failures   

  • Hi Madhusudhan,

    Thanks for your query.

    From the above build error I can see that you have not installed the ti-arm-clang compiler on your system. 

    Please install all the necessary tools to get started with SDK building.

    Please refer SDK_TOOLS_DOWNLOAD for all required tools.

    Regards,

    Tushar

  • Could you provide explanation for above queries on first thread

    Thanks in advance

  • Kindly provide the steps how do build FreeRTOS for the MCU-R5 and DM-R5 respectively on the TI Sitara AM62A34ASMSIAMBRQ1? I have installed all the required tools, but I require your support to provide the procedure for bringing up FreeRTOS along with vision apps. This will greatly assist me in moving forward quickly.

    Thank you in advance for treating this as a priority. Free rtos image should be ready with vision apps and will make FreeRTOS up and running on the hardware that arrives next week.   Please don't post the complete documentation or URL rather provide specific steps, that assists better way.

  • Hi Madhusudhan,

    You are getting the above build error because the compiler path used is not correct.

    The path which gmake tool is using refers to /home/linux/ti/ti-armllvm_3.2.2.LTS/bin/tiarmclang while the path at which compiler is, refers to /home/linux/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.

    Please either install the compiler at absolute path used by gmake or update the path of compiler in SDK's imports.mak file located at ${MCU+SDK}/imports.mak .

    After making the above changes, you should be able to build SDK examples without any issues.

    Regards,

    Tushar