Making /
PiSetup a new PiFormat your SD card, eg using SD Formatter Download the image of the distribution you want to use
Alternatively, use the free Etcher app. I've found that in some cases it might be still necessary to format the SD card first using formatter, even if just replacing an older Pi software. Enable SSH by putting a blank file called Plug in the Pi to your router using an Ethernet cable. If using a board without Ethernet, two possible ways
Should be able to ssh into it by entering Change the default password asap using If unable to connect using the device name, find out the IP allocated to it by looking at the router's DHCP devices list Start configuring by typing GPIO tinkeringThe Setup HifiBerryOSDownload the version of https://github.com/hifiberry/hifiberry-os/releases compatible with the Pi model you're aiming for. Follow the steps above to flash the image to the SD card. Since HifiBerryOS is a minimal Linux distribution, it does not include
If a WiFi connection is needed, I found that the wpa_supplicant.conf method isn't working properly on HifiBerryOS depending on which release you're using. The config file placed on the card seems to be ignored. Instead, attach a screen and keyboard, wait for the device to boot up and then login (as root with default pw hifiberry - change it at the earliest possible time!).
Edit ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=ca network={ ssid="YOURSSID" psk="YOURPASSWORD" scan_ssid=1 } Then run Check on your router if this did the trick and if the device joined the network. If so, navigate to http://hifiberry.local to complete setup. Security concernsIt's a good idea to place as many devices as possible behind a firewall and keep them off the internet. However, the Spotify connection will not work without access to the internet... It will still work via Airplay, however. Deprecated: setup a Pi as an audio bridgeThis was before HifiBerryOS, which makes things simpler. Might still be useful for older devices. Setup a Pi as Airplay target
Setup a Pi as a Roon Bridge
Ideas |