@@ -8,12 +8,12 @@ Overview
88========
99
1010The **Processor Software Development Kit (Processor SDK) ** is a unified software platform for TI embedded processors
11- providing easy setup and fast out-of-the-box access to benchmarks and demos. All releases of Processor SDK are
11+ providing easy setup and fast out-of-the-box access to benchmarks and demos. All releases of Processor SDK are
1212consistent across TI’s broad portfolio, allowing developers to seamlessly reuse and develop software across devices.
1313Developing a scalable platform solutions has never been easier than with the Processor SDK and TI’s embedded processor
1414solutions.
1515
16- To simplify the end user experience, Processor SDK Linux AM62L installer provides everything needed as discussed below
16+ To simplify the user experience, Processor SDK Linux AM62L installer provides everything needed as discussed below
1717to create the embedded system from “scratch” :
1818
1919- Platform/board-support software and configuration files for Linux
@@ -35,24 +35,25 @@ found on the SDK download page or in the installed directory as indicated below.
3535
3636- Linux Manifest: :file: `<PSDK_PATH>/manifest/software_manifest.htm `
3737
38- Release 11.00.15.05
38+ Release 11.01.16.13
3939===================
4040
41- Released on June 2025
41+ Released on Oct 2025
4242
4343What's new
4444----------
4545
4646**Processor SDK Linux AM62LX Release has following new features: **
4747
48- - 2025 LTS Release Including RT combined branch model
49- - New 2-Stage A53 Boot Flow
48+ - Supported AM62Lx SR1.1 Only
49+ - New 2-Stage A53 Boot Flow including OPTEE
5050 - ATF Based Device Manager including SCMI
51+ - Tools: :ref: `K3conf <How-to-use-k3conf-label >`
5152 - U-Boot: Legacy Boot Flow, Boot modes (UART, MMCSD, OSPI), GPMC NAND, CPSW, DMA
5253 - U-Boot: :ref: `User and Reduced Bootmode OTP Programming <programming-user-otp-fuses-label >`
5354 - U-Boot: :ref: `Key writer lite Programming <key-writer-lite-label >`
54- - Kernel: DMA, GPIO, I2C, UART, MMCSD, OSPI NOR, eCAP, eQEP, CPSW, McASP/Audio, DSS, DSI
55- - Kernel: :ref: `DTHEv2 Crypto Accelerator <DTHEv2-Crypto-Accelerator >`
55+ - Kernel: RTC, DMA, GPIO, I2C, UART, MMCSD, OSPI NOR, eCAP, eQEP, CPSW, McASP/Audio, DSS, DSI
56+ - Kernel: :ref: `DTHEv2 Crypto Accelerator <DTHEv2-Crypto-Accelerator >` AES, SHA, MD5, HMAC
5657 - RT Kernel : Real-Time Linux Interrupt Latency numbers here - :ref: `RT Interrupt Latencies <RT-linux-performance >`
5758 - Support for Wifi with M2 CC33xx cards - :ref: `How to Enable M.2-CC33xx in Linux <enable_m2cc3301 >`
5859 - Out-of-Box experience based on LVGL (Light and Versatile Graphics Library) - :ref: `TI LVGL Demo - User Guide <TI-LVGL-Demo-User-Guide-label >`
@@ -62,11 +63,11 @@ What's new
6263
6364**Component version: **
6465
65- - Kernel (Including RT) 6.12.24
66+ - Kernel (Including RT) 6.12.43
6667 - U-Boot 2025.01
67- - Toolchain GCC 13.3
68+ - Toolchain GCC 13.4
6869 - ATF 2.12+
69- - TIFS Firmware `v11.00 .12 <https://software-dl.ti.com/tisci/esd/11_00_12 /release_notes/release_notes.html >`__ (Click on the link for more information)
70+ - TIFS Firmware `v11.01 .12 <https://software-dl.ti.com/tisci/esd/11_01_12 /release_notes/release_notes.html >`__ (Click on the link for more information)
7071 - Yocto scarthgap 5.0
7172 - Armbian-based Debian 13 (Trixie)
7273 - Buildroot 2024.11.1
@@ -76,103 +77,46 @@ What's new
7677Build Information
7778=================
7879
79- .. _u-boot-release-notes :
80-
81- U-Boot
82- ------
83-
84- | Head Commit: 1d6ba4a32cdd8c987533d5789b5bc7b84c41fabe TI: dts: arm64: ti: sync dtbs from ti-linux-6.12.y upto b0afb35642d7
85- | uBoot Version: 2025.01
86- | uBoot Description: RC Release 11.00.15
87- | Clone: git://git.ti.com/ti-u-boot/ti-u-boot.git
88- | Branch: ti-u-boot-2025.01
89- | uBoot Tag: 11.00.15
90- |
91-
92- .. _tf-a-release-notes :
93-
94- TF-A
95- ----
96- | Head Commit: a70f82d5a439cb9e21426908c7410c4f2a646364 PENDING: feat(ti): Add SiP SVC calls for fuse programming
97- | Repo: https://github.com/TexasInstruments/arm-trusted-firmware.git
98- | Branch: ti-master
99- | Tag: 11.00.15 (2.12+ Based)
100- |
101-
102- .. _ti-linux-fw-release-notes :
103-
104- ti-linux-firmware
105- -----------------
106- | Head Commit: 1ea29f4b3ec17bdc1a3431a014ea5224962dc779 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware into ti-linux-firmware-next
107- | Clone: https://git.ti.com/cgit/processor-firmware/ti-linux-firmware
108- | Branch: ti-linux-firmware
109- | Tag: 11.00.15
110- |
111-
112- Kernel
113- ------
114- .. rubric :: Linux Kernel
115- :name: linux-kernel
116-
117- | Head Commit: b0afb35642d79e776a4cf940945367cef87ba127 UPSTREAM: softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
118- | Kernel Version: 6.12.24
119- | Kernel Description: RC Release 11.00.15
120-
121- | Repo: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
122- | Branch: ti-linux-6.12.y
123- | Tag: 11.00.15
124- | use-kernel-config=defconfig
125- | config-fragment=kernel/configs/ti_arm64_prune.config
126- |
127-
128-
129- .. rubric :: Real Time (RT) Linux Kernel
130- :name: real-time-rt-linux-kernel
131-
132- | Head Commit: b0afb35642d79e776a4cf940945367cef87ba127 UPSTREAM: softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
133- | Kernel Version: 6.12.24
134- | Kernel Description: RC Release 11.00.15
135-
136- | Repo: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
137- | Branch: ti-linux-6.12.y
138- | Tag: 11.00.15
139- | use-kernel-config=defconfig
140- | config-fragment=config-fragment=kernel/configs/ti_arm64_prune.config kernel/configs/ti_rt.config
141- |
142-
143-
144- Yocto
145- -----
146- .. rubric :: meta-ti
147- :name: meta-ti
148-
149- | Head Commit: 3de174b8c5807a5194b492a55d991ec628d937a8 CI/CD Auto-Merger: cicd.scarthgap.202505291514
150-
151- | Clone: git://git.yoctoproject.org/meta-ti
152- | Branch: scarthgap
153- | Release Tag: 11.00.15
154- |
155-
156- .. rubric :: meta-arago
157- :name: meta-arago
158-
159- | Head Commit: 822184f1a9a16b2424445793b2ce10267ed8bb5d CI/CD Auto-Merger: cicd.scarthgap.202505291514
160-
161- | Clone: git://git.yoctoproject.org/meta-arago
162- | Branch: scarthgap
163- | Release Tag: 11.00.15
164- |
165-
166- .. rubric :: meta-tisdk
167- :name: meta-tisdk
168-
169- | Head Commit: 7dd7103397637911b7ca709ce2981ff049b0d9a1 meta-ti-foundational: Update Jailhouse SRCREV for 11.00.15
170-
171- | Clone: https://github.com/TexasInstruments/meta-tisdk.git
172- | Branch: scarthgap
173- | Release Tag: 11.00.15.05
174- | Tag Description: SITARA MPU Processor SDK 11.00 Release Tag for AM62L
175- |
80+ .. list-table ::
81+ :header-rows: 1
82+ :widths: 15, 30, 30, 30
83+
84+ * - Component
85+ - Branch Info
86+ - Tag Info
87+ - Config Info
88+ * - U-Boot
89+ - `ti-u-boot-2025.01 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?h=ti-u-boot-2025.01 >`__
90+ - `11.01.16 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tag/?h=11.01.16 >`__
91+ - :ref: `Build Config <Build-U-Boot-label >`
92+ * - TF-A
93+ - `ti-master <https://github.com/TexasInstruments/arm-trusted-firmware/tree/ti-master >`__
94+ - `v2.12+ <https://git.yoctoproject.org/meta-ti/tree/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc?h=11.01.16#n11 >`__
95+ -
96+ * - OPTEE
97+ - `master <https://github.com/OP-TEE/optee_os/tree/master >`__
98+ - `4.7.0+ <https://git.yoctoproject.org/meta-ti/tree/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc?h=11.01.16#n1 >`__
99+ - |__OPTEE_PLATFORM_FLAVOR__ |
100+ * - Linux Firmware
101+ - `ti-linux-firmware <https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/log/?h=ti-linux-firmware >`__
102+ - `11.01.16 <https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/tag/?h=11.01.16 >`__
103+ -
104+ * - Linux Kernel
105+ - `ti-linux-6.12.y <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?h=ti-linux-6.12.y >`__
106+ - `11.01.16 <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tag/?h=11.01.16 >`__
107+ - `non-RT <https://git.yoctoproject.org/meta-ti/tree/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-6.12/k3/defconfig?h=11.01.16 >`__ , `RT <https://git.yoctoproject.org/meta-ti/tree/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.12/k3/defconfig?h=11.01.16 >`__
108+ * - meta-ti
109+ - `scarthgap <https://git.yoctoproject.org/meta-ti/log/?h=scarthgap >`__
110+ - `11.01.16 <https://git.yoctoproject.org/meta-ti/tag/?h=11.01.16 >`__
111+ - |__SDK_BUILD_MACHINE__ |
112+ * - meta-arago
113+ - `scarthgap <https://git.yoctoproject.org/meta-arago/log/?h=scarthgap >`__
114+ - `11.01.16 <https://git.yoctoproject.org/meta-arago/tag/?h=11.01.16 >`__
115+ -
116+ * - meta-tisdk
117+ - `scarthgap <https://git.ti.com/cgit/ti-sdk-linux/meta-tisdk/log/?h=scarthgap >`__
118+ - `11.01.16.13 <https://git.ti.com/cgit/ti-sdk-linux/meta-tisdk/tag/?h=11.01.16.13 >`__
119+ -
176120
177121Issues Tracker
178122==============
0 commit comments