Changes between Version 13 and Version 14 of PiBots


Ignore:
Timestamp:
Jul 31, 2016, 10:31:50 PM (9 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBots

    v13 v14  
    77   * Configure your Pi with a fixed MAC address so you don't have to reconfigure windows networking every time you set it up. From [https://gist.github.com/Gadgetoid/319ecf8e3c5d3660e298], add the following line below to the end of your /boot/cmdline.txt file in your Jessie install.  Use a unique pair of MAC address for each Pi.  Note there is exactly one space between each term, and the whole cmdline.txt file is one line. 
    88
    9    {{{
    10    g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca
    11    }}}
    12 
    13   Use a unique pair of MAC address for each Pi.  Note there is exactly one space between each term, and the whole cmdline.txt file is one line. 
    14 * Install bonjour.   This allows your windows machine to 'just know' the hostname raspberrypi.local.  See [https://support.apple.com/downloads/bonjour%2520for%2520windows Bonjour for Windows]
    15 * Connect your pi to the computer via a USB 2.0 port.   On the Pi use the usb port for data and power, not the one on the end (which is power, no data).
    16 * Wait a while while the PI boots and your USB drivers for the Pi are installed.  Once the light on the Pi should be solid green after a while and the driver is installed, continue.
     9      {{{
     10      g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca
     11      }}}
     12* Install Bonjour Services from Apple.   This allows your windows machine to 'just know' the hostname raspberrypi.local.  See [https://support.apple.com/downloads/bonjour%2520for%2520windows Bonjour for Windows]
     13* Connect your Pi to the computer via a USB 2.0 port.   On the Pi use the usb port for data and power, not the one on the end (which is power, no data).
     14* Wait a while while the Pi boots and your USB drivers for the Pi are installed.  Once the light on the Pi should be solid green after a while and the driver is installed, continue.
    1715* Set up connection sharing between Windows and the Pi. 
    1816    * Go to Control Panel > Network and Sharing Center > Adapter Settings.