You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
- 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
+
116
118
#. Setup UART Terminal
117
119
118
120
- First identify the UART port as enumerated on the host machine.
@@ -206,11 +208,11 @@ Building the linux demo binary from sources
206
208
===========================================
207
209
208
210
#. 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>`__.
- 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
+
130
132
#. Setup UART Terminal
131
133
132
134
- First identify the UART port as enumerated on the host machine.
#. 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.
- 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>`_.
218
220
219
221
.. note::
220
222
@@ -226,7 +228,7 @@ Below is sample snapshot:
226
228
:height:600
227
229
:width:1200
228
230
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>`__.
230
232
231
233
***********************************
232
234
How to build audio DSP offload demo
@@ -240,11 +242,11 @@ Building audio DSP offload image from Yocto
240
242
Building the Linux demo binary from sources
241
243
===========================================
242
244
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>`__.
host# git clone https://github.com/TexasInstruments/rpmsg-dma.git -b main
248
250
249
251
#. 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>`.
0 commit comments