Skip to content

Commit 89b3f9b

Browse files
fix(AM62D): Fix RST section syntax in DSP Offload doc
Fix section syntax for AM62D DSP Offload user guide. Signed-off-by: Paresh Bhagat <[email protected]>
1 parent fbca593 commit 89b3f9b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/linux/Demo_User_Guides/AM62D_Dsp_Offload_User_Guide.rst

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

33
AM62D DSP offload from Linux - User Guide
4-
=========================================
4+
#########################################
55

66
Overview
7-
--------
7+
********
88

99
This guide describes how to set up, build, and run audio DSP offload example by using the Texas Instruments AM62D audio evaluation module (EVM).
1010
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:
6262
- DSP/CPU load monitoring.
6363

6464
Hardware Prerequisites
65-
----------------------
65+
**********************
6666

6767
- `AM62D-EVM <https://www.ti.com/tool/AUDIO-AM62D-EVM>`__
6868

@@ -93,7 +93,7 @@ Hardware Prerequisites
9393
- Storage: At least 10GB of free space
9494

9595
Software and Tools
96-
------------------
96+
******************
9797

9898
- TI Processor SDK Linux RT (AM62Dx)
9999

@@ -111,7 +111,7 @@ Software and Tools
111111

112112

113113
EVM Setup
114-
---------
114+
*********
115115

116116
#. Cable Connections
117117

@@ -146,7 +146,7 @@ EVM Setup
146146

147147

148148
Steps to validate audio DSP offload demo
149-
----------------------------------------
149+
****************************************
150150

151151
#. 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.
152152

@@ -226,15 +226,15 @@ Below is sample snapshot:
226226

227227

228228
How to build audio DSP offload demo
229-
====================================
229+
***********************************
230230

231231
Building audio DSP offload image from Yocto
232-
-----------------------------------------------
232+
===========================================
233233

234234
- To build the Audio DSP offload image, refer :ref:`Processor SDK - Building the SDK with Yocto <building-the-sdk-with-yocto>`
235235

236236
Building the Linux demo binary from sources
237-
-------------------------------------------
237+
===========================================
238238

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

@@ -282,7 +282,7 @@ Building the Linux demo binary from sources
282282
283283
284284
Building the c7 firmware from sources
285-
--------------------------------------
285+
=====================================
286286

287287
- 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>`__
288288
- 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

Comments
 (0)