Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions configs/AM62DX/AM62DX_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ linux/Foundational_Components/Tools/Development_Tools
linux/Foundational_Components/Tools/Pin_Mux_Tools
linux/Foundational_Components/Tools/Flash_via_Fastboot
linux/Foundational_Components_IPC62dx
linux/Foundational_Components_Virtualization
linux/Foundational_Components/Virtualization/Docker
linux/Foundational_Components_ATF
linux/Foundational_Components_OPTEE

Expand All @@ -107,5 +109,6 @@ linux/How_to_Guides/Hardware_Setup_with_CCS/AM62Dx_EVM_Hardware_Setup
linux/Demo_User_Guides/index_Demos
linux/Demo_User_Guides/AM62D_Dsp_Offload_User_Guide
linux/Demo_User_Guides/AM62D_2DFFT_User_Guide
linux/Demo_User_Guides/AM62D_Cascade_Biquad_Parametric_EQ_User_Guide

linux/Documentation_Tarball
2 changes: 1 addition & 1 deletion source/devices/AM62DX/index_RTOS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RTOS/NO-RTOS [MCU+ SDK]

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

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

**Instructions to set-up CCS**

- 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>`__.
- 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>`__.
1 change: 0 additions & 1 deletion source/devices/AM62DX/linux/Release_Specific.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ Release Specific
Release_Specific_Yocto_layer_Configuration
Release_Specific_Migration_Guide
Release_Specific_Kernel_Performance_Guide
Release_Specific_Workarounds
Release_Specific_Supported_Platforms_and_Versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Software Build Sheet

Build Sheet of supported features and modules for this |__SDK_FULL_NAME__| Release.
The following table lists the supported features and modules with the support status
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>`__
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>`__
for the supported features and modules on RTOS.

The support status is indicated by the following codes:
Expand Down Expand Up @@ -126,9 +126,9 @@ The support status is indicated by the following codes:
,,CAN FD,No
,Controller Area Network (MCAN) - MCU domain,CAN,No
,,CAN FD,No
,Enhanced Capture (ECAP) Module,Capture,Yes
,,PWM,Yes
,Enhanced Pulse Width Modulation (EPWM) Module,,Yes
,Enhanced Capture (ECAP) Module,Capture,No
,,PWM,No
,Enhanced Pulse Width Modulation (EPWM) Module,,No
,Enhanced Quadrature Encoder Pulse (EQEP) Module,,No
Camera Subsystem,Camera Streaming Interface Receiver (CSI_RX_IF),,NA
,MIPI D-PHY Receiver (DPHY_RX),,NA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ What's included

**Key Release References:**

- Signal Chain OOB example :ref:`Cascade Biquad Parametric EQ Demo <AM62D-cascade-biquad-parametric-eq-from-linux-user-guide>`
- 8-channel recording support :ref:`Audio User Guide <Audio_User_Guide>`
- ARM only Analytics support :ref:`Machine Learning <foundational-components-machine-learning>`
- Snagfactory Support - :ref:`Snagfactory Tool <Flash-via-Fastboot>`

**Component version:**
Expand Down
Binary file added source/images/AM62D_Sigchain_Biquad_Demo.png
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Audio In and Out is on C7x side, not on A53 Linux.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still wrong, L2SRAM connection should be with Signal chain Biquad cascade block

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions source/images/AM62D_signal_chain_biquad_cascade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions source/linux/Demo_User_Guides/AM62D_2DFFT_User_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ Software and tools
- TI Processor SDK Linux RT (AM62Dx)
- MCU+SDK for AM62Dx
- `C7000-CGT <https://www.ti.com/tool/C7000-CGT#downloads>`__ compiler
- `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>`__
- `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>`__
- `TI Clang Compiler Toolchain <https://www.ti.com/tool/download/ARM-CGT-CLANG>`__
- CMake, GCC, make, git, scp, minicom
- `rpmsg-dma library <https://github.com/TexasInstruments/rpmsg-dma/tree/scarthgap>`__
- `rpmsg-dma library <https://github.com/TexasInstruments/rpmsg-dma/tree/main>`__

*********
EVM setup
Expand All @@ -113,6 +113,8 @@ EVM setup
:height: 600
:width: 1000

- 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.

#. Setup UART Terminal

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

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

.. code-block:: console
host# git clone https://github.com/TexasInstruments/rpmsg-dma.git -b scarthgap
host# git clone https://github.com/TexasInstruments/rpmsg-dma.git -b main
#. 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>`.
Expand Down Expand Up @@ -252,5 +254,5 @@ Building the linux demo binary from sources
Building the C7 firmware from sources
=====================================

- 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>`__
- 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>`__
- 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>`__
- 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>`__
Loading
Loading