-
|
I am trying to use avrdude in a similar way as @MCUdude described it in PR #1299 . I am using a Raspberry Pi 4B (40 pin header) This is the error I am gettingIt's the same for -P GPIO Snippet of my avrdude.confAnd the content of /sys/class/gpio/I did not export or use GPIO25 before, so I don't thinks that's the issue. Does anyone have a clue what is going wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Not so sure what is the issue. But I just tested linuxgpio and linuxspi under my Raspberry Pi 400 and both are okay. |
Beta Was this translation helpful? Give feedback.
-
|
Hmm, you seem to still use the older sysfs API, please install libgpiod-dev and the rebuild avrdue to use libgpiod instead. |
Beta Was this translation helpful? Give feedback.
-
|
My config. I am testing PR #1714 and it works. It is very much like git main. |
Beta Was this translation helpful? Give feedback.
@JanLuudi
Hmm, you seem to still use the older sysfs API, please install libgpiod-dev and the rebuild avrdue to use libgpiod instead.