Digital Content and Source Code
The primary companion site for this book is
. It contains videos, source code examples, and links to further reading. Each chapter has its own individual web page. In the unlikely event that this website is unavailable, you can find the code at www.exploringbeaglebone.com
.www.wiley.com/go/exploringbeaglebone2e
All the source code is available through GitHub, which allows you to download the code to your Beagle board with one command. You can also easily view the code online at
. Downloading the source code to your board is as straightforward as typing the following at the Linux shell prompt:tiny.cc/beagle002
debian@ebb:$ git clone https://github.com/derekmolloy/exploringbb.git
If you have never used Git before, don't worry—it is explained in detail in Chapter 3. Now, on with the adventures!