Skip to content

Commit 4f95f8d

Browse files
paresh-bhagatpraneethbajjuri
authored andcommitted
feat(Demo): Update AM62D docs for 12.0 release
- Update rpmsg-dma repository references from scarthgap to main - Add Quick Start Guide references for AM62D2-EVM setup - Update all GitHub links to point to main branch consistently - Update MCU+SDK links Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
1 parent ca58dc2 commit 4f95f8d

6 files changed

Lines changed: 27 additions & 23 deletions

File tree

source/devices/AM62DX/index_RTOS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RTOS/NO-RTOS [MCU+ SDK]
44

55
**For MCU+ SDK RTOS/NO-RTOS documentation, refer below links**
66

7-
- `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/index.html>`__
7+
- `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/index.html>`__

source/devices/AM62DX/linux/Overview/Download_and_Install_the_SDK.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ by double clicking on it within your Linux host PC.
8585
.. note::
8686
Processor SDK Linux AM62Dx has only the Linux specific source and application intended
8787
to run on A53 or Linux core. For R5F and RTOS or NO-RTOS side source and applications, refer
88-
`MCU+SDK <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/index.html>`__ package.
88+
`MCU+SDK <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/index.html>`__ package.
8989

9090
**Instructions to set-up CCS**
9191

92-
- Refer MCU+SDK Installer `doc <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/CCS_SETUP_PAGE.html>`__.
92+
- Refer MCU+SDK Installer `doc <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/CCS_SETUP_PAGE.html>`__.

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_02_00_20/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/12_00_00_22/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/linux/Demo_User_Guides/AM62D_2DFFT_User_Guide.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ Software and tools
9595
- TI Processor SDK Linux RT (AM62Dx)
9696
- MCU+SDK for AM62Dx
9797
- `C7000-CGT <https://www.ti.com/tool/C7000-CGT#downloads>`__ compiler
98-
- `Code Composer Studio <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_00_00_16/exports/docs/api_guide_am62dx/CCS_PROJECTS_PAGE.html>`__
98+
- `Code Composer Studio <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/CCS_PROJECTS_PAGE.html>`__
9999
- `TI Clang Compiler Toolchain <https://www.ti.com/tool/download/ARM-CGT-CLANG>`__
100100
- CMake, GCC, make, git, scp, minicom
101-
- `rpmsg-dma library <https://github.com/TexasInstruments/rpmsg-dma/tree/scarthgap>`__
101+
- `rpmsg-dma library <https://github.com/TexasInstruments/rpmsg-dma/tree/main>`__
102102

103103
*********
104104
EVM setup
@@ -113,6 +113,8 @@ EVM setup
113113
:height: 600
114114
:width: 1000
115115

116+
- Refer `Quick Start Guide for AM62D2-EVM <https://dev.ti.com/tirex/explore/node?isTheia=false&node=A__ARZXwcKmAzaWG2hcFPpKRA__PROCESSORS-DEVTOOLS__FUz-xrs__LATEST>`__ for more details.
117+
116118
#. Setup UART Terminal
117119

118120
- First identify the UART port as enumerated on the host machine.
@@ -206,11 +208,11 @@ Building the linux demo binary from sources
206208
===========================================
207209

208210
#. The source code for the 2D FFT DSP offload demo is available as part of
209-
the `rpmsg-dma <https://github.com/TexasInstruments/rpmsg-dma/tree/scarthgap>`__.
211+
the `rpmsg-dma <https://github.com/TexasInstruments/rpmsg-dma/tree/main>`__.
210212

211213
.. code-block:: console
212214
213-
host# git clone https://github.com/TexasInstruments/rpmsg-dma.git -b scarthgap
215+
host# git clone https://github.com/TexasInstruments/rpmsg-dma.git -b main
214216
215217
#. Download and Install the AM62D Linux SDK from |__SDK_DOWNLOAD_URL__| following
216218
the steps mentioned at :ref:`Download and Install the SDK <download-and-install-sdk>`.
@@ -252,5 +254,5 @@ Building the linux demo binary from sources
252254
Building the C7 firmware from sources
253255
=====================================
254256

255-
- Refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/GETTING_STARTED_BUILD.html>`__
256-
- Refer to the `C7x TISP Linux 2D FFT Offload Example <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/EXAMPLES_TISP_FFT2D_LINUX_DSP_OFFLOAD.html>`__
257+
- Refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/GETTING_STARTED_BUILD.html>`__
258+
- Refer to the `C7x TISP Linux 2D FFT Offload Example <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/EXAMPLES_TISP_FFT2D_LINUX_DSP_OFFLOAD.html>`__

source/linux/Demo_User_Guides/AM62D_Dsp_Offload_User_Guide.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _AM62D-dsp-offload-from-linux-user-guide:
22

3-
#########################################
4-
AM62D DSP offload from Linux - User Guide
5-
#########################################
3+
############################
4+
AM62D DSP offload from Linux
5+
############################
66

77
********
88
Overview
@@ -105,13 +105,13 @@ Software and Tools
105105

106106
- `C7000-CGT <https://www.ti.com/tool/C7000-CGT#downloads>`__ compiler
107107

108-
- `Code Composer Studio <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_00_00_16/exports/docs/api_guide_am62dx/CCS_PROJECTS_PAGE.html>`__
108+
- `Code Composer Studio <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/CCS_PROJECTS_PAGE.html>`__
109109

110110
- `TI Clang Compiler Toolchain <https://www.ti.com/tool/download/ARM-CGT-CLANG>`__
111111

112112
- CMake, GCC, make, git, scp, minicom, Python3
113113

114-
- `rpmsg-dma library <https://github.com/TexasInstruments/rpmsg-dma/tree/scarthgap>`__
114+
- `rpmsg-dma library <https://github.com/TexasInstruments/rpmsg-dma/tree/main>`__
115115

116116
*********
117117
EVM Setup
@@ -127,6 +127,8 @@ EVM Setup
127127
:height: 600
128128
:width: 1000
129129

130+
- Refer `Quick Start Guide for AM62D2-EVM <https://dev.ti.com/tirex/explore/node?isTheia=false&node=A__ARZXwcKmAzaWG2hcFPpKRA__PROCESSORS-DEVTOOLS__FUz-xrs__LATEST>`__ for more details.
131+
130132
#. Setup UART Terminal
131133

132134
- First identify the UART port as enumerated on the host machine.
@@ -160,7 +162,7 @@ Steps to validate audio DSP offload demo
160162

161163
#. Connect the USB-C cable from the power adapter to one of the two USB-C ports on the EVM.
162164

163-
#. Download Host Utility `audmon.py <https://github.com/TexasInstruments/rpmsg-dma/blob/scarthgap/example/audio_offload/host%20utility/audmon.py>`__.
165+
#. Download Host Utility `audmon.py <https://github.com/TexasInstruments/rpmsg-dma/blob/main/example/audio_offload/host%20utility/audmon.py>`__.
164166

165167
#. The EVM should boot and the booting progress should display in the serial port console. At the end of booting, the Arago login prompt will appear. Just enter "root" to log in.
166168

@@ -214,7 +216,7 @@ Steps to validate audio DSP offload demo
214216

215217
- Summary labels for min/max/avg stats per run
216218

217-
- For more information refer: `README <https://github.com/TexasInstruments/rpmsg-dma/blob/scarthgap/example/audio_offload/host%20utility/README.md>`_.
219+
- For more information refer: `README <https://github.com/TexasInstruments/rpmsg-dma/blob/main/example/audio_offload/host%20utility/README.md>`_.
218220

219221
.. note::
220222

@@ -226,7 +228,7 @@ Below is sample snapshot:
226228
:height: 600
227229
:width: 1200
228230

229-
- For more information on demo application and configuration, refer: `DSP Offload Example <https://github.com/TexasInstruments/rpmsg-dma/blob/scarthgap/example/audio_offload/host%20utility/README.md>`__.
231+
- For more information on demo application and configuration, refer: `DSP Offload Example <https://github.com/TexasInstruments/rpmsg-dma/blob/main/example/audio_offload/host%20utility/README.md>`__.
230232

231233
***********************************
232234
How to build audio DSP offload demo
@@ -240,11 +242,11 @@ Building audio DSP offload image from Yocto
240242
Building the Linux demo binary from sources
241243
===========================================
242244

243-
#. The source code for Audio DSP offload demo is available as part of the `rpmsg-dma <https://github.com/TexasInstruments/rpmsg-dma/tree/scarthgap>`__.
245+
#. The source code for Audio DSP offload demo is available as part of the `rpmsg-dma <https://github.com/TexasInstruments/rpmsg-dma/tree/main>`__.
244246

245247
.. code-block:: console
246248
247-
host# git clone https://github.com/TexasInstruments/rpmsg-dma.git -b scarthgap
249+
host# git clone https://github.com/TexasInstruments/rpmsg-dma.git -b main
248250
249251
#. Download and Install the AM62D Linux SDK from |__SDK_DOWNLOAD_URL__| following the steps mentioned at :ref:`Download and Install the SDK <download-and-install-sdk>`.
250252

@@ -289,5 +291,5 @@ Building the Linux demo binary from sources
289291
Building the c7 firmware from sources
290292
=====================================
291293

292-
- Refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/GETTING_STARTED_BUILD.html>`__
293-
- Refer to the `C7 Demo Firmware <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/EXAMPLES_DRIVERS_IPC_RPMESSAGE_LINUX_AUDIO_FILTER_OFFLOAD.html>`__
294+
- Refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/GETTING_STARTED_BUILD.html>`__
295+
- Refer to the `C7 Demo Firmware <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/EXAMPLES_DRIVERS_IPC_RPMESSAGE_LINUX_AUDIO_FILTER_OFFLOAD.html>`__

source/linux/Foundational_Components_IPC62dx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Software Dependencies to Get Started
2424
Prerequisites
2525

2626
- Processor SDK Linux for AM62Dx |__SDK_DOWNLOAD_URL__|.
27-
- Processor SDK MCU+ for AM62D refer `doc <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/index.html>`__
27+
- Processor SDK MCU+ for AM62D refer `doc <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/12_00_00_22/exports/docs/api_guide_am62dx/index.html>`__
2828

2929
.. note::
3030

0 commit comments

Comments
 (0)