SoundPi - Initial Setup
These are my notes from setting up a headless Raspberry Pi to act as a Squeezebox Client and a Bluetooth audio endpoint. Image I got the image to install from http://downloads.raspberrypi.org/raspbian_latest . SD Card Setup (on OS X) Instead of downloading a special tool, I just used what was built in to OS X. It worked fine. diskutil list diskutil unmountDisk /dev/disk3 sudo dd bs=1m if=2014-01-07-wheezy-raspbian.img of=/dev/rdisk3 diskutil unmountDisk /dev/disk3 Base Raspberry Pi Setup Airport Extreme (my main wifi access point) doesn't have a good way of finding the DHCP clients. Instead I just starting sshing to addresses at the start of the reservation range until I found my pi at 192.168.0.7. (A better way, arguably, would be to do an nmap scan, or use a wifi router that lets you see the client addresses). Once logged in I ran: sudo raspi-config To configure basics like hostname, change the pi password and update the tool, etc... ifconfi...