File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
_sources/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application
solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff 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+
152170Network Setup
153171~~~~~~~~~~~~~
154172
Original file line number Diff line number Diff line change 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 > <<< span class ="s1 "> 'EOF'</ 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
You can’t perform that action at this time.
0 commit comments