Changes between Version 12 and Version 13 of PiBots
- Timestamp:
- Jul 31, 2016, 10:31:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBots
v12 v13 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 networking every time you set it up. From [https://gist.github.com/Gadgetoid/319ecf8e3c5d3660e298], add the following to the end of your /boot/cmdline.txt file in your Jessie install:7 * 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 8 9 {{{10 g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca11 }}}9 {{{ 10 g_ether.dev_addr=5a:77:1e:af:8e:9e g_ether.host_addr=72:8d:1f:c4:e8:ca 11 }}} 12 12 13 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.