From 2c54c9b56a702234dca26c4d95fdadfa8fc44a5e Mon Sep 17 00:00:00 2001 From: Jorge Marques Date: Fri, 21 Nov 2025 14:31:30 +0100 Subject: [PATCH] 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 --- docs/products/adsp/setup.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/products/adsp/setup.rst b/docs/products/adsp/setup.rst index e003e8a3..1777ec60 100644 --- a/docs/products/adsp/setup.rst +++ b/docs/products/adsp/setup.rst @@ -49,11 +49,13 @@ To boot U-Boot SPL and U-Boot Proper using GDB install $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: