Timeline for Upload already compiled code on Linux CLI without arduino-cli
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 5, 2020 at 19:26 | comment | added | jsotola |
if you are unsure of the settings that you should use, then you can use the Arduino IDE to determine them .... in settings, turn on show verbose output during upload .... then upload any sketch .... in the status panel in the Arduino IDE you will see the correct avrdude command line .... something like E:\arduino-nightly\hardware\tools\avr/bin/avrdude -CE:\arduino-nightly\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM4 -b115200 -D -Uflash:w:C:\Users\xxxxx\AppData\Local\Temp\build3bb8345d83cedc585b1cb6c2216554cb3.tmp/BasicSerial.ino.hex:i
|
|
| Feb 5, 2020 at 10:26 | comment | added | BrainStone | Excellent. Thank you very much | |
| Feb 5, 2020 at 10:22 | comment | added | Majenko | @BrainStone Like that? | |
| Feb 5, 2020 at 10:22 | history | edited | Majenko | CC BY-SA 4.0 |
added 776 characters in body
|
| Feb 5, 2020 at 10:18 | comment | added | BrainStone |
That answers my question, but since SE is meant as an enciclopedia of sorts, I think it would be beneficial to explain how you figure out that command line call for other boards. (And also because I managed to find a similar call after some playing around and watching the processes in htop while trying to flash with arduino-cli)
|
|
| Feb 5, 2020 at 10:14 | vote | accept | BrainStone | ||
| Feb 5, 2020 at 10:13 | history | answered | Majenko | CC BY-SA 4.0 |