BeagleBone running Angstrom Linux
From mochad
ssh into the beaglebone as root.
Install the libusb-1.0 development package. Note this is not the same as libusb-0.1. Both can be installed at the same time.
# opkg update # opkg install libusb-1.0-dev
Get the mochad source code from SourceForge.
# git clone git://mochad.git.sourceforge.net/gitroot/mochad/mochad # cd mochad
Build and install mochad
# ./configure # make # make install
For US users, plug in a CM15A or CM19A. For EU users, plug in a CM15Pro or CM19Pro.
