Howdy, I am wanting to learn GPIO's on FreeBSD and I need advice on hardware.
I have 3 platforms that have advertised GPIO's for I/O use. MinnowboardMax Turbot, Advantech PCM9362 and Nexcom VTC1000. None seem to have a working GPIO found.
I have searched the forum here and looked at the docs here.
https://wiki.freebsd.org/FreeBSD/GPIO
But I need the basic primer.
Do all GPIO's just work or are only some supported? I looked through my dmesg.boot log for any GPIO devices and see none and no directories in the dev/gpio area. So
I tried
I also used this page to compile in gpio:
https://www.freebsd.org/cgi/man.cgi?query=gpio&sektion=4
Looking at this line on the wiki I think I may have picked three non-supported models?
on attaching HW driver should add gpioc and gpiobus as its children.
Thanks for any advice.
I have 3 platforms that have advertised GPIO's for I/O use. MinnowboardMax Turbot, Advantech PCM9362 and Nexcom VTC1000. None seem to have a working GPIO found.
I have searched the forum here and looked at the docs here.
https://wiki.freebsd.org/FreeBSD/GPIO
But I need the basic primer.
Do all GPIO's just work or are only some supported? I looked through my dmesg.boot log for any GPIO devices and see none and no directories in the dev/gpio area. So
gpioctl -lv
does nothing.I tried
kldload gpiobus
and kldload gpioc
with no results.I also used this page to compile in gpio:
https://www.freebsd.org/cgi/man.cgi?query=gpio&sektion=4
Looking at this line on the wiki I think I may have picked three non-supported models?
on attaching HW driver should add gpioc and gpiobus as its children.
Thanks for any advice.
Last edited: