I am trying to configure GPIO0_35 from the DTS since it leads to the Raspberry Pi header on the AM64 SK. I am using processor SDK 8.1.0.39. I have done my best to follow this FAQ, however I am still not successful.
I added the following into &main_pmx0:
main_rpi_gpio0_35_default: main_rpi_gpio0_35_default { pinctrl-single,pins = < AM64X_IOPAD(0x0090, PIN_OUTPUT, 7) /* (P17) GPIO0_35 */ >; };
I then built the dtb and replaced the k3-am643-sk.dtb file in the rootfs/boot/ directory. Please also note these commands from the console in this image, they show no change in output value:
What is it that I'm missing?