Changes

How to set up UART2 in J990

132 bytes added, 17:50, 25 January 2012
no edit summary
</pre>
Export Gpio137 if you don't have it:
<pre>echo 137 &gt; /sys/class/gpio/export </pre>Set GPIO 137 to low value to reset bluethoot:<pre>echo 0 &gt; /sys/class/gpio/gpio137/value</pre>Check that:<pre> root@localhost:/sys/class/gpio# cat /sys/class/gpio/gpio137/value0root@localhost:/sys/class/gpio# </pre>
4,199
edits