Rexxer

Some tips for me and other

Arduino Uno + Ubuntu + Firmware + command line

1. Install avrdude:

sudo apt-get install avrdude

2. Run the command:

avrdude -F -V -c arduino -p ATMEGA328P -P /dev/ttyUSB0 -b 115200 -U flash:w:firmware.hex

Comments are currently closed.