I'm having issues with the GPIO pins of the beaglebone. I'm trying to get a certain pin to turn on and when I measure the voltage of the GPIO pin it doesn't show 3.3V.
Here's the commands I'm writing to get it working.
root@beaglebone:/sys/class/gpio# echo 89 >> export root@beaglebone:/sys/class/gpio# cd gpio89 root@beaglebone:/sys/class/gpio/gpio89# echo out >> direction root@beaglebone:/sys/class/gpio/gpio89# echo 1 >> value root@beaglebone:/sys/class/gpio/gpio89# cat value 1
Any help will be appreciated.