SPRADD1A August 2023 – September 2024 AM620-Q1 , AM623 , AM625 , AM625-Q1 , AM625SIP , AM62A3 , AM62A3-Q1 , AM62A7 , AM62A7-Q1 , AM62P , AM62P-Q1
The first step of board bring up is to download the AM62x Linux Processor SDK if it is not already installed on the host machine. Download instructions are found in the AM62x Processor SDK Guide.
This SDK contains source code repositories, pre-built binaries, file system images, and other useful development tools. The following instructions are based off of the 10.x version of the AM62x Processor Linux SDK. Exact paths can change across SDK releases, and it may be necessary to search for directories to determine where components are located. This document refers to the SDK directory path as TI_SDK.
In the 10.x version of the SDK, the U-Boot repository is found under TI_SDK/board-support/ti-u-boot-2024.04+git. This document refers to this path as TI_U_BOOT.
In the 10.x version of the SDK, the Linux kernel repository is found under TI_SDK/board-support/ti-linux-kernel-6.6.xx+git-ti (where xx represents the minor release number that will change). This document refers to this path as TI_LINUX.