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.
Tool/software: Code Composer Studio
Hello.
I am Yu-Rim Choi, firmware engineer.
We are developing and reviewing the CPU am335x, and building the development environment by purchasing the am335x starter kit.
To build the development environment, we refer to the Linux Board Porting Series video.
(Linux Board Porting Series-Module 6-Building U-boot in CCS)
(URL: training.ti.com/.../linux-board-porting-series-module-6-building-u-boot-ccs
The OS and SDK I am using are as follows. This is different from video.
OS: ubuntu-12.04.5-desktop-amd64,
SDK: ti-processor-sdk-linux-am335x-evm-06.01.00.08
Inquiry details. (Add path variable)
I would like to ask you about adding a path variable so that Code Composer Studio can find cross-compilation tools.
The video is shown below and my CCS is shown next.
I am not sure which path to add.
Please let me know after review.
Thank you.
Hi user4730082,
This video should be followed only if you are planning to debug u-boot source code with JTAG under CCStudio.
The latest PSDK 6.01 cross compiler is located at:
ti-processor-sdk-linux-am335x-evm-06.01.00.08/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc-8.3.0
Thus you PATH variable should be:
PATH=”<SDK INSTALL DIR>/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH”
This is explained in the latest version of the Linux user guide:
Regards,
Pavel