Skip to content

Commit 4a58c37

Browse files
paresh-bhagat12cshilwant
authored andcommitted
feat: Update Buildroot doc for 10.1 release
Update build steps for Buildroot for 10.1 release. Signed-off-by: Paresh Bhagat <[email protected]>
1 parent dbe81fd commit 4a58c37

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

source/buildroot/Building_Buildroot_Image.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To set up and use the `buildroot-external-ti` external tree, follow these steps:
3434

3535
.. code-block:: console
3636
37-
$ git clone -b 2024.05.1 https://github.com/buildroot/buildroot
38-
$ git clone -b 10.00.07 https://github.com/TexasInstruments/buildroot-external-TI.git
37+
$ git clone -b 2024.05.3 https://github.com/buildroot/buildroot
38+
$ git clone -b 10.01.10.04 https://github.com/TexasInstruments/buildroot-external-TI.git
3939
4040
2. Configure Buildroot to use the external tree and choose a configuration file
4141

@@ -80,7 +80,7 @@ the necessary components and creates the root filesystem, kernel, and bootloader
8080

8181
.. code-block:: console
8282
83-
$ make TI_K3_BOOT_FIRMWARE_VERSION=10.00.07
83+
$ make TI_K3_BOOT_FIRMWARE_VERSION=10.01.10
8484
8585
The build process can take some time, depending on your system's resources and
8686
the complexity of the configuration.
@@ -107,7 +107,7 @@ Example for SD card:
107107

108108
.. code-block:: console
109109
110-
$ sudo dd if=output/images/rootfs.ext2 of=/dev/sdX bs=4M
110+
$ sudo dd if=output/images/sdcard.img of=/dev/sdX
111111
$ sync
112112
Replace /dev/sdX with the appropriate device identifier for your SD card.
113113
@@ -128,9 +128,6 @@ terminal window:
128128

129129
.. code-block:: console
130130
131-
U-Boot SPL 2024.04 (Aug 02 2024 - 09:56:18 +0000)
132-
SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
133-
SPL initial stack usage: 13392 bytes
134131
Trying to boot from MMC2
135132
Authentication passed
136133
Authentication passed
@@ -152,8 +149,7 @@ terminal window:
152149
153150
Welcome to Buildroot
154151
buildroot login: root
155-
# uname -a
156-
Linux buildroot 6.6.32 #1 SMP PREEMPT Tue Aug 6 11:40:07 UTC 2024 aarch64 GNU/Linux
152+
#
157153
158154
*************
159155
Going further

source/devices/AM62X/buildroot/Getting_Started_Guide.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ Create SD Card using balenaEtcher
3030
*********************************
3131

3232
1. Download the default bootable SD card image available on the release page as
33-
:file:`sdcard.img`
33+
:file:`tisdk-buildroot-sdcard-image-am62xx-evm-<version>.img` for Linux image
34+
or :file:`tisdk-buildroot-sdcard-image-rt-am62xx-evm-<version>.img` for RT-Linux
35+
image.
3436

3537
2. Download and install the balenaEtcher tool:
3638

3739
Balena Etcher is an open-source utility that can be installed on both Linux and Windows.
3840
Download the tool from `this link <https://www.balena.io/etcher/>`__ and install it.
3941

40-
3. Flash the WIC image to the SD card:
42+
3. Flash the SD Card image to the SD card:
4143

4244
Insert a micro SD card into the USB SD card reader and start Etcher. Choose the sdcard
4345
image to be flashed, choose the USB SD card reader as the target, and then click "Flash".
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10_00_07
1+
10_01_10_04

0 commit comments

Comments
 (0)