Changes between Version 14 and Version 15 of PiBots


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBots

    v14 v15  
    66   * [http://blog.gbaman.info/?p=791 Setup for USB connectivity]
    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. 
    8 
    9       {{{
    10       g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca
    11       }}}
     8     {{{
     9       g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca
     10     }}}
    1211* 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]
    1312* 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).