Skip to content

PI-Factory v0.5.0: OS Only

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 13:08
· 43 commits to master since this release
v0.5.0
b8e4011

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

  1. Download Etcher
  2. Download one of the above files
  3. Insert SD Card and open up Etcher
  4. Etch one of the images onto the SD card
  5. Remount the SD card and create a file called wpa_supplicant.conf
  6. Inside the file put the following
network={
	ssid="Your Wifi SSID goes here"
	key_mgmt=WPA-PSK
	psk="YOUR Password goes here"
}
  1. 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

  1. curl "https://nolim1t.co/key/pgpkey.asc.txt" | gpg --import
  2. Clone this project in git
  3. git tag -v v0.5.0