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:
Hello. TI experts
I have a question about Yocto-build in PSDK-LINUX-AM62A-10.00.00.08.
In the section of 1.2.3.2. Build Steps, I'm wondering if this command is correct or not. Please review this page(https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/10_00_00/exports/docs/linux/Overview_Building_the_SDK.html#build-steps).
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-08.06.00-config.txt
Best regards
Yongsig
Hi Yongsig,
for SDK v10.0 you need to use the appropriate configuration file, which is documented here: https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/10_00_00/exports/docs/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.html#yocto-layer-configuration
(Note how there is a "here" hyperlink on the page you referenced, which gets to you to the above URL).
Also, you can leave out the below two steps. Those are no longer needed for SDK v10.0, but unfortunately are still in the SDK documentation. This has already been flagged for correction in upcoming SDK v10.1.
git clone git.ti.com/.../core-secdev-k3.git -b master
export TI_SECURE_DEV_PKG_K3=`pwd`/core-secdev-k3
Regards, Andreas
Hi Andreas
Thank you for your reply.
I built with processor-sdk-analytics-10_00-config.txt. I just wanted to clarify it.
Best regards
Yongsig.