Skip to content

Commit eeca83e

Browse files
FournierMxpraneethbajjuri
authored andcommitted
feat(android): AM62X/AM62PX: update release version to 10.01.01
Also update release notes. Signed-off-by: Maxime Fournier <[email protected]>
1 parent 9fa25a3 commit eeca83e

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

source/devices/AM62PX/android/Application_Notes_Android_Bootloader_SD_Card.rst

Lines changed: 2 additions & 2 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 ``10.01.00``.
20+
The latest release is ``10.01.01``.
2121

2222
Identify the SD Card
2323
====================
@@ -46,7 +46,7 @@ Then, run:
4646
(OR)
4747
4848
# If you are using pre-built binaries from SDK download page
49-
$ cd AM62Px_10.01.00_emmc
49+
$ cd AM62Px_10.01.01_emmc
5050
5151
$ sudo ./flashall.sh --board am62px-sk --bootloader --sdcard /dev/mmcblk0
5252

source/devices/AM62PX/android/Application_Notes_Android_Multimedia_Video.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ found in the Texas Instruments AM62Px SoC.
99

1010
The Wave5 hardware is implemented via:
1111

12-
- the ``wave5`` driver, located in :file:`~/10_01_00/ti-kernel-aosp/common/drivers/media/platform/chips-media/wave5/`
13-
- a firmware located in :file:`~/10_01_00/ti-aosp-15/vendor/ti/vendor/ti/am62x/firmware/vendor/firmware/cnm/`
12+
- the ``wave5`` driver, located in :file:`~/10_01_01/ti-kernel-aosp/common/drivers/media/platform/chips-media/wave5/`
13+
- a firmware located in :file:`~/10_01_01/ti-aosp-15/vendor/ti/vendor/ti/am62x/firmware/vendor/firmware/cnm/`
1414

1515
The userspace associated component is based on the AOSP-provided ``v4l2_codec2`` HAL.
16-
The source can be found in :file:`~/10_01_00/ti-aosp-15/external/v4l2_codec2`.
16+
The source can be found in :file:`~/10_01_01/ti-aosp-15/external/v4l2_codec2`.
1717

1818

1919
*******

source/devices/AM62PX/android/Release_Specific_Release_Notes.rst

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

2626
****************
27-
Release 10.01.00
27+
Release 10.01.01
2828
****************
2929

30-
Released on December 2024
30+
Released on March 2025
3131

3232
What's new
3333
==========
@@ -43,12 +43,13 @@ Following features are enabled/tested in this release for AM62Px Android:
4343
* **Boot:** eMMC boot, fastboot based flashing, A/B partition
4444
* **Security:** Keymint and gatekeeper implementation with OP-TEE
4545
* **Platform:** SELinux enforced mode with user build, ADB over USB
46-
* **Connectivity:** Ethernet, USB touch, CC33XX M.2 Module Wi-Fi support
46+
* **Connectivity:** Ethernet, USB touch, basic USB NCM, CC33XX M.2 Module Wi-Fi support
4747
* **Graphics:** GPU accelerated UI with drm_hwcomposer
4848
* **Audio:** HDMI output and jack audio output/input
4949
* **Multimedia:** :ref:`HW video decode (h264, hevc) encode (h264) <Android Multimedia Wave5>`, USB camera, :ref:`CSI camera <android-csi-camera>`
5050
* **Android Baseport:** Support of Generic System Image
5151
* **Display:** Support for LVDS panel and dual display (mirroring and extended)
52+
* **Display;** Support for the RPI 7Inch touchscreen DSI panel.
5253

5354
SDK Components and Versions
5455
===========================
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10_01_00
1+
10_01_01

source/devices/AM62X/android/Application_Notes_Android_Bootloader_SD_Card.rst

Lines changed: 2 additions & 2 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 ``10.01.00``.
20+
The latest release is ``10.01.01``.
2121

2222
Identify the SD Card
2323
====================
@@ -46,7 +46,7 @@ Then, run:
4646
(OR)
4747
4848
# If you are using pre-built binaries from SDK download page
49-
$ cd AM62x_10.01.00_emmc
49+
$ cd AM62x_10.01.01_emmc
5050
5151
# for AM62x SK EVM (GP)
5252
$ sudo ./flashall.sh --board am62x-sk --bootloader --sdcard /dev/mmcblk0

source/devices/AM62X/android/Release_Specific_Release_Notes.rst

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

2626

2727
****************
28-
Release 10.01.00
28+
Release 10.01.01
2929
****************
3030

31-
Released on December 2024
31+
Released on March 2025
3232

3333
What's new
3434
==========
@@ -44,7 +44,7 @@ Following features are enabled/tested in this release for AM62x Android:
4444
* **Boot:** eMMC boot, fastboot based flashing, A/B partition
4545
* **Security:** Keymint and gatekeeper implementation with OP-TEE
4646
* **Platform:** SELinux enforced mode with user build, ADB over USB
47-
* **Connectivity:** Ethernet, USB touch, CC33XX M.2 Module Wi-Fi support
47+
* **Connectivity:** Ethernet, USB touch, basic USB NCM, CC33XX M.2 Module Wi-Fi support
4848
* **Graphics:** GPU accelerated UI with drm_hwcomposer
4949
* **Audio:** HDMI output and jack audio output/input
5050
* **Multimedia:** SW video decode/encode, USB camera, :ref:`CSI camera <android-csi-camera>`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10_01_00
1+
10_01_01

0 commit comments

Comments
 (0)