20160317 Just got my pi3. ----------------------------------- Install ----------------------------------- Installed 2016-02-26-raspbian-jessie REF: https://www.raspberrypi.org/documentation/raspbian/updating.md unzip 2016-02-26-raspbian-jessie.zip dd bs=4M if=2016-02-26-raspbian-jessie.img of=/dev/sde ----------------------------------- Serial doesn't work. ----------------------------------- REF: https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=138162 REF: https://github.com/RPi-Distro/repo/issues/22 sudo su echo 'force_turbo=1' >> /boot/config.txt echo 'core_freq=250' >> /boot/config.txt reboot ----------------------------------- Wifi setup: ----------------------------------- iw wlan0 link Not connected. iw wlan0 scan BSS 58:6d:8f:8d:c7:84(on wlan0) ... sniped ... SSID: all_your_base ... sniped ... RSN: * Version: 1 * Group cipher: CCMP * Pairwise ciphers: CCMP * Authentication suites: PSK * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c) ... sniped ... # This will propt for the password, and save it wpa_passphrase all_your_base >> /etc/wpa_supplicant/wpa_supplicant.conf # Look at it cat /etc/wpa_supplicant/wpa_supplicant.conf # run it wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf iw wlan0 link Connected to 58:6d:8f:8d:c7:84 (on wlan0) SSID: all_your_base freq: 2437 signal: -59 dBm tx bitrate: 57.5 MBit/s bss flags: dtim period: 1 beacon int: 100 iw wlan0 info Interface wlan0 ifindex 3 wdev 0x1 addr b8:27:eb:7d:fc:a2 ssid all_your_base type managed wiphy 0 ip link show wlan0 3: wlan0: mtu 1500 qdisc pfifo_fast state UP mode DORMANT group default qlen 1000 link/ether b8:27:eb:7d:fc:a2 brd ff:ff:ff:ff:ff:ff ----------------------------------- Filesystem full ----------------------------------- I have a 64Gb SD card, but I'm out of space? Evalutate where space is used, looks normal sudo ncdu -x / Default image write gives me: 3.6Gb root filesystem Expand Filesystem sudo aspi-config Expand Filesystem Reboot df -h /dev/root 59G 3.6G 53G 7% / ----------------------------------- -----------------------------------