1.0 KiB
1.0 KiB
layout | title |
---|---|
page | OS & Hardware Specific Information |
Raspberry Pi
All Raspberry Pi models work great with ENiGMA½! Keep in mind compiling the dependencies with
npm install
will take some time and may appear to hang. It's still working - just be patient and let it
complete.
Basic Instructions
-
Download Raspbian Stretch Lite. Follow the instructions on the Raspbian site regarding how to get it written to an SD card.
-
Run
sudo raspi-config
, then:- Set your timezone (option 4, option I2)
- Enable SSH (option 5, option P2)
- Expand the filesystem to use the entire SD card (option 7, option A1)
-
Update & upgrade all packages:
apt-get update && apt-get upgrade
-
Install required packages:
sudo apt install lrzsz p7zip-full
-
Follow the installation instructions to install ENiGMA½.
-
Profit!
Windows
Needs more info, please submit a PR!