So, I recently got an APU3 board (like this one: Board Link). I decide to load PFSense on this, which runs on FreeBSD. There are GPIO ports on the board, which can be seen through the documentation as well. I found this command called gpioctl, which does not work in triggering the GPIO pins as it needs this directory called dev/gpio which is not present in the dev directory. GPIO pins are not present in the sys directory as well(in fact, I have no sys directory). Is there any way I can control my GPIO pins?
Thank you