Skip to content
Merged
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
6 changes: 4 additions & 2 deletions docs/products/adsp/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
===============

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

Setup a JTAG connection
Expand All @@ -22,7 +22,7 @@
$make -j$(nproc)

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

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

View workflow job for this annotation

GitHub Actions / check-doc

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

- ``adspsc58x.cfg``
- ``adspsc59x_a55.cfg``
Expand All @@ -49,11 +49,13 @@
$sudo apt-get install -y gdb-multiarch

In the terminal, ``cd`` into the extracted release archive or the appropriate
build output directory. Then download the GDB automation script using:
build output directory.

Then download the GDB automation :download:`u-boot.gdb` script using:

.. shell:: sh

$curl -O https://analogdevicesinc.github.io/documentation/products/adsp/u-boot.gdb
$curl -O https://raw.githubusercontent.com/analogdevicesinc/documentation/refs/heads/main/docs/products/adsp/u-boot.gdb

Once downloaded, start GDB and run the following command with the script in order to
load and run both U-Boot stages as:
Expand Down