Skip to content

Commit

Permalink
Update index.shtml
Browse files Browse the repository at this point in the history
Updates per comments by @pabender.
  • Loading branch information
jerryg2003 committed Feb 28, 2020
1 parent fda16da commit 66655ba
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions help/en/html/hardware/pi/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"Pi2 model B (&copy; www.raspberrypi.org)"> <a name=
"hardware" id="hardware"></a>

<p class="noted">The Raspberry Pi can also be used to run a full version of JMRI under the
Raspian operating system. See <a href="../../../../../install/Raspbian.shtml">here for information </a>
on how to install JMRI on a Raspberry Pi.</p>
<p class="noted">See <a href="../../../../../install/Raspbian.shtml">here for information </a>
on how to install JMRI on a Raspberry Pi under the Raspian operating system. This must be done before
using Raspberry Pi GPIO pins with JMRI objects.</p>

<h2>Supported Hardware</h2>

<p>Theoretically, any Raspberry Pi supported by <a href=
"http://pi4j.com/">Pi4J</a> is supported by JMRI.<br>
"http://pi4j.com/" target="_blank">Pi4J</a> is supported by JMRI.<br>
JMRI support has been tested with the Models B, B+, 2B, and 3.
There's also a <a href=
"http://jmri.org/install/Raspbian.shtml">JMRI install help
page for the Pi</a>.</p><a name="connecting" id=
"connecting"></a>

"../../../../../install/Raspbian.shtml">JMRI install help
page for the Pi</a>.</p>

<a name="connecting" id="connecting"></a>
<h2>Connecting</h2>

<p>Underlying support for the Raspberry Pi's GPIO connections
Expand All @@ -84,7 +84,8 @@
<p><b>This environment varialbe must be set prior to executing
JMRI</b></p>.
<p>For more information, please see the relavent portions of
<a href="http://www.savagehomeautomation.com/projects/pi4j-now-supports-non-privileged-access-no-more-rootsudo.html">the pi4j web page</a>.</p>
<a href="http://www.savagehomeautomation.com/projects/pi4j-now-supports-non-privileged-access-no-more-rootsudo.html" target="_blank">
the pi4j web page</a>.</p>

<h3>Pi4j 1.1 and Raspbian Stretch</h3>

Expand Down Expand Up @@ -156,7 +157,9 @@
Manufacturer selection box.</li>

<li>Select "Raspberry Pi GPIO" from the System Connection
selection box. <!--
selection box.

<!--
<li> The "Connection Prefix" is used to help JMRI communicate
separately with multiple "connections" to layout hardware. Each
"connection" must have a unique identifier, which is specified as
Expand All @@ -177,19 +180,21 @@
program to quit, click "Yes".</li>

<li>Restart the program. You should be up and running.</li>
</ol><a name="documentation" id="documentation"></a>

</ol>

<a name="documentation" id="documentation"></a>
<h2>Documentation</h2>

<h3>JMRI Help</h3>

<p><a href="http://jmri.org/install/Raspbian.shtml">JMRI
<p><a href="../../../../../install/Raspbian.shtml">JMRI
installation on Pi/Raspbian</a>.</p>

<h3>Third Party info</h3>

<p>The <a href="http://pi4j.com/">Pi4J website</a> provides
<p>The <a href="http://pi4j.com/" target="_blank">Pi4J website</a> provides
model specific Java I/O information.</p>

<!--#include virtual="/Footer.shtml" -->
</div><!-- closes #mainContent-->
</div><!-- closes #mBody-->
Expand Down

0 comments on commit 66655ba

Please sign in to comment.