Skip to content

Commit 90dcd95

Browse files
authored
Merge pull request #21 from sadik-smd/main
(Readme): Update readme for AM62L release.
2 parents f7e01e0 + 9fc756a commit 90dcd95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ information refer
7272
- Clone the Buildroot repository to local machine.
7373

7474
```bash
75-
$ git clone -b 2024.11.1 https://github.com/buildroot/buildroot
75+
$ git clone -b 2024.11.3 https://github.com/buildroot/buildroot
7676
```
7777

7878
- Clone the `BR2_EXTERNAL` tree:
7979

8080
```bash
81-
$ git clone -b 11.00.09.04 https://github.com/TexasInstruments/buildroot-external-TI.git
81+
$ git clone -b 11.00.15.05 https://github.com/TexasInstruments/buildroot-external-TI.git
8282
```
8383

8484
- The directories for `buildroot` and `buildroot-external-TI` are now located
@@ -117,7 +117,7 @@ step is optional but useful if you need to make specific adjustments.
117117
- Build the SD card image for SDK 11.0
118118

119119
```bash
120-
buildroot/ $ make TI_K3_BOOT_FIRMWARE_VERSION=11.00.09
120+
buildroot/ $ make TI_K3_BOOT_FIRMWARE_VERSION=11.00.15
121121
```
122122

123123
- This process compiles the necessary components and creates the root filesystem,

0 commit comments

Comments
 (0)