@@ -71,21 +71,21 @@ information refer
7171
7272- The below table shows versions of buildroot and BR2_EXTERNAL for each platform.
7373
74- | Platform | Buildroot version tag | Buildroot External Tree |
75- | ----------- | --------------------- | --------------------------|
76- | SK-AM62B | 2025.02.x | 11.01.05.03 |
77- | AM62L-EVM | 2025.02.x | 11.01.16.13 |
74+ | Platform | Buildroot version tag | Buildroot External Tree Tag |
75+ | ----------- | --------------------- | ----------------------------- |
76+ | SK-AM62B | 2025.08.02 | 11.02.08.02 |
77+ | AM62L-EVM | 2025.08.02 | 11.02.08.02 |
7878
7979- Clone the Buildroot repository to local machine.
8080
8181``` bash
82- $ git clone -b 2025.02.x https://github.com/buildroot/buildroot
82+ $ git clone -b < Buildroot version tag > https://github.com/buildroot/buildroot
8383```
8484
8585- Clone the ` BR2_EXTERNAL ` tree:
8686
8787``` bash
88- $ git clone -b 11.01.16.13 https://github.com/TexasInstruments/buildroot-external-TI.git
88+ $ git clone -b < Buildroot External Tree Tag > https://github.com/TexasInstruments/buildroot-external-TI.git
8989```
9090
9191- The directories for ` buildroot ` and ` buildroot-external-TI ` are now located
@@ -121,10 +121,10 @@ $ make BR2_EXTERNAL=../buildroot-external-TI ti_release_am62lx_evm_rt_defconfig
121121- To further customize the Buildroot configuration, run ` make menuconfig ` . This
122122step is optional but useful if you need to make specific adjustments.
123123
124- - Build the SD card image for SDK 11.01
124+ - Build the SD card image for SDK 11.02
125125
126126``` bash
127- buildroot/ $ make TI_K3_BOOT_FIRMWARE_VERSION=11.01.16
127+ buildroot/ $ make TI_K3_BOOT_FIRMWARE_VERSION=11.02.08
128128```
129129
130130- This process compiles the necessary components and creates the root filesystem,
0 commit comments