File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,19 @@ redirect_from:
1010
1111### Installing
1212
13- We recommend using the latest Debian 9 Stretch based SD card images - from
14- <a href =" https://beagleboard.org/latest-images " target =" bbb " >beagleboard.org</a >.
13+ If you want the latest Node-RED 1.x then you need to use the Alpha Testing - Debian (10) Buster image from
14+ <a href =" https://beagleboard.org/latest-images " target =" bbb " >beagleboard.org</a > - and then do a full upgrade to latest.
1515
16- The 4GB images for BeagleBone boards already have Node-RED pre-installed and set to auto-start,
16+ sudo apt update && sudo apt full-upgrade
17+
18+ All the 4GB images for BeagleBone boards already have Node-RED pre-installed and set to auto-start,
1719so you can just boot and point your browser at your BeagleBone, port 1880.
1820
1921The 2GB console version suitable for flashing to older eMMC versions of the BBB is not recommended but can be
2022installed as per the manual installation instructions below.
2123
24+ ### Running
25+
2226To view the Node-RED log
2327
2428 sudo journalctl -f -u node-red -o cat
You can’t perform that action at this time.
0 commit comments