Created
June 12, 2016 11:33
-
-
Save TobleMiner/0d86db2bd1dfb1146cc6c7bef983d418 to your computer and use it in GitHub Desktop.
Enables the rx lna on CPE210/220/510/520
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 18 > /sys/class/gpio/export | |
| echo 19 > /sys/class/gpio/export | |
| echo out > /sys/class/gpio/gpio18/direction | |
| echo out > /sys/class/gpio/gpio19/direction | |
| echo 1 > /sys/class/gpio/gpio18/value | |
| echo 1 > /sys/class/gpio/gpio19/value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment