[BBB] About config-pin

Hi.
I am using BBB.
I upgraded my bbb according to the information in the link below.
reference : [u]https://forum.digikey.com/t/debian-getting-started-with-the-beaglebone-black/12967[/u]

  • kernel version : 5.15.111-bone36
  • debian verion : 11.5

When I typed ‘config-pin P9.24 uart’, it was displayed ‘-bash: config-pin: command not found’ on terminal
When I used kernel version 4.19, It worked well.

Can you let me know how to configure gpio pins?
Regards,

Here you go:

wget https://raw.githubusercontent.com/beagleboard/bb.org-overlays/master/tools/pmunts_muntsos/config-pin.c
gcc -o config-pin config-pin.c
sudo cp -v config-pin /usr/bin/

Regards,

Hi.
It works well
Thank you.