Hello,
I'm trying to use the GPIO on the beaglebone black (REV A5A)
I can't export any gpio pins using the command echo 44> /sys/class/gpio/export
I'm fairly certain that my problem is due to not setting up the pinmux correctly.
So, I want to use GPIO1_12, GPIO44, beaglebone black p8-12 as a GPIO output. I've figure out that I need to write value 0x27 to gpmc_ad12 pinmux register, but I don't know where that register is and how to write to it.
Any suggestions?