Skip to content

Commit e72133f

Browse files
feat(Demo): Update AM62D demo guides with main branch refs
- 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 Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
1 parent 539f9fd commit e72133f

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

source/linux/Demo_User_Guides/AM62D_2DFFT_User_Guide.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Software and tools
9898
- `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>`__
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>`.

source/linux/Demo_User_Guides/AM62D_Dsp_Offload_User_Guide.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Software and Tools
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

0 commit comments

Comments
 (0)