Skip to content

Commit 9bee907

Browse files
deploy: 88eac74
1 parent 3e13b48 commit 9bee907

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
set pagination off
2+
file u-boot-spl
3+
target remote :3333
4+
tbreak board_init_r
5+
load
6+
continue
7+
load u-boot
8+
continue

_sources/products/adsp/setup.rst.txt

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:

products/adsp/setup.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,11 +531,12 @@ <h2>Boot U-Boot Proper<a class="headerlink" href="#boot-u-boot-proper" title="Li
531531
</pre></div>
532532
</div>
533533
<div class="clear-left"></div></div></div><p>In the terminal, <code class="docutils literal notranslate"><span class="pre">cd</span></code> into the extracted release archive or the appropriate
534-
build output directory. Then download the GDB automation script using:</p>
534+
build output directory.</p>
535+
<p>Then download the GDB automation <code class="xref download docutils literal notranslate"><span class="pre">u-boot.gdb</span></code> script using:</p>
535536
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>~$
536537
</pre></div>
537538
</div>
538-
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>curl<span class="w"> </span>-O<span class="w"> </span>https://analogdevicesinc.github.io/documentation/products/adsp/u-boot.gdb
539+
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>curl<span class="w"> </span>-O<span class="w"> </span>https://raw.githubusercontent.com/analogdevicesinc/documentation/refs/heads/main/docs/products/adsp/u-boot.gdb
539540
</pre></div>
540541
</div>
541542
<div class="clear-left"></div></div></div><p>Once downloaded, start GDB and run the following command with the script in order to

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)