Changes between Version 26 and Version 27 of PiBotOsInstallation
- Timestamp:
- Sep 27, 2016, 11:48:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotOsInstallation
v26 v27 6 6 * SSH to Pi: {{{ ssh pi@raspberrypi.local }}} (password is raspberry) 7 7 * Configure Pi 8 * Setup DNS 9 {{{ 10 sudo nano /etc/resolv.conf 11 }}}, 12 13 and add to file the following lines: 8 * Setup DNS {{{ sudo nano /etc/resolv.conf }}} 9 and add the following lines: 14 10 15 11 {{{ … … 17 13 nameserver 8.8.4.4 18 14 }}} 15 19 16 * Configure PiZero {{{ sudo raspi-config }}} 20 17 * Activate the Pi Zero's built-in I2C Interface: