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
-
mnfisher
- Valued Contributor
- Posts: 1865
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 154 times
- Been thanked: 883 times
-
LeighM
- Valued Contributor
- Posts: 534
- Joined: Mon Dec 07, 2020 1:00 pm
- Has thanked: 94 times
- Been thanked: 288 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.
-
mnfisher
- Valued Contributor
- Posts: 1865
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 154 times
- Been thanked: 883 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