Need access to updateFirmware.py

Hi and thanks in advance for the help.

I’ve got an arduino clone which means I’m using a ttyUSB0. I managed to change config.cfg file by following the site’s documentation. But I’m not able to update the arduino and I suspect it is because the updateFirmware.py is still set to look out for ttyACM0.

Where can I find the updateFirmware.py and/or how can I fix this?

Best regards
Olafsson

Arduino’s are auto detected based on their PID/VID. You probably have a PID/VID that is not in the list.
This topic has info on how to resolve that:

1 Like