Skip to content

Commit 0e6cc19

Browse files
authored
Remove Angstrom information from README
Angstrom images are deprecated. Use official BeagleBoard.org Debian images: https://beagleboard.org/latest-images/
1 parent 91b05e1 commit 0e6cc19

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,8 @@
66

77
This is a set of Python tools to allow GPIO, PWM, and ADC access on the BeagleBone using the Linux 3.8 Kernel and above (latest releases).
88

9-
It has been tested on the 5-20 and 6-6 Angstrom image on the BeagleBone Black.
10-
119
**Note: BBIO has been renamed to Adafruit_BBIO.**
1210

13-
**Installation on Angstrom**
14-
15-
Easiest::
16-
17-
/usr/bin/ntpdate -b -s -u pool.ntp.org
18-
opkg update && opkg install python-pip python-setuptools
19-
pip install Adafruit_BBIO
20-
21-
Manual::
22-
23-
git clone git://github.com/adafruit/adafruit-beaglebone-io-python.git
24-
#set the date and time
25-
/usr/bin/ntpdate -b -s -u pool.ntp.org
26-
#install dependency
27-
opkg update && opkg install python-distutils
28-
cd adafruit-beaglebone-io-python
29-
python setup.py install
30-
3111
**Installation on Ubuntu/Debian**
3212

3313
Easiest::

0 commit comments

Comments
 (0)