Skip to content

Commit c614fcb

Browse files
feat(linux): AM62DX: Update documentation and fix typos
- Update SDK download URL to restricted RT SDK link - Update RTOS build sheet link to version 11.02.00.20 - Fix typo: "receIve" to "receive" in release notes - Add AM62DX support to EQEP kernel driver documentation - Update PWM documentation to include AM62DX EVM support Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
1 parent c0d11d1 commit c614fcb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

configs/AM62DX/AM62DX_linux_config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Replacement Variables
2121
'__SDK_SHORT_NAME__' : 'PSDK'
2222
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-am62dxx-evm-<version>-Linux-x86-Install.bin'
2323
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-am62dxx-evm-<version>'
24-
'__SDK_DOWNLOAD_URL__' : '`AM62D-SDK-Download-page <https://www.ti.com/tool/AM62D-PROCESSOR-SDK>`__'
24+
'__SDK_DOWNLOAD_URL__' : '`AM62D-SDK-Download-page <https://www.ti.com/drr/opn/AM62D-LINUX-RT-RESTRICTED-SDK>`__'
2525
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
2626
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
2727
'__OPTEE_PLATFORM_FLAVOR__' : 'k3-am62ax'

source/devices/AM62DX/linux/Release_Specific_Build_Sheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Software Build Sheet
66

77
Build Sheet of supported features and modules for this |__SDK_FULL_NAME__| Release.
88
The following table lists the supported features and modules with the support status
9-
for Linux on A53. Please refer to `RTOS Build Sheet <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_01_00_16/exports/docs/build_sheet/am62d-sw-buildsheet.html>`__
9+
for Linux on A53. Please refer to `RTOS Build Sheet <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/build_sheet/am62d-sw-buildsheet.html>`__
1010
for the supported features and modules on RTOS.
1111

1212
The support status is indicated by the following codes:

source/devices/AM62DX/linux/Release_Specific_Release_Notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ What's new
4646
**Processor SDK Linux AM62DX Release has following new features:**
4747

4848
- Second 2025 LTS Reference Release Including RT combined branch model
49-
- McASP async mode: independent transmit (playback) and receIve (capture) clocking.
49+
- McASP async mode: independent transmit (playback) and receive (capture) clocking.
5050
- 4 channel recording support.
5151
- OSPI, EQEP, PWM, support.
5252
- Important Bug Fixes on top of Processor SDK 11.01.05.03 Release.

source/linux/Foundational_Components/Kernel/Kernel_Drivers/EQEP.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EQEP
77
Linux has support for EQEP (Enhanced Quadature Encoder Pulse).
88
EQEP channels can be used to interface with rotary encoder hardware.
99

10-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX')
10+
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62DX')
1111

1212
- AM62x SK: EQEP0: k3-am62x-sk-eqep.dtso
1313

source/linux/Foundational_Components/Kernel/Kernel_Drivers/PWM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@ The current PWM settings for ePWM and eCAP(APWM) can be monitored from the debug
188188
EHRPWM can be tested using the following overlays for each of the following devices:
189189

190190
#. AM62X SK: k3-am625-sk-rpi-hdr-ehrpwm.dtso
191-
#. AM62AX SK: k3-am62a7-sk-rpi-hdr-ehrpwm.dtso
191+
#. AM62AX SK and AM62DX EVM: k3-am62a7-sk-rpi-hdr-ehrpwm.dtso
192192
#. AM62PX SK: k3-am62p5-sk-rpi-hdr-ehrpwm.dtso

0 commit comments

Comments
 (0)