Changes between Version 46 and Version 47 of PiBotOsInstallation
- Timestamp:
- Oct 1, 2016, 11:23:34 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotOsInstallation
v46 v47 4 4 5 5 * [wiki:SetupPiZeroSSHOverUSB Setup SSH over USB for the Pi Zero] 6 * SSH to Pi with {{{ ssh pi@raspberrypi.local}}} (password is raspberry)7 * Setup DNS {{{ sudo nano /etc/resolv.conf}}} , adding the following lines:6 * SSH to Pi with {{{ssh pi@raspberrypi.local}}} (password is raspberry) 7 * Setup DNS {{{sudo nano /etc/resolv.conf}}} , adding the following lines: 8 8 {{{ 9 9 nameserver 8.8.8.8 … … 25 25 curl -s get.pi4j.com | sudo bash 26 26 }}} 27 * Install [https://www.nano-editor.org/ Nano] text editor {{{ 28 * Install [https://en.wikipedia.org/wiki/Avahi_(software) Avahi] (mDNS/zeroconf) {{{ 27 * Install [https://www.nano-editor.org/ Nano] text editor {{{sudo apt-get install nano}}} 28 * Install [https://en.wikipedia.org/wiki/Avahi_(software) Avahi] (mDNS/zeroconf) {{{sudo apt-get install avahi-daemon}}} 29 29 * Update Raspian Configuration {{{ sudo raspi-config }}} 30 30 * Activate the Pi Zero's built-in I2C Interface: