Skip to content

Commit 5cb7ca4

Browse files
author
Dave Conway-Jones
committed
Update beaglebone to point to Buster images for 1.x support
1 parent 9bf7d76 commit 5cb7ca4

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/getting-started/beaglebone.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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,
1719
so you can just boot and point your browser at your BeagleBone, port 1880.
1820

1921
The 2GB console version suitable for flashing to older eMMC versions of the BBB is not recommended but can be
2022
installed as per the manual installation instructions below.
2123

24+
### Running
25+
2226
To view the Node-RED log
2327

2428
sudo journalctl -f -u node-red -o cat

0 commit comments

Comments
 (0)