SDAA259 January 2026 AM623 , AM625 , AM625-Q1 , AM625SIP , AM62P , AM62P-Q1
To make the build process easier, use a docker image. Here are the steps to build through a docker image. First, cd into the project directory. Use Blink_Tutorial as an example.
Pull TI’s debian-arm64 Docker image and run the image:
docker pull ghcr.io/texasinstruments/debian-arm64:latest
docker run -it -v ${PWD}:/root/workspace ghcr.io/texasinstruments/debian-arm64:latest bash
Inside the container, make the project with the following:
cd /root/workspace
cmake -B build -S .
make -C build
This creates an executable within the build folder that a user can then send to the AM62P.