Installation
- Option 1: Burn Raspberry Pi Image (Recommended)
- Option 2: SSH and Install
- Option 3: Manual Install
First Step
Download the latest image here.
Second Step
Download Raspberry Pi Imager to flash the image to an SD card.
First Step
Second Step
Installation Script
sudo apt update
sudo apt upgrade
curl -fsSL https://raw.githubusercontent.com/DeepwaterExploration/dweOS/main/scripts/install.sh | sudo -E bash -
Raspberry Pi or other ARM/x86 systems) by following the individual instructions in the install script below.sudo apt update
sudo apt upgrade
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install nodejs
curl -L https://npmjs.org/install.sh | sudo sh
sudo apt install libudev-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
sudo npm install -g @dwe.ai/dwe-os-1
dwe-os-1
Enter. Append --help at the end, to see more options.sudo npm install -g pm2
pm2 start dwe-os-1
pm2 save
sudo pm2 startup systemd -u pi --hp /home/pi
sudo pm2 startup systemd -u <your username> --hp /home/<your username>
Was this page helpful?
