Skip to content

Commit f986753

Browse files
deploy: b4b30c5
1 parent 4cc5fc0 commit f986753

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

_downloads/c075396a0e4ea31fa00753768ef5996a/u-boot.gdb

Lines changed: 0 additions & 8 deletions
This file was deleted.

_sources/products/adsp/setup.rst.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,18 @@ 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 start GDB and run the following command with
53-
using the script
54-
:download:`u-boot.gdb <u-boot.gdb>` to load and run both U-Boot stages.
52+
build output directory. Then download the GDB automation script using:
5553

5654
.. shell:: sh
5755

58-
$gdb-multiarch -x path/to/u-boot.gdb
56+
$curl -O https://analogdevicesinc.github.io/documentation/products/adsp/u-boot.gdb
57+
58+
Once downloaded, start GDB and run the following command with the script in order to
59+
load and run both U-Boot stages as:
60+
61+
.. shell:: sh
62+
63+
$gdb-multiarch -x u-boot.gdb
5964

6065
Boot Linux
6166
----------

products/adsp/setup.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,13 +531,19 @@ <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 start GDB and run the following command with
535-
using the script
536-
<code class="xref download docutils literal notranslate"><span class="pre">u-boot.gdb</span></code> to load and run both U-Boot stages.</p>
534+
build output directory. Then download the GDB automation script using:</p>
537535
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>~$
538536
</pre></div>
539537
</div>
540-
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>gdb-multiarch<span class="w"> </span>-x<span class="w"> </span>path/to/u-boot.gdb
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+
</pre></div>
540+
</div>
541+
<div class="clear-left"></div></div></div><p>Once downloaded, start GDB and run the following command with the script in order to
542+
load and run both U-Boot stages as:</p>
543+
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>~$
544+
</pre></div>
545+
</div>
546+
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>gdb-multiarch<span class="w"> </span>-x<span class="w"> </span>u-boot.gdb
541547
</pre></div>
542548
</div>
543549
<div class="clear-left"></div></div></div></section>

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)