@@ -9,6 +9,9 @@ We recommend using the latest Debian 9 Stretch based SD card images - from
99The 4GB images for BeagleBone boards already have Node-RED pre-installed and set to auto-start, so you can just boot
1010and 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+
1215To 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
8081battery backed real time clock so needs to be set on every boot in order for
8182software certificates date checks to be valid.
8283
0 commit comments