Changes between Version 1 and Version 2 of PiBots


Ignore:
Timestamp:
Jul 30, 2016, 9:24:54 PM (9 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBots

    v1 v2  
    22
    33* [https://www.raspberrypi.org/products/pi-zero/ Raspberry Pi Zero]
    4 * [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS]
     4* [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS]  Use Jessie Lite
    55   * [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Installation instructions]
    66   * [http://blog.gbaman.info/?p=791 Setup for USB connectivity]
    77* [https://support.apple.com/downloads/bonjour%2520for%2520windows Bonjour for Windows]
    88* Control Panel > Network and sharing center > Adaptor settings > Properties > Sharing (sharing tab-> check internet connection sharing)
    9 * ssh pi@raspberrypi.local   (password is raspberry)
     9* Connect to Pi: {{{ ssh pi@raspberrypi.local }}}   (password is raspberry)
     10* Configure Pi
     11   * Setup DNS: sudo vi /etc/resolv.conf  add "nameserver 8.8.8.8
     12   * Update to latest software:
     13       * sudo apt-get update
     14       * sudo apt-get upgrade
     15* Install Java JDK: {{{ sudo apt-get install oracle-java8-jdk }}}
     16* Install [http://pi4j.com/ Pi4J]