Skip to content

Commit 3137081

Browse files
1 parent 6469c48 commit 3137081

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

pull/2/_sources/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/index.rst.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,24 @@ Each :adi:`AD-SWIOT1L-SL` must be updated with the provided firmware image.
149149
IP addresses of the boards or to extend the application.
150150

151151

152+
Applying Overlays
153+
~~~~~~~~~~~~~~~~~
154+
155+
Overlays are required to enable the proper device tree configurations for the HATs.
156+
157+
Open a terminal and write this command:
158+
159+
.. shell::
160+
:user: analog
161+
:group: analog
162+
:show-user:
163+
164+
$ sudo tee -a /boot/firmware/config.txt <<'EOF'
165+
dtoverlay=rpi-t1lpse-apl
166+
dtoverlay=rpi-t1lpse-class12
167+
EOF
168+
169+
152170
Network Setup
153171
~~~~~~~~~~~~~
154172

pull/2/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.

pull/2/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<li><a class="reference internal" href="#software-setup">Software Setup</a><ul>
101101
<li><a class="reference internal" href="#repository-cloning">Repository Cloning</a></li>
102102
<li><a class="reference internal" href="#firmware-flashing">Firmware Flashing</a></li>
103+
<li><a class="reference internal" href="#applying-overlays">Applying Overlays</a></li>
103104
<li><a class="reference internal" href="#network-setup">Network Setup</a></li>
104105
<li><a class="reference internal" href="#application-execution">Application Execution</a><ul>
105106
<li><a class="reference internal" href="#use-cases">Use Cases</a></li>
@@ -642,6 +643,24 @@ <h3>Firmware Flashing<a class="headerlink" href="#firmware-flashing" title="Link
642643
</li>
643644
</ol>
644645
</section>
646+
<section id="applying-overlays">
647+
<h3>Applying Overlays<a class="headerlink" href="#applying-overlays" title="Link to this heading"></a></h3>
648+
<p>Overlays are required to enable the proper device tree configurations for the HATs.</p>
649+
<p>Open a terminal and write this command:</p>
650+
<blockquote>
651+
<div><div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>analog@analog:~$
652+
</pre></div>
653+
</div>
654+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>tee<span class="w"> </span>-a<span class="w"> </span>/boot/firmware/config.txt<span class="w"> </span>&lt;&lt;<span class="s1">&#39;EOF&#39;</span>
655+
</pre></div>
656+
</div>
657+
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span> dtoverlay=rpi-t1lpse-apl
658+
dtoverlay=rpi-t1lpse-class12
659+
EOF
660+
</pre></div>
661+
</div>
662+
<div class="clear-left"></div></div></div></div></blockquote>
663+
</section>
645664
<section id="network-setup">
646665
<h3>Network Setup<a class="headerlink" href="#network-setup" title="Link to this heading"></a></h3>
647666
<p>The Raspberry Pi has two Ethernet interfaces connected to the two

0 commit comments

Comments
 (0)