On Tue, Mar 27, 2018 at 1:38 AM, nagarjuna reddy <[email protected]> wrote: > Hi, > > I have enabled GPIO output(P8-3) pin. i would given output value is HIGH > (/sys/class/gpio/gpio38). than i am checking using multi-meter the value is > showing 3.3v. after that i am changing output value is LOW , than i again > checked but it not showing 0. its showing 3.3v. can you solve this problem > anybody. Thank you.
I would like to know more about the software installed on your BeagleBone. Please paste the output of these commands: sudo /opt/scripts/tools/version.sh cat /boot/uEnv.txt | grep -v ^# And these command will show the state of pin P8.03: config-pin -q P8.03 perl /opt/scripts/device/bone/show-pins.pl |grep P8.03 Thanks, Drew -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAEf4M_AL3VhLrvciN73Nzo8%2Bv3foQdQR-s47uhWpCAPxdfwh1Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
