Skip to content

Commit ce41303

Browse files
author
Dave Conway-Jones
committed
tidy Beaglebone doc a bit more
1 parent e8d8aac commit ce41303

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This guide will help you get Node-RED installed and running in just a few minute
2424
<h4>On a device</h4>
2525
<ul style="margin: 0; padding: 0">
2626
<li><a href="/docs/hardware/raspberrypi">Raspberry Pi</a></li>
27-
<li><a href="/docs/hardware/beagleboneblack">BeagleBone Black</a></li>
27+
<li><a href="/docs/hardware/beagleboneblack">BeagleBone Boards</a></li>
2828
<li><a href="/docs/hardware/arduino">Interacting with Arduino</a></li>
2929
<li><a href="/docs/platforms/android">Android</a></li>
3030
</ul>

docs/hardware/beagleboneblack.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ We recommend using the latest Debian 9 Stretch based SD card images - from
99
The 4GB images for BeagleBone boards already have Node-RED pre-installed and set to auto-start, so you can just boot
1010
and point your browser at your BeagleBone, port 1880.
1111

12+
The 2GB console version suitable for flashing to older eMMC versions of the BBB is not recommended but can be
13+
installed as per the manual installation instructions below.
14+
1215
To view the Node-RED log
1316

1417
sudo journalctl -f -u node-red -o cat
@@ -21,7 +24,7 @@ To start Node-RED
2124

2225
sudo service node-red start
2326

24-
To set Node-RED to auto-run on every boot
27+
To set Node-RED to auto-start on every boot
2528

2629
sudo systemctl enable node-red.service
2730

@@ -30,8 +33,6 @@ and likewise to stop it auto-running on boot
3033
sudo systemctl disable node-red.service
3134

3235

33-
The 2GB console version suitable for flashing to older eMMC versions of the BBB will need to be manually installed as per below.
34-
3536
---
3637

3738
#### Upgrading
@@ -76,7 +77,7 @@ utility functions first
7677
sudo apt-get update
7778
sudo apt-get install -y curl locales ntpdate avahi-utils python build-essential
7879

79-
Make sure the local time is set correctly. The BeagleboneBlack does not have a
80+
Make sure the local time is set correctly. The Beaglebone Black does not have a
8081
battery backed real time clock so needs to be set on every boot in order for
8182
software certificates date checks to be valid.
8283

0 commit comments

Comments
 (0)