Install image to SD card
Use a GUI program or sudo dd bs=1M if=Downloads/2017-04-10-raspbian-jessie-lite.img of=/dev/disk2
in Linux/MAC OS.
Headless Boot
cd /path/to/pi/boot
first and then:
Change username/password
ssh pi@pi0
first, then ssh root@pi0
again.
Install Bluealsa
sudo apt install bluealsa
or compile it yourself:
Setup Bluetooth
Remove the old one and then reconnect, the last failed connect may cause some problems
Setup default Audio device
Disable on board wifi or bluetooth
Maybe set the proxy
Install good software
Turn PI zero to a USB Gadget
pi can also work as serial device, which do not need any driver.
see more details in adafruit’s website.