-
Hi, First attempt to use avrdude fails: windows-x64 build, avrdude says: I just want to program the chip - not get into building tools. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The you'll have to specify the actual COM port, for instance: |
Beta Was this translation helpful? Give feedback.
-
It works! device signature found! |
Beta Was this translation helpful? Give feedback.
The you'll have to specify the actual COM port, for instance:
I:\Electronics\avrdude-v7.3-windows-x64>avrdude -P COM3 -c serialupdi -p avr32ea32
, as a port search requires a binary build with libserialport. Did you use one of the official binaries?