Tool/software: Linux
I'd like to use gpio0_2 and gpio0_3 within beagle bone black.
There was a thread (e2e.ti.com/.../623030) suggesting to have a look at u-boot. So I removed anything regarding SPI0 from u-boot, but after rebooting the function (/sys/kernel/debug/pinctrl/44e10800.pinmux/pins) is still 20 instead of 2f:
pin 84 (PIN84) 44e10950 00000020 pinctrl-single
pin 85 (PIN85) 44e10954 00000020 pinctrl-single
all other pins i use
gpio2_22
gpio2_23
gpio2_24
gpio2_25
gpio2_1
gpio2_12
gpio1_16
gpio1_17
gpio1_18
gpio1_19
gpio0_14
gpio0_10
are working as expected (2f).
How can I bring gpio0_3 alive?
Regards
Armin