@@ -17,7 +17,7 @@ the following command:
1717
1818.. code-block :: console
1919
20- $ sudo apt install debianutils sed make binutils build-essential gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc git
20+ $ sudo apt install debianutils sed make binutils build-essential gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc git
2121
2222************************
2323Steps to Build the Image
@@ -34,18 +34,18 @@ 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.3 https://github.com/buildroot/buildroot
38- $ git clone -b 10.01.10.04 https://github.com/TexasInstruments/buildroot-external-TI.git
37+ $ git clone -b 2024.11.1 https://github.com/buildroot/buildroot
38+ $ git clone -b 11.00.05.02 https://github.com/TexasInstruments/buildroot-external-TI.git
3939
4040 2. Configure Buildroot to use the external tree and choose a configuration file
4141
4242.. code-block :: console
4343
44- $ cd buildroot
45- During configuration
46- $ make BR2_EXTERNAL=<path to external tree>/buildroot-external-TI <configuration file>
47- OR
48- export BR2_EXTERNAL=<path to external tree>/buildroot-external-TI
44+ $ cd buildroot
45+ During configuration
46+ $ make BR2_EXTERNAL=<path to external tree>/buildroot-external-TI <configuration file>
47+ OR
48+ export BR2_EXTERNAL=<path to external tree>/buildroot-external-TI
4949
5050 Select the Build Configuration
5151==============================
@@ -57,10 +57,10 @@ configuration file for your target device.
5757
5858.. code-block :: console
5959
60- $ cd buildroot
61- $ make <defconfig>
62- For example, for AM62X-SK Linux build use ti_release_am62x_sk_defconfig
63- $ make ti_release_am62x_sk_defconfig
60+ $ cd buildroot
61+ $ make <defconfig>
62+ For example, for AM62LX-evm Linux build use ti_release_am62lx_evm_defconfig
63+ $ make ti_release_am62lx_evm_defconfig
6464
6565 Customize the Configuration
6666===========================
@@ -70,7 +70,7 @@ interface. This step is optional but useful if you need to make specific adjustm
7070
7171.. code-block :: console
7272
73- $ make menuconfig
73+ $ make menuconfig
7474
7575 Build the Image
7676===============
@@ -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.01.10
83+ $ make TI_K3_BOOT_FIRMWARE_VERSION=11.00.05
8484
8585 The build process can take some time, depending on your system's resources and
8686the complexity of the configuration.
@@ -107,9 +107,9 @@ Example for SD card:
107107
108108.. code-block :: console
109109
110- $ sudo dd if=output/images/sdcard.img of=/dev/sdX
111- $ sync
112- Replace /dev/sdX with the appropriate device identifier for your SD card.
110+ $ sudo dd if=output/images/sdcard.img of=/dev/sdX
111+ $ sync
112+ Replace /dev/sdX with the appropriate device identifier for your SD card.
113113
114114 Booting the SD Card Image
115115=========================
@@ -119,7 +119,7 @@ After the image is flashed to SD Card. Change the boot mode pins in
119119
120120.. code-block :: console
121121
122- SW1[1:8] = 11000010 and SW2[1:8] = 01000000
122+ SW1[1:8] = 11000010 and SW2[1:8] = 01000000
123123
124124 Insert the SD Card in SD Card slot in |__PART_FAMILY_DEVICE_NAMES__ | board. Use a
125125USB Micro-B cable to connect the host PC to the USB Micro-B interface for UART
@@ -128,28 +128,25 @@ terminal window:
128128
129129.. code-block :: console
130130
131- Trying to boot from MMC2
132- Authentication passed
133- Authentication passed
134- Authentication passed
135- ...
136- ...
137- ...
138- Starting network: [ 2.823578] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
139- [ 2.823635] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
140- udhcpc: started, v1.36.1
141- udhcpc: broadcasting discover
142- udhcpc: no lease, forking to background
143- [ 5.944022] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
144- [ 5.944130] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
145- udhcpc: started, v1.36.1
146- udhcpc: broadcasting discover
147- udhcpc: no lease, forking to background
148- OK
149-
150- Welcome to Buildroot
151- buildroot login: root
152- #
131+ Trying to boot from MMC2
132+ ...
133+ ...
134+ ...
135+ Starting network: [ 2.823578] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
136+ [ 2.823635] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
137+ udhcpc: started, v1.36.1
138+ udhcpc: broadcasting discover
139+ udhcpc: no lease, forking to background
140+ [ 5.944022] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
141+ [ 5.944130] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
142+ udhcpc: started, v1.36.1
143+ udhcpc: broadcasting discover
144+ udhcpc: no lease, forking to background
145+ OK
146+
147+ Welcome to Buildroot
148+ buildroot login: root
149+ #
153150
154151*************
155152Going further
0 commit comments