Hi, I’m experimenting with GPIO on X86J4105. Using sysfs is deprecated, replaced with libgpiod. Examples I see online work OK, but not for me! Hence this post. So trying:
$ sudo gpiodetect
gpiochip0 [INT3453:00] (80 lines)
gpiochip1 [INT3453:01] (80 lines)
gpiochip2 [INT3453:02] (20 lines)
gpiochip3 [INT3453:03] (35 lines)
Works OK, But:
$ sudo gpioget 0 0
gpioget: cannot find line ‘0’
gpioget: cannot find line ‘0’
obviously does not, but as I said, it works for other people!
Any advice, suggestions much appreciated, all the best.