Skip to content

BeagleBone Ångström Prerequisites

Brian Cooke edited this page Feb 14, 2015 · 2 revisions

There are no prerequisites for using onoff on the BeagleBone or BeagleBone Black, when Debian is being used.

Before installing onoff on stock Ångström on the BeagleBone or BeagleBone Black, three Python modules need to be installed; python-compiler, python-misc, and python-multiprocessing. They can be installed with the following commands:

$ opkg update
$ opkg install python-compiler
$ opkg install python-misc
$ opkg install python-multiprocessing