1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

BeagleBone running Angstrom Linux

From mochad

Jump to: navigation, search

http://beagleboard.org/bone

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.

Personal tools