Setup latest version of Node-Red on Beaglebone Black

Опубликовано: 18 Июнь 2026
на канале: John Marsh
1,021
22

This video takes you through the steps for installing the latest version of Node-Red onto a Beaglebone Black.
It shows where to get the image from the Beaglebone Forum.
How to flash the image and then copy the image to the internal memory of the Beaglebone.
One thing I forgot to add was to setup npm so that the Palette Manager will work.
Use the following:
sudo apt install nodejs npm -y

Check the version of NodeJS with:
node -v

Check that npm installed with:
npm -v