Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/buildroot/Building_Buildroot_Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Buildroot tags for Platforms supported are as follws:
- AM62X
* - https://github.com/buildroot/buildroot
- 2024.11.3
- 2024.11.1
- 2025.02
* - https://github.com/TexasInstruments/buildroot-external-TI.git
- 11.00.15.05
- 11.00.09.04
- 11.01.05.03

You can fetch the repos with an explicit tag using:

Expand Down Expand Up @@ -113,7 +113,7 @@ TI_K3_BOOT_FIRMWARE_VERSION will be as follows:
* - Platform
- version_tag
* - AM62X
- 11.00.09
- 11.01.05
* - AM62LX
- 11.00.15

Expand All @@ -122,8 +122,8 @@ TI_K3_BOOT_FIRMWARE_VERSION will be as follows:

$ make TI_K3_BOOT_FIRMWARE_VERSION=<version_tag>

For Example, version_tag will be 11.00.09 or 10.01.10
$ make TI_K3_BOOT_FIRMWARE_VERSION=11.00.09
For Example, version_tag will be 11.01.05 or 10.01.10
$ make TI_K3_BOOT_FIRMWARE_VERSION=11.01.05

The build process can take some time, depending on your system's resources and
the complexity of the configuration.
Expand Down
2 changes: 1 addition & 1 deletion source/devices/AM62X/buildroot/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11_00_09_04
11_01_05_03