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
Copy file name to clipboardExpand all lines: source/linux/Demo_User_Guides/AM62D_Dsp_Offload_User_Guide.rst
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
.. _AM62D-dsp-offload-from-linux-user-guide:
2
2
3
3
AM62D DSP offload from Linux - User Guide
4
-
=========================================
4
+
#########################################
5
5
6
6
Overview
7
-
--------
7
+
********
8
8
9
9
This guide describes how to set up, build, and run audio DSP offload example by using the Texas Instruments AM62D audio evaluation module (EVM).
10
10
This demo example shows how to offload 8ch audio filtering to C7x from Linux, input is 8-channel, 256 block size audio data in channel interleaved form.
@@ -62,7 +62,7 @@ Below figure shows how this demo works:
#. Flash an SD card with the :file:`tisdk-default-image-rt-am62dxx-evm.rootfs.wic.xz` image and follow the instructions provided at :ref:`Create SD Card <processor-sdk-linux-create-sd-card>` guide.
152
152
@@ -226,15 +226,15 @@ Below is sample snapshot:
226
226
227
227
228
228
How to build audio DSP offload demo
229
-
====================================
229
+
***********************************
230
230
231
231
Building audio DSP offload image from Yocto
232
-
-----------------------------------------------
232
+
===========================================
233
233
234
234
- To build the Audio DSP offload image, refer :ref:`Processor SDK - Building the SDK with Yocto <building-the-sdk-with-yocto>`
235
235
236
236
Building the Linux demo binary from sources
237
-
-------------------------------------------
237
+
===========================================
238
238
239
239
#. The source code for Audio DSP offload demo is available as part of the `rpmsg-dma <https://github.com/TexasInstruments/rpmsg-dma/tree/scarthgap>`__.
240
240
@@ -282,7 +282,7 @@ Building the Linux demo binary from sources
282
282
283
283
284
284
Building the c7 firmware from sources
285
-
--------------------------------------
285
+
=====================================
286
286
287
287
- Refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_01_00_16/exports/docs/api_guide_am62dx/GETTING_STARTED_BUILD.html>`__
288
288
- Refer to the `C7 Demo Firmware <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_01_00_16/exports/docs/api_guide_am62dx/EXAMPLES_DRIVERS_IPC_RPMESSAGE_LINUX_AUDIO_FILTER_OFFLOAD.html>`__
0 commit comments