After the latest definition file update for the Arduino Nano (57600) - the command line for AVRDUDE is incorrect.
H:\>"H:\AVR\avrv5\batchfiles\..\bin\avrdude.exe" -p m328p -P 57600 -b "H:\Flowcode1.hex" -c arduino -D -U flash:w:""
avrdude.exe: invalid baud rate specified 'H:\Flowcode1.hex'
Should be -b 57600 NOT -P 57600.
Martin
Upload problem on Arduino Nano 57600
-
- Valued Contributor
- Posts: 1520
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 138 times
- Been thanked: 732 times
-
- Valued Contributor
- Posts: 457
- Joined: Mon Dec 07, 2020 1:00 pm
- Has thanked: 82 times
- Been thanked: 246 times
Re: Upload problem on Arduino Nano 57600
Hi Martin,
Did you select the programmer port setting in Build -> Project Options
It needs to be explicitly set, even if displayed in the drop list, then click "Modify"
If you still have issues please get back to us.
Did you select the programmer port setting in Build -> Project Options
It needs to be explicitly set, even if displayed in the drop list, then click "Modify"
If you still have issues please get back to us.
-
- Valued Contributor
- Posts: 1520
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 138 times
- Been thanked: 732 times
Re: Upload problem on Arduino Nano 57600
Hi Leigh,
- Maybe - will check. That's a change - nothing in port instead of the COM3 or whatever.. Would explain why everything shifted left one place...
Martin
- Maybe - will check. That's a change - nothing in port instead of the COM3 or whatever.. Would explain why everything shifted left one place...
Martin