Changes between Version 19 and Version 20 of PiBots
- Timestamp:
- Jul 31, 2016, 10:40:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBots
v19 v20 2 2 3 3 * [https://www.raspberrypi.org/products/pi-zero/ Raspberry Pi Zero] 4 * Install Jessie Lite [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS]4 * Install Jessie Lite to your sd card [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS] 5 5 * [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Installation instructions] 6 6 * [http://blog.gbaman.info/?p=791 Setup for USB connectivity] 7 * Configure your Pi with a fixed MAC address so you don't have to reconfigure windows network ing every time you set it up. 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.7 * 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], 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. 8 8 {{{ 9 9 g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca