Changes between Version 5 and Version 6 of SetupPiZeroSSHOverUSB
- Timestamp:
- Sep 28, 2016, 10:46:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupPiZeroSSHOverUSB
v5 v6 2 2 * [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Installation instructions] 3 3 * [http://blog.gbaman.info/?p=791 Setup for USB connectivity] 4 * Configure your Pi with a fixed MAC address so you don't have to reconfigure windows network sharing every time you connect it. (Source: [http://blog.gbaman.info/?p=791 Comments from AndrewS 8 June 2015 ) From [https://gist.github.com/Gadgetoid/319ecf8e3c5d3660e298], add the following stanza 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.4 * Configure your Pi with a fixed MAC address so you don't have to reconfigure windows network sharing every time you connect it. (Source: [http://blog.gbaman.info/?p=791 Comments from AndrewS 8 June 2015]) From [https://gist.github.com/Gadgetoid/319ecf8e3c5d3660e298], add the following stanza 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. 5 5 {{{ 6 6 g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca