Skip to content

Commit f7efd51

Browse files
1 parent dbed1fb commit f7efd51

File tree

3 files changed

+18
-4
lines changed
  • pull/1

3 files changed

+18
-4
lines changed

pull/1/_sources/solutions/reference-designs/ad-rpi-t1lpse-sl/basic-sample-application/index.rst.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,16 @@ In order to apply the overlays, open a terminal on each Raspberry Pi and follow
105105
:show-user:
106106

107107
$ sudo tee -a /boot/firmware/config.txt <<'EOF'
108-
dtoverlay=rpi-t1lpse-apl
108+
dtoverlay=rpi-t1lpse-class12
109109
EOF
110110

111+
.. warning::
112+
113+
Use ``rpi-t1lpse-class12`` when an LTC9111 chip is available (as on the :adi:`EVAL-CN0575-RPIZ`).
114+
The ``rpi-t1lpse-apl`` overlay should only be used when no LTC9111 chip is present.
115+
Using ``apl`` bypasses voltage compatibility checks and sources the selected voltage level
116+
(24V/54V) directly to the downstream device, which may damage incompatible equipment.
117+
111118
2. For each child Raspberry Pi:
112119

113120
.. shell::

pull/1/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/1/solutions/reference-designs/ad-rpi-t1lpse-sl/basic-sample-application/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,18 @@ <h3>Applying Overlays<a class="headerlink" href="#applying-overlays" title="Link
664664
<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>
665665
</pre></div>
666666
</div>
667-
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span> dtoverlay=rpi-t1lpse-apl
667+
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span> dtoverlay=rpi-t1lpse-class12
668668
EOF
669669
</pre></div>
670670
</div>
671-
<div class="clear-left"></div></div></div></li>
671+
<div class="clear-left"></div></div></div><div class="admonition warning">
672+
<p class="admonition-title">Warning</p>
673+
<p>Use <code class="docutils literal notranslate"><span class="pre">rpi-t1lpse-class12</span></code> when an LTC9111 chip is available (as on the <a class="icon adi reference external" href="https://www.analog.com/EVAL-CN0575-RPIZ" target="_blank">EVAL-CN0575-RPIZ</a>).
674+
The <code class="docutils literal notranslate"><span class="pre">rpi-t1lpse-apl</span></code> overlay should only be used when no LTC9111 chip is present.
675+
Using <code class="docutils literal notranslate"><span class="pre">apl</span></code> bypasses voltage compatibility checks and sources the selected voltage level
676+
(24V/54V) directly to the downstream device, which may damage incompatible equipment.</p>
677+
</div>
678+
</li>
672679
<li><p>For each child Raspberry Pi:</p>
673680
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>analog@analog:~$
674681
</pre></div>

0 commit comments

Comments
 (0)