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
14 changes: 5 additions & 9 deletions source/buildroot/Building_Buildroot_Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To set up and use the `buildroot-external-ti` external tree, follow these steps:

.. code-block:: console

$ git clone -b 2024.05.1 https://github.com/buildroot/buildroot
$ git clone -b 10.00.07 https://github.com/TexasInstruments/buildroot-external-TI.git
$ git clone -b 2024.05.3 https://github.com/buildroot/buildroot
$ git clone -b 10.01.10.04 https://github.com/TexasInstruments/buildroot-external-TI.git

2. Configure Buildroot to use the external tree and choose a configuration file

Expand Down Expand Up @@ -80,7 +80,7 @@ the necessary components and creates the root filesystem, kernel, and bootloader

.. code-block:: console

$ make TI_K3_BOOT_FIRMWARE_VERSION=10.00.07
$ make TI_K3_BOOT_FIRMWARE_VERSION=10.01.10

The build process can take some time, depending on your system's resources and
the complexity of the configuration.
Expand All @@ -107,7 +107,7 @@ Example for SD card:

.. code-block:: console

$ sudo dd if=output/images/rootfs.ext2 of=/dev/sdX bs=4M
$ sudo dd if=output/images/sdcard.img of=/dev/sdX
$ sync
Replace /dev/sdX with the appropriate device identifier for your SD card.

Expand All @@ -128,9 +128,6 @@ terminal window:

.. code-block:: console

U-Boot SPL 2024.04 (Aug 02 2024 - 09:56:18 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
SPL initial stack usage: 13392 bytes
Trying to boot from MMC2
Authentication passed
Authentication passed
Expand All @@ -152,8 +149,7 @@ terminal window:

Welcome to Buildroot
buildroot login: root
# uname -a
Linux buildroot 6.6.32 #1 SMP PREEMPT Tue Aug 6 11:40:07 UTC 2024 aarch64 GNU/Linux
#

*************
Going further
Expand Down
6 changes: 4 additions & 2 deletions source/devices/AM62X/buildroot/Getting_Started_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ Create SD Card using balenaEtcher
*********************************

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

2. Download and install the balenaEtcher tool:

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

3. Flash the WIC image to the SD card:
3. Flash the SD Card image to the SD card:

Insert a micro SD card into the USB SD card reader and start Etcher. Choose the sdcard
image to be flashed, choose the USB SD card reader as the target, and then click "Flash".
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 @@
10_00_07
10_01_10_04
Loading
Loading