Skip to content

Commit a350a3a

Browse files
vishalmtiStaticRocket
authored andcommitted
feat(android): AM62X/AM62PX/AM67: Update release version to 11.00.01
Update release version to 11.00.01 and update the instructions, release date and highlights. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
1 parent 7f54380 commit a350a3a

12 files changed

Lines changed: 38 additions & 47 deletions

source/android/Application_Notes_Android_Bootloader_SD_Card.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to boot into U-Boot and use fastboot.
1717
.. warning::
1818

1919
Make sure to use the same bootloaders as the release you are flashing.
20-
The latest release is ``11.00.00``.
20+
The latest release is ``11.00.01``.
2121

2222
Identify the SD Card
2323
====================
@@ -48,7 +48,7 @@ Then, run:
4848
(OR)
4949
5050
# If you are using pre-built binaries from SDK download page
51-
$ cd AM62x_11.00.00_emmc
51+
$ cd AM62x_11.00.01_emmc
5252
5353
# for AM62x SK EVM (GP)
5454
$ sudo ./flashall.sh --board am62x-sk --bootloader --sdcard /dev/mmcblk0
@@ -72,7 +72,7 @@ Then, run:
7272
(OR)
7373
7474
# If you are using pre-built binaries from SDK download page
75-
$ cd AM62Px_11.00.00_emmc
75+
$ cd AM62Px_11.00.01_emmc
7676
7777
$ sudo ./flashall.sh --board am62px-sk --bootloader --sdcard /dev/mmcblk0
7878
@@ -86,7 +86,7 @@ Then, run:
8686
(OR)
8787
8888
# If you are using pre-built binaries from SDK download page
89-
$ cd AM67A_11.00.00_emmc
89+
$ cd AM67A_11.00.01_emmc
9090
9191
# for AM67a EVM (HS-FS only)
9292
$ sudo ./flashall.sh --board am67a-evm --bootloader --sdcard /dev/mmcblk0

source/android/Application_Notes_Android_Secure_Build.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Fetching Bootloader, Kernel, and Android
2121
2222
$ export YOUR_PATH=~/src/
2323
$ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_
24-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Bootloader.xml
24+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Bootloader.xml
2525
$ repo sync
2626
2727
- Kernel:
2828

2929
.. code-block:: console
3030
3131
$ mkdir ${YOUR_PATH}/ti-kernel-aosp/ && cd $_
32-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Kernel.xml
32+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Kernel.xml
3333
$ repo sync
3434
3535
- Android:
@@ -38,7 +38,7 @@ Fetching Bootloader, Kernel, and Android
3838
3939
$ export YOUR_PATH=~/src/
4040
$ mkdir ${YOUR_PATH}/ti-aosp-16 && cd $_
41-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00.xml
41+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01.xml
4242
$ repo sync
4343
4444
Build Secure Bootloaders

source/android/Foundational_Components_Bootloaders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Fetch the code using ``repo``:
3131
.. code-block:: console
3232
3333
$ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_
34-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Bootloader.xml
34+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Bootloader.xml
3535
$ repo sync
3636
3737
For more information about ``repo``, visit `Android's official

source/android/Foundational_Components_Kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Fetch the code using ``repo``:
2323
.. code-block:: console
2424
2525
$ mkdir ${YOUR_PATH}/ti-kernel-aosp/ && cd $_
26-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Kernel.xml
26+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Kernel.xml
2727
$ repo sync
2828
2929
.. tip::
@@ -32,7 +32,7 @@ Fetch the code using ``repo``:
3232

3333
.. code-block:: console
3434
35-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Kernel.xml --depth=1
35+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Kernel.xml --depth=1
3636
3737
.. _android-build-kernel:
3838

source/android/Overview_Building_the_SDK.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Create a folder for downloading all sources
3939

4040
.. code-block:: console
4141
42-
$ mkdir ~/11_00_00 && cd $_
42+
$ mkdir ~/11_00_01 && cd $_
4343
$ export YOUR_PATH=$PWD
4444
4545
Fetch the code using ``repo``:
4646

4747
.. code-block:: console
4848
4949
$ mkdir ${YOUR_PATH}/ti-aosp-16 && cd $_
50-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00.xml
50+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01.xml
5151
$ repo sync
5252
5353
.. tip::

source/android/Overview_Flashing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
137137
(OR)
138138
139139
# If you are using pre-built binaries from SDK download page
140-
$ cd AM62x_11.00.00_emmc
140+
$ cd AM62x_11.00.01_emmc
141141
142142
# for AM62x SK EVM (GP)
143143
$ snagrecover -s am625 -f ./am62x-sk-evm.yaml
@@ -161,7 +161,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
161161
(OR)
162162
163163
# If you are using pre-built binaries from SDK download page
164-
$ cd AM62Px_11.00.00_emmc
164+
$ cd AM62Px_11.00.01_emmc
165165
166166
$ snagrecover -s am625 -f ./am62px-sk-evm-hsfs.yaml
167167
@@ -175,7 +175,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
175175
(OR)
176176
177177
# If you are using pre-built binaries from SDK download page
178-
$ cd AM67A_11.00.00_emmc
178+
$ cd AM67A_11.00.01_emmc
179179
180180
# for AM67A EVM (HS-FS only: by default)
181181
$ snagrecover -s am62p5 -f ./am67a-evm-hsfs.yaml
@@ -291,7 +291,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
291291
(OR)
292292
293293
# If you are using pre-built binaries from SDK download page
294-
$ cd AM62x_11.00.00_emmc
294+
$ cd AM62x_11.00.01_emmc
295295
296296
# for AM62x SK EVM (GP)
297297
$ sudo ./flashall.sh --board am62x-sk
@@ -323,7 +323,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
323323
(OR)
324324
325325
# If you are using pre-built binaries from SDK download page
326-
$ cd AM62Px_11.00.00_emmc
326+
$ cd AM62Px_11.00.01_emmc
327327
328328
$ sudo ./flashall.sh --board am62px-sk
329329
board: am62px-sk
@@ -344,7 +344,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC.
344344
(OR)
345345
346346
# If you are using pre-built binaries from SDK download page
347-
$ cd AM67A_11.00.00_emmc
347+
$ cd AM67A_11.00.01_emmc
348348
349349
# for AM67A EVM (HS-FS only: by default)
350350
$ sudo ./flashall.sh --board am67a-evm

source/devices/AM62PX/android/Release_Specific_Release_Notes.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,19 @@ status for all packages included in this release. The manifest can be
2424
found on the SDK download page.
2525

2626
****************
27-
Release 11.00.00
27+
Release 11.00.01
2828
****************
2929

30-
Released on October 2025
30+
Released on February 2026
3131

3232
What's new
3333
==========
3434

35-
* This is an Android 16 based release of Processor SDK Android
36-
* Kernel upgraded to 6.12
37-
* U-Boot upgraded to 2025.01
38-
* AVB with OPTEE and Anti rollback protection
39-
* Device lock/unlock with OPTEE
40-
* CSI Camera Record
41-
* Multimedia Codec HAL compliance (conversion HIDL -> AIDL)
35+
This is a refresh release of Android 16 11.00.00 release addressing below issues:
36+
* Fix for LPM DeepSleep regression
37+
* Fix for Cpufreq regression
38+
* Fix RPI display support
39+
* Fix getrootoftrust security features in factory build mode
4240

4341
Release Features
4442
================
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11_00_00
1+
11_00_01

source/devices/AM62X/android/Release_Specific_Release_Notes.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,18 @@ found on the SDK download page.
2525

2626

2727
****************
28-
Release 11.00.00
28+
Release 11.00.01
2929
****************
3030

31-
Released on October 2025
31+
Released on February 2026
3232

3333
What's new
3434
==========
3535

36-
* This is an Android 16 based release of Processor SDK Android
37-
* Kernel upgraded to 6.12
38-
* U-Boot upgraded to 2025.01
39-
* AVB with OPTEE and Anti rollback protection
40-
* Device lock/unlock with OPTEE
41-
* Multimedia Codec HAL compliance (conversion HIDL -> AIDL)
36+
This is a refresh release of Android 16 11.00.00 release addressing below issues:
37+
* Fix for LPM DeepSleep regression
38+
* Fix for Cpufreq regression
39+
* Fix getrootoftrust security features in factory build mode
4240

4341
Release Features
4442
================
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11_00_00
1+
11_00_01

0 commit comments

Comments
 (0)