You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Adafruit_BBIO/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@ These instructions are based on a 4.4.x Linux kernel.
10
10
11
11
In order to use all eQEP pins the BeagleBone must:
12
12
13
-
- boot with cape-universal enabled, and
14
-
- load the cape-universala overlay
13
+
1. boot with cape-universal enabled, and
14
+
2. load the cape-universala overlay
15
15
16
-
Note: an alternative option to the `cape-universala` overlay would be to load one of the [dedicated eQEP overlays](https://github.com/Teknoman117/beaglebot/tree/master/encoders/dts).
16
+
Notes:
17
+
- It would seem that `cape_universal` is [enabled by default already](https://groups.google.com/d/msg/beagleboard/2D5Pz3r7ZZ8/bLKcvHbGDgAJ) from kernel 4.1.x onwards. As such, the first step is not necessary.
18
+
- An alternative option to the `cape-universala` overlay would be to load one of the [dedicated eQEP overlays](https://github.com/Teknoman117/beaglebot/tree/master/encoders/dts).
17
19
18
20
### Install/upgrade the latest Device Tree overlays
0 commit comments