Skip to content

Commit 88eac74

Browse files
committed
products/adsp: fix curl link, use download role
Use raw.github... url to download source code with curl. Also provide direct download link with the role download. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent b4b30c5 commit 88eac74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/products/adsp/setup.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ To boot U-Boot SPL and U-Boot Proper using GDB install
4949
$sudo apt-get install -y gdb-multiarch
5050

5151
In the terminal, ``cd`` into the extracted release archive or the appropriate
52-
build output directory. Then download the GDB automation script using:
52+
build output directory.
53+
54+
Then download the GDB automation :download:`u-boot.gdb` script using:
5355

5456
.. shell:: sh
5557

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

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

0 commit comments

Comments
 (0)