Skip to content

Commit 256fe19

Browse files
authored
Merge pull request #11 from paresh-bhagat12/main
Update README file for 10.1 release
2 parents 9e58362 + b45d3d0 commit 256fe19

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ information refer
6868
- Clone the Buildroot repository to local machine.
6969

7070
```bash
71-
$ git clone -b 2024.05.1 https://github.com/buildroot/buildroot
71+
$ git clone -b 2024.05.3 https://github.com/buildroot/buildroot
7272
```
7373

7474
- Clone the `BR2_EXTERNAL` tree:
7575

7676
```bash
77-
$ git clone -b 10.00.07 https://github.com/TexasInstruments/buildroot-external-TI.git
77+
$ git clone -b 10.01.10.04 https://github.com/TexasInstruments/buildroot-external-TI.git
7878
```
7979

8080
- The directories for `buildroot` and `buildroot-external-ti` are now located
@@ -94,17 +94,20 @@ the external tree during the build process. To configure the system for build,
9494
choose any of the *defconfigs* provided in this `BR2_EXTERNAL` tree. For example:
9595

9696
```bash
97-
For AM62X
98-
buildroot/ $ make BR2_EXTERNAL=../buildroot-external-TI ti_release_am62x_sk_defconfig
97+
# For AM62X Linux
98+
$ make BR2_EXTERNAL=../buildroot-external-TI ti_release_am62x_sk_defconfig
99+
100+
# For AM62X RT-Linux
101+
$ make BR2_EXTERNAL=../buildroot-external-TI ti_release_am62x_sk_rt_defconfig
99102
```
100103

101104
- To further customize the Buildroot configuration, run `make menuconfig`. This
102105
step is optional but useful if you need to make specific adjustments.
103106

104-
- Build the SD card image for SDK 10.0
107+
- Build the SD card image for SDK 10.1
105108

106109
```bash
107-
buildroot/ $ make TI_K3_BOOT_FIRMWARE_VERSION=10.00.07
110+
buildroot/ $ make TI_K3_BOOT_FIRMWARE_VERSION=10.01.10
108111
```
109112

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

0 commit comments

Comments
 (0)