ZHDA175 June 2026 AM625 , AM625SIP , AM62D-Q1 , AM62L , AM62P
下面的最后一个命令会构建 tisdk-default-image,这是启用了 Arago 文件系统和 PipeWire 支持的 Processor SDK 映像。
$ cd $HOME/tisdk
$ cd build
$ . conf/setenv
# For RT (Real Time) Linux build
$ MACHINE=<machine> ARAGO_RT_ENABLE=1 bitbake -k tisdk-default-image
# For Non-RT Linux Build
$ MACHINE=<machine> bitbake -k tisdk-default-image| MACHINE | 支持的 EVM |
|---|---|
| am62xx-evm | SK-AM62B-P1 |
| am62xx-lp-evm | SK-AM62-LP |
| am62dxx-evm | AUDIO-AM62D-EVM |
| am62lxx-evm | TMDS62LEVM |
| am62xxsip-evm | SK-AM62-SIP |
| am62pxx-evm | SK-AM62P-LP |
| am62axx-evm | SK-AM62A-LP |
最终的 wic 映像在 deploy-ti/images/<machine>/ 目录中生成。