Raspberry Pi and little friends hacking tomorrow at 85c Cafe in Berkeley.
Noon til 3.
Tips:
Enable ssh (headless): create empty file ssh in the boot volume
Preconfigure WIFI: mount rootfs partition and edit /etc/wpa_supplicant/wpa_supplicant.conf so that it looks like this
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="85c Bakery Cafe"
psk="ilove85C"
}
Thomas