I am working on a custom Yocto image for the beaglebone black and I want to use the config-pin executable. The executable relys on the bone-pinmux-helper driver.
I have a more recent release of the kernel which does not have the bone-pinmux-helper driver.
When looking through the git logs I found that the driver was taken out in 6.1.69-ti-r20 but can be found in 6.1.46-ti-r19 at drivers/misc/cape/beaglebone/bone-pinmux-helper.c and I couldn’t find a reason why it was removed.
Is it worth porting the driver and config-pin executable for my project or was there a specific reason for its removal that I should be aware of?
Hello @RobertCNelson, I hope it’s okay to bring up this topic after half a year. I also hit this issue. What’s the current status of bone-pinmux-helper replacement? Could you share any updates on how the work is going?