Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/products/adsp/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,20 @@
-------------

ADI supports running Linux on all ADSP SoCs with Cortex-A5 and A55 cores.
That includes the following repositories. New features are tracked in the

Check warning on line 63 in docs/products/adsp/index.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:write-good.Passive:docs/products/adsp/index.rst:63:56 'are tracked' may be passive voice. Use active voice if you can.
`ADSP Github Project <https://github.com/orgs/analogdevicesinc/projects/20/views/1>`__

Check failure on line 64 in docs/products/adsp/index.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:docs/products/adsp/index.rst:64:7 Did you really mean 'Github'?
and coordinated with the community during weekly public office hours at 17:00 CET
on Thursdays using a
`Jitsi meeting <https://meet.jit.si/AnalogDevicesIncDigitalSignalProcessingOfficeHours>`__.

Check failure on line 67 in docs/products/adsp/index.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:docs/products/adsp/index.rst:67:2 Did you really mean 'Jitsi'?

To set up new ADSP evaluation boards see :ref:`Getting Started <adsp setup>`.

Upstream forks
--------------

The ADSP Linux team maintains branches based on upstream releases. Changes made
to support ADI hardware is upstreamed as quickly as possible. Until those

Check failure on line 75 in docs/products/adsp/index.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:docs/products/adsp/index.rst:75:28 Did you really mean 'upstreamed'?

Check warning on line 75 in docs/products/adsp/index.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:write-good.Passive:docs/products/adsp/index.rst:75:25 'is upstreamed' may be passive voice. Use active voice if you can.
changes have been accepted upstream, they are maintained in the following ADI

Check warning on line 76 in docs/products/adsp/index.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:write-good.Passive:docs/products/adsp/index.rst:76:43 'are maintained' may be passive voice. Use active voice if you can.

Check warning on line 76 in docs/products/adsp/index.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:write-good.Passive:docs/products/adsp/index.rst:76:14 'been accepted' may be passive voice. Use active voice if you can.
forks.

Release versions include the upstream version and a ADI specific release number
Expand Down Expand Up @@ -112,3 +114,5 @@
:git-adsp-ldr:`v1.0.2 <releases/tag/v1.0.2+>`
- :git-lnxdsp-repo-manifest:`+`
- :git-br2-external:`+`
- v2025.05:
:git-br2-external:`Release 0.1.0 <releases/tag/2025.05-0.1.0+>`
6 changes: 6 additions & 0 deletions docs/products/adsp/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
===============

ADSP evaluation boards do not ship with pre-installed software. The chips also
do not support booting directly from SD cards. Therefore the evaluation boards

Check warning on line 7 in docs/products/adsp/setup.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:write-good.TooWordy:docs/products/adsp/setup.rst:7:48 'Therefore' is too wordy.
need to be bootstrapped over JTAG using a :adi:`ADI ICE-1000 or ICE-2000 JTAG

Check warning on line 8 in docs/products/adsp/setup.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:write-good.Passive:docs/products/adsp/setup.rst:8:9 'be bootstrapped' may be passive voice. Use active voice if you can.
debugger <en/resources/evaluation-hardware-and-software/evaluation-boards-kits/emulators.html>`.

Download a binary release
-------------------------

Navigate to the :git-br2-external:`br2-external releases page <releases+>` and
download the appropriate `images-*.tar.xz` release archive.

Setup a JTAG connection
-----------------------

Expand All @@ -22,7 +28,7 @@
$make -j$(nproc)

Run ``openocd`` with either ``ice1000.cfg`` or ``ice2000.cfg`` and one of the
following configs:

Check failure on line 31 in docs/products/adsp/setup.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:docs/products/adsp/setup.rst:31:11 Did you really mean 'configs'?

- ``adspsc58x.cfg``
- ``adspsc59x_a55.cfg``
Expand Down