Skip to content

Commit 26a5d24

Browse files
jonaswood01StaticRocket
authored andcommitted
docs(debian): Update AM62x for 11.01.05.03 release
Added release notes, fixed formatting, and updated some content. Updates following Jul 2025 11.01 release. Signed-off-by: Jonas Wood <jw@ti.com>
1 parent 6aa31b4 commit 26a5d24

File tree

4 files changed

+81
-40
lines changed

4 files changed

+81
-40
lines changed

configs/AM62X/AM62X_debian_toc.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
devices/AM62X/debian/index
22

33
debian/Overview
4+
devices/AM62X/linux/Release_Specific
5+
devices/AM62X/linux/Release_Specific_Release_Notes
46
devices/AM62X/debian/Getting_Started_Guide
57
debian/Building_Debian_Image
68
debian/Building_Debian_Packages

source/devices/AM62X/debian/Getting_Started_Guide.rst

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,84 +4,83 @@
44
Getting Started with Debian
55
***************************
66

7-
The SD card Image tisdk-debian-bookworm-<machine> provided on the |__SDK_DOWNLOAD_URL__| is all you need to get started and explore Debian on TI microprocessors.
7+
The SD card Debian Image provided on the |__SDK_DOWNLOAD_URL__| is all you need to get started and explore
8+
Debian on TI microprocessors.
89

9-
The Debian Image provided has all the basic packages required to boot with weston as default window manager. The user can install any new package by using inbuilt 'apt' utility
10-
and customize the filesystem as required.
10+
The Debian Image provided has all the basic packages required to boot with weston as default window manager.
11+
The user can install any new package using Debian's default ``apt`` package manager and customize the
12+
filesystem as desired.
1113

12-
Follow the steps mentioned in this page to create an SD Card.
14+
Follow the steps mentioned in this page to flash an SD Card.
1315

1416
Hardware Setup
1517
--------------
1618

17-
In addition to the SK Evaluation Module (EVM) itself, use the following hardware:
19+
In addition to the SK Evaluation Module (EVM) itself, the following hardware is needed:
1820

19-
1. USB Type-C 5V - 15V and 3A power supply
20-
2. Micro-SD card reader
21-
3. Micro-SD card (16GB or larger recommended)
22-
4. USB Micro-B cable for UART serial communication
23-
5. HDMI display and HDMI cable
24-
6. USB mouse and Keyboard (For controlling the UI)
25-
7. Ethernet cable (For network access)
21+
- USB Type-C 5V - 15V and 3A power supply
22+
- Micro-SD card reader
23+
- Micro-SD card (16GB or larger recommended)
24+
- USB Micro-B cable for UART serial communication
25+
- HDMI display and HDMI cable
26+
- USB mouse and Keyboard (For controlling the UI)
27+
- Ethernet cable or CC33xx M.2 WiFi card (For network access)
2628

27-
Create SD Card using balenaEtcher
28-
---------------------------------
29+
.. _processor-sdk-debian-create-sd-card:
2930

30-
1. Download the default bootable SD card image (WIC file) available on the release page as
31-
tisdk-debian-bookworm-<machine>.wic.xz
32-
33-
|
31+
Flash SD Card using balenaEtcher
32+
--------------------------------
3433

35-
2. Download and install the balenaEtcher tool:
34+
#. Download the default bootable SD card image (IMG file) available on the release page:
3635

37-
Balena Etcher is an open-source utility that can be installed on both Linux and Windows.
38-
Download the tool from `this link <https://www.balena.io/etcher/>`__ and install it.
36+
``tisdk-debian-<debian version>-<TI EVM board>-<TI PSDK version>-Armbian-<armbian version>.img``
3937

40-
|
38+
#. Download and install the balenaEtcher tool:
4139

42-
3. Flash the WIC image to the SD card:
40+
Balena Etcher is an open-source utility that can be installed on both Linux and Windows.
41+
Download the tool from `this link <https://www.balena.io/etcher/>`__ and install it.
4342

44-
Insert a micro SD card into the USB SD card reader and start Etcher. Choose the debian wic
45-
image to be flashed, choose the USB SD card reader as the target, and then click "Flash".
46-
Etcher will decompress the image and write it to the SD card, as shown in the following:
43+
#. Flash the IMG image to the SD card:
4744

48-
.. Image:: /images/balena_etcher.png
45+
Insert a micro SD card into the USB SD card reader and start Etcher. Choose the debian img
46+
image to be flashed, choose the USB SD card reader as the target, and then click "Flash".
47+
Etcher will decompress the image and write it to the SD card, as shown below:
4948

50-
|
49+
.. image:: /images/balena_etcher.png
5150

5251
Set the EVM to SD card Boot mode
5352
--------------------------------
54-
The simplest way to run Linux on the SK EVM is through an SD card. For that, configure the EVM in SD card boot mode. Refer to `AM62x SK EVM User's Guide <https://www.ti.com/tool/SK-AM62B>`__ for detailed information about boot mode configurations. For quick reference, the following figure shows the boot mode switch setting for SD card boot.
53+
The simplest way to run Linux on the SK EVM is through an SD card. For that, configure the EVM for SD card boot mode. Refer to
54+
`AM62x SK EVM User's Guide <https://www.ti.com/tool/SK-AM62B-P1>`__ for detailed information about boot mode configurations.
55+
For quick reference, the figure below shows the boot mode switch setting for SD card boot.
5556

56-
.. Image:: /images/AM62x_SD_boot.jpg
57+
.. image:: /images/AM62x_SD_boot.jpg
5758

5859
Boot and Validate Debian
5960
------------------------
60-
Make sure to connect the Ethernet cable, HDMI Display, Mouse and Keyboard to the EVM. Insert the SD Card in the board and Power ON the EVM.
61+
Make sure to connect the Ethernet cable or CC33xx M.2 WiFi card, HDMI Display, Mouse and Keyboard to the EVM. Insert the SD Card in the board and Power ON the EVM.
6162

62-
After a few moments, a configuration script will start running. This script will walk you through creating
63-
a user account, setting a root password, configuring the date and other initial setup options. When
64-
the setup finishes, restart the board. Upon reboot, the weston wallpaper should appear on your
65-
display.
63+
During first bootup, a setup script will run. This script guides the user through setting up user account, root password, date and so on.
64+
Once the setup ends, reboot the board. Weston screen will appear on the display.
6665

67-
.. Image:: /images/debian_homescreen.png
66+
.. image:: /images/debian_homescreen.png
6867

69-
You've successfully booted Debian on AM62x.
68+
You've successfully booted Debian on |__PART_FAMILY_DEVICE_NAMES__|.
7069

7170
If the board is connected to a private network, setup the proxy to be able to access the Internet.
72-
For more info, refer to `apt.conf(5) man page <https://manpages.debian.org/bookworm/apt/apt.conf.5.en.html>`__
71+
For more info, refer to `apt.conf(5) man page <https://manpages.debian.org/trixie/apt/apt.conf.5.en.html>`__
7372

7473
Also export ``http_proxy``, ``https_proxy``, ``ftp_proxy`` and ``no_proxy`` with appropriate values if needed.
7574

7675
Do an ``apt update`` to make sure that the proxy is properly set and apt recognizes it. The sample output of the command is as shown below:.
7776

78-
.. Image:: /images/debian_apt_update.png
77+
.. image:: /images/debian_apt_update.png
7978

8079
To install any package available on Debian Standard Package Archive and TI Package Archive use ``apt install``.
8180

8281
As an example to install and run ``fortune`` package.
8382

84-
.. Image:: /images/debian_apt_install.png
83+
.. image:: /images/debian_apt_install.png
8584

8685
More packages can be installed at runtime following the instructions provided to help with the development work flow.
8786

source/devices/AM62X/debian/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Debian Developer's Guide
1515
:numbered:
1616

1717
/debian/Overview
18+
/devices/AM62X/linux/Release_Specific
1819
Getting_Started_Guide
1920
/debian/Building_Debian_Image
2021
/debian/Building_Debian_Packages

source/devices/AM62X/linux/Release_Specific_Release_Notes.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ What's new
7777
Build Information
7878
=================
7979

80+
Arago (Yocto/OE)
81+
----------------
82+
8083
.. _u-boot-release-notes:
8184

8285
U-Boot
@@ -167,6 +170,42 @@ Yocto
167170
| Release Tag: 11.01.05.03
168171
|
169172
173+
Debian (Armbian)
174+
----------------
175+
176+
.. list-table::
177+
:header-rows: 1
178+
:widths: 15, 30, 30, 30
179+
180+
* - Component
181+
- Branch Info
182+
- Tag Info
183+
- Config Info
184+
* - U-Boot
185+
- `ti-u-boot-2025.01 <https://github.com/TexasInstruments/ti-u-boot/tree/ti-u-boot-2025.01>`__
186+
- `11.01.05 <https://github.com/TexasInstruments/ti-u-boot/releases/tag/11.01.05>`__
187+
- `Build <https://github.com/TexasInstruments/armbian-build/blob/5f357a146d6a72dad1b5677e4cfdc111a9f3a935/config/sources/families/k3.conf#L85>`__
188+
* - ATF
189+
- `master <https://github.com/ARM-Software/arm-trusted-firmware/tree/master>`__
190+
- `v2.13+ <https://github.com/ARM-software/arm-trusted-firmware/commit/d90bb650fe4cb3784f62214ab5829f4051c38d0a>`__
191+
- `Build <https://github.com/TexasInstruments/armbian-build/blob/5f357a146d6a72dad1b5677e4cfdc111a9f3a935/config/sources/families/k3.conf#L83>`__
192+
* - OPTEE
193+
- `master <https://github.com/OP-TEE/optee_os/tree/master>`__
194+
- `4.6.0 <https://github.com/OP-TEE/optee_os/releases/tag/4.6.0>`__
195+
- `Build <https://github.com/TexasInstruments/armbian-build/blob/5f357a146d6a72dad1b5677e4cfdc111a9f3a935/config/sources/families/k3.conf#L111>`__
196+
* - Linux Firmware
197+
- `ti-linux-firmware <https://github.com/TexasInstruments/ti-linux-firmware/tree/ti-linux-firmware>`__
198+
- `11.01.05 <https://github.com/TexasInstruments/ti-linux-firmware/releases/tag/11.01.05>`__
199+
- `Git Clone <https://github.com/TexasInstruments/armbian-build/blob/5f357a146d6a72dad1b5677e4cfdc111a9f3a935/config/sources/families/k3.conf#L98>`__
200+
* - Linux Kernel
201+
- `ti-linux-6.12.y <https://github.com/TexasInstruments/ti-linux-kernel/tree/ti-linux-6.12.y>`__
202+
- `11.01.05 <https://github.com/TexasInstruments/ti-linux-kernel/releases/tag/11.01.05>`__
203+
- `non-RT <https://github.com/TexasInstruments/armbian-build/blob/2025.07-release/config/kernel/linux-k3-current.config>`__, `RT <https://github.com/TexasInstruments/armbian-build/blob/2025.07-release/config/kernel/linux-k3-current-rt.config>`__
204+
* - Armbian Build
205+
- `2025.07-release <https://github.com/TexasInstruments/armbian-build/tree/2025.07-release>`__
206+
- `11.01.05.03 <https://github.com/TexasInstruments/armbian-build/releases/tag/11.01.05.03>`__
207+
- `Build <https://github.com/TexasInstruments/armbian-build/blob/2025.07-release/config/sources/families/k3.conf>`__, `Board <https://github.com/TexasInstruments/armbian-build/blob/2025.07-release/config/boards/sk-am62b.conf>`__
208+
170209

171210
Issues Tracker
172211
==============

0 commit comments

Comments
 (0)