How to handle inverted reset logic #2050
-
|
Hello, I could not find a ready-made solution for this setup. Could anyone suggest how to implement this, or point me to the part of the source code where this logic can be modified? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I'll assume SOM stands for system on module? Acronyms aren't always obvious.
Fair enough. But what does this have to do with Avrdude? Are you using the module to program the AVR using Avrdude? If your module is used to program the AVR using something like Lines 88 to 89 in b440362 For instance: |
Beta Was this translation helpful? Give feedback.

No,
avrdude.conf.inis a source file that createsacrdude.confupon building avrdude from the sources. In your case it is sufficent to create or update your personal~/.config/avrdude/avrdude.rcfile with a new programmer entry such as for exampleYou can then use
avrdude -c mysomgpioto program the AVR parts rigged up to yo…