PI-Factory v0.5.0: OS Only
Features
- pi-factory is now a persistent OS Only! For Nodes, please refer to earlier versions or go to the noma project
- Latest version updated to Alpine 3.10.2
- We now have 64 bit (aarch64) and 32 bit images (armhf). The Raspberry PI 3/3b works well on 64 bit
- Deterministic builds. Images now built and released automatically through github actions.
Files
Filename | Description |
---|---|
lncm-box-v0.5.0-armhf.img.zip | This is the 32-bit version. Suitable for PI-ZERO and Raspberry PI |
lncm-box-v0.5.0.img.zip | This is the 64-bit version. Recommended for Raspberry PI 3/3b and above |
Installation Instructions
- Download Etcher
- Download one of the above files
- Insert SD Card and open up Etcher
- Etch one of the images onto the SD card
- Remount the SD card and create a file called
wpa_supplicant.conf
- Inside the file put the following
network={
ssid="Your Wifi SSID goes here"
key_mgmt=WPA-PSK
psk="YOUR Password goes here"
}
- Unmount the drive and put it into a PI or PI zero. And in about 10-20 minutes (PI-Zero will take longer), you will be able to login through avahi/mdns
box.local
, or if you don't have avahi/mdns on your desktop you will need to grab the IP address from plugging in your PI to a TV or from your router.
Verifying this release
curl "https://nolim1t.co/key/pgpkey.asc.txt" | gpg --import
- Clone this project in git
git tag -v v0.5.0