Changes between Version 10 and Version 11 of SetupPiZeroSSHOverUSB


Ignore:
Timestamp:
Oct 14, 2016, 7:44:37 PM (9 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupPiZeroSSHOverUSB

    v10 v11  
    66            * Add to end: {{{dtoverlay=dwc2}}}  (is this the default?)
    77        * Edit cmdline.txt:
    8             *  Insert {{{modules-load=dwc2,g_ether}}} after rootwait.
    9             * [http://blog.gbaman.info/?p=791 Per a comment from AndrewS 8 June 2015], configure your Pi with a fixed MAC address so you don't have to reconfigure windows network sharing every time you connect it. From [https://gist.github.com/Gadgetoid/319ecf8e3c5d3660e298 this article], add the following: {{{g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca}}} 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            *  Insert {{{modules-load=dwc2,g_ether g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca}}} after rootwait. This will load the IP over USB driver and configure a fixed MAC address (otherwise, the Pi will generate a new random MAC address each boot and Windows will think it is a different Pi).  See [http://blog.gbaman.info/?p=791 here] and [https://gist.github.com/Gadgetoid/319ecf8e3c5d3660e298 here] for more info.  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. 
    109     
    1110* Install Bonjour on your computer from [https://support.apple.com/downloads/bonjour%2520for%2520windows here]