commit cf9326a003c1780a1fa31876ac917613ce377f93
parent 8833779a0b136d057dccbc619596eb3b201be00d
Author: parazyd <parazyd@dyne.org>
Date: Sat, 14 Oct 2017 16:28:12 +0200
add olinuxino-micro rev.j quirk
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/doc/quirks.md b/doc/quirks.md
@@ -1,6 +1,18 @@
Notes and quirks for specific devices
=====================================
+## Olimex A20-OLinuXino-MICRO Rev. J
+* This one has an issue with ethernet. To make it work properly, you can issue
+ the following as root:
+
+```
+ifconfig eth0 down
+echo 17 > /sys/class/gpio/export
+echo out > /sys/class/gpio/gpio17/direction
+echo 0 > /sys/class/gpio/gpio17/value
+ifconfig eth0 up
+```
+
## Lamobo R1 (BananaPi Router)
* https://github.com/igorpecovnik/lib/issues/511#issuecomment-262571252
* https://github.com/hknaack/lib/commit/485f48957df5de317a04943ffaeeb259b78604e7