Skip to content

Commit 78d0a34

Browse files
authored
Merge pull request #34 from sadik-smd/main
readme: update tags for 11.02.08.02 release
2 parents 05894f7 + b6f25da commit 78d0a34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
122122
step 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

Comments
 (0)