Changes between Version 55 and Version 56 of PiBotOsInstallation
- Timestamp:
- Oct 14, 2016, 8:34:11 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotOsInstallation
v55 v56 9 9 1. Download and install [http://www.pibakery.org/ PiBakery] which includes Jessie Light 10 10 11 * [wiki:SetupPiZeroSSHOverUSB Setup IP over USB for the Pi Zero] 11 12 13 * Install [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY] and use it to connect to the Pi: 14 Hostname: raspberrypi.local 15 Username: pi 16 Password: raspberry 12 17 13 * [wiki:SetupPiZeroSSHOverUSB Setup SSH over USB for the Pi Zero]14 * SSH to Pi with {{{ssh pi@raspberrypi.local}}} (password is raspberry)15 * Setup DNS {{{sudo nano /etc/resolv.conf}}} , adding the following lines:16 {{{17 nameserver 8.8.8.818 nameserver 8.8.4.419 }}}20 18 * Update to latest software (this will take a while): 21 19 {{{