@@ -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
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
8686the 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************* 
159155Going further
0 commit comments