From f310f70304691ac0c93c986570a14a5c043bf6bc Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Fri, 20 Feb 2026 11:55:50 -0600 Subject: [PATCH] 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 --- ...lication_Notes_Android_Bootloader_SD_Card.rst | 8 ++++---- .../Application_Notes_Android_Secure_Build.rst | 6 +++--- .../Foundational_Components_Bootloaders.rst | 2 +- .../android/Foundational_Components_Kernel.rst | 4 ++-- source/android/Overview_Building_the_SDK.rst | 4 ++-- source/android/Overview_Flashing.rst | 12 ++++++------ .../android/Release_Specific_Release_Notes.rst | 16 +++++++--------- source/devices/AM62PX/android/version.txt | 2 +- .../android/Release_Specific_Release_Notes.rst | 14 ++++++-------- source/devices/AM62X/android/version.txt | 2 +- .../android/Release_Specific_Release_Notes.rst | 13 ++++--------- source/devices/AM67A/android/version.txt | 2 +- 12 files changed, 38 insertions(+), 47 deletions(-) diff --git a/source/android/Application_Notes_Android_Bootloader_SD_Card.rst b/source/android/Application_Notes_Android_Bootloader_SD_Card.rst index 5feed1d07..314fd9106 100644 --- a/source/android/Application_Notes_Android_Bootloader_SD_Card.rst +++ b/source/android/Application_Notes_Android_Bootloader_SD_Card.rst @@ -17,7 +17,7 @@ to boot into U-Boot and use fastboot. .. warning:: Make sure to use the same bootloaders as the release you are flashing. - The latest release is ``11.00.00``. + The latest release is ``11.00.01``. Identify the SD Card ==================== @@ -48,7 +48,7 @@ Then, run: (OR) # If you are using pre-built binaries from SDK download page - $ cd AM62x_11.00.00_emmc + $ cd AM62x_11.00.01_emmc # for AM62x SK EVM (GP) $ sudo ./flashall.sh --board am62x-sk --bootloader --sdcard /dev/mmcblk0 @@ -72,7 +72,7 @@ Then, run: (OR) # If you are using pre-built binaries from SDK download page - $ cd AM62Px_11.00.00_emmc + $ cd AM62Px_11.00.01_emmc $ sudo ./flashall.sh --board am62px-sk --bootloader --sdcard /dev/mmcblk0 @@ -86,7 +86,7 @@ Then, run: (OR) # If you are using pre-built binaries from SDK download page - $ cd AM67A_11.00.00_emmc + $ cd AM67A_11.00.01_emmc # for AM67a EVM (HS-FS only) $ sudo ./flashall.sh --board am67a-evm --bootloader --sdcard /dev/mmcblk0 diff --git a/source/android/Application_Notes_Android_Secure_Build.rst b/source/android/Application_Notes_Android_Secure_Build.rst index 7b6a2b84c..79d46182d 100644 --- a/source/android/Application_Notes_Android_Secure_Build.rst +++ b/source/android/Application_Notes_Android_Secure_Build.rst @@ -21,7 +21,7 @@ Fetching Bootloader, Kernel, and Android $ export YOUR_PATH=~/src/ $ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Bootloader.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Bootloader.xml $ repo sync - Kernel: @@ -29,7 +29,7 @@ Fetching Bootloader, Kernel, and Android .. code-block:: console $ mkdir ${YOUR_PATH}/ti-kernel-aosp/ && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Kernel.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Kernel.xml $ repo sync - Android: @@ -38,7 +38,7 @@ Fetching Bootloader, Kernel, and Android $ export YOUR_PATH=~/src/ $ mkdir ${YOUR_PATH}/ti-aosp-16 && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01.xml $ repo sync Build Secure Bootloaders diff --git a/source/android/Foundational_Components_Bootloaders.rst b/source/android/Foundational_Components_Bootloaders.rst index ba0ca2b2a..a6ec3d245 100644 --- a/source/android/Foundational_Components_Bootloaders.rst +++ b/source/android/Foundational_Components_Bootloaders.rst @@ -31,7 +31,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Bootloader.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Bootloader.xml $ repo sync For more information about ``repo``, visit `Android's official diff --git a/source/android/Foundational_Components_Kernel.rst b/source/android/Foundational_Components_Kernel.rst index 654d81b6f..849f61229 100644 --- a/source/android/Foundational_Components_Kernel.rst +++ b/source/android/Foundational_Components_Kernel.rst @@ -23,7 +23,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-kernel-aosp/ && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Kernel.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Kernel.xml $ repo sync .. tip:: @@ -32,7 +32,7 @@ Fetch the code using ``repo``: .. code-block:: console - $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_Kernel.xml --depth=1 + $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01_Kernel.xml --depth=1 .. _android-build-kernel: diff --git a/source/android/Overview_Building_the_SDK.rst b/source/android/Overview_Building_the_SDK.rst index 84e3848d9..1d2432499 100644 --- a/source/android/Overview_Building_the_SDK.rst +++ b/source/android/Overview_Building_the_SDK.rst @@ -39,7 +39,7 @@ Create a folder for downloading all sources .. code-block:: console - $ mkdir ~/11_00_00 && cd $_ + $ mkdir ~/11_00_01 && cd $_ $ export YOUR_PATH=$PWD Fetch the code using ``repo``: @@ -47,7 +47,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-aosp-16 && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android16-release -m releases/RLS_11_00_01.xml $ repo sync .. tip:: diff --git a/source/android/Overview_Flashing.rst b/source/android/Overview_Flashing.rst index b31435222..94a7126c7 100644 --- a/source/android/Overview_Flashing.rst +++ b/source/android/Overview_Flashing.rst @@ -137,7 +137,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC. (OR) # If you are using pre-built binaries from SDK download page - $ cd AM62x_11.00.00_emmc + $ cd AM62x_11.00.01_emmc # for AM62x SK EVM (GP) $ 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. (OR) # If you are using pre-built binaries from SDK download page - $ cd AM62Px_11.00.00_emmc + $ cd AM62Px_11.00.01_emmc $ snagrecover -s am625 -f ./am62px-sk-evm-hsfs.yaml @@ -175,7 +175,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC. (OR) # If you are using pre-built binaries from SDK download page - $ cd AM67A_11.00.00_emmc + $ cd AM67A_11.00.01_emmc # for AM67A EVM (HS-FS only: by default) $ 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. (OR) # If you are using pre-built binaries from SDK download page - $ cd AM62x_11.00.00_emmc + $ cd AM62x_11.00.01_emmc # for AM62x SK EVM (GP) $ 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. (OR) # If you are using pre-built binaries from SDK download page - $ cd AM62Px_11.00.00_emmc + $ cd AM62Px_11.00.01_emmc $ sudo ./flashall.sh --board am62px-sk board: am62px-sk @@ -344,7 +344,7 @@ Once the build is complete, follow the steps below to flash the images to eMMC. (OR) # If you are using pre-built binaries from SDK download page - $ cd AM67A_11.00.00_emmc + $ cd AM67A_11.00.01_emmc # for AM67A EVM (HS-FS only: by default) $ sudo ./flashall.sh --board am67a-evm diff --git a/source/devices/AM62PX/android/Release_Specific_Release_Notes.rst b/source/devices/AM62PX/android/Release_Specific_Release_Notes.rst index e718723c0..1b586e205 100644 --- a/source/devices/AM62PX/android/Release_Specific_Release_Notes.rst +++ b/source/devices/AM62PX/android/Release_Specific_Release_Notes.rst @@ -24,21 +24,19 @@ status for all packages included in this release. The manifest can be found on the SDK download page. **************** -Release 11.00.00 +Release 11.00.01 **************** -Released on October 2025 +Released on February 2026 What's new ========== -* This is an Android 16 based release of Processor SDK Android -* Kernel upgraded to 6.12 -* U-Boot upgraded to 2025.01 -* AVB with OPTEE and Anti rollback protection -* Device lock/unlock with OPTEE -* CSI Camera Record -* Multimedia Codec HAL compliance (conversion HIDL -> AIDL) +This is a refresh release of Android 16 11.00.00 release addressing below issues: +* Fix for LPM DeepSleep regression +* Fix for Cpufreq regression +* Fix RPI display support +* Fix getrootoftrust security features in factory build mode Release Features ================ diff --git a/source/devices/AM62PX/android/version.txt b/source/devices/AM62PX/android/version.txt index e4312e6d3..98a49a18e 100644 --- a/source/devices/AM62PX/android/version.txt +++ b/source/devices/AM62PX/android/version.txt @@ -1 +1 @@ -11_00_00 +11_00_01 diff --git a/source/devices/AM62X/android/Release_Specific_Release_Notes.rst b/source/devices/AM62X/android/Release_Specific_Release_Notes.rst index cef6f571d..f5e833c62 100644 --- a/source/devices/AM62X/android/Release_Specific_Release_Notes.rst +++ b/source/devices/AM62X/android/Release_Specific_Release_Notes.rst @@ -25,20 +25,18 @@ found on the SDK download page. **************** -Release 11.00.00 +Release 11.00.01 **************** -Released on October 2025 +Released on February 2026 What's new ========== -* This is an Android 16 based release of Processor SDK Android -* Kernel upgraded to 6.12 -* U-Boot upgraded to 2025.01 -* AVB with OPTEE and Anti rollback protection -* Device lock/unlock with OPTEE -* Multimedia Codec HAL compliance (conversion HIDL -> AIDL) +This is a refresh release of Android 16 11.00.00 release addressing below issues: +* Fix for LPM DeepSleep regression +* Fix for Cpufreq regression +* Fix getrootoftrust security features in factory build mode Release Features ================ diff --git a/source/devices/AM62X/android/version.txt b/source/devices/AM62X/android/version.txt index e4312e6d3..98a49a18e 100644 --- a/source/devices/AM62X/android/version.txt +++ b/source/devices/AM62X/android/version.txt @@ -1 +1 @@ -11_00_00 +11_00_01 diff --git a/source/devices/AM67A/android/Release_Specific_Release_Notes.rst b/source/devices/AM67A/android/Release_Specific_Release_Notes.rst index 926319a8b..fd687c3a2 100644 --- a/source/devices/AM67A/android/Release_Specific_Release_Notes.rst +++ b/source/devices/AM67A/android/Release_Specific_Release_Notes.rst @@ -24,21 +24,16 @@ status for all packages included in this release. The manifest can be found on the SDK download page. **************** -Release 11.00.00 +Release 11.00.01 **************** -Released on October 2025 +Released on February 2026 What's new ========== -* This is an Android 16 based release of Processor SDK Android -* Kernel upgraded to 6.12 -* U-Boot upgraded to 2025.01 -* AVB with OPTEE and Anti rollback protection -* Device lock/unlock with OPTEE -* CSI Camera Record -* Multimedia Codec HAL compliance (conversion HIDL -> AIDL) +This is a refresh release of Android 16 11.00.00 release addressing below issues: +* Fix getrootoftrust security features in factory build mode Release Features ================ diff --git a/source/devices/AM67A/android/version.txt b/source/devices/AM67A/android/version.txt index a59f409b3..98a49a18e 100644 --- a/source/devices/AM67A/android/version.txt +++ b/source/devices/AM67A/android/version.txt @@ -1 +1 @@ -11_00_00 \ No newline at end of file +11_00_01