You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following error messages appeards:
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option. avrdude: erasing chip avrdude: stk500v2_command(): command failed
avrdude done. Thank you.
scons: *** [upload] Error 255
Inside my "platformio.ini" file I have
[env:autogen_megaADK]
platform = atmelavr
framework = arduino
board = megaatmega2560
I am using an Arduino MEGA 2560 under Win7.
A simple "platformio run" runs without any problems and compilation seems ok.
The same sketch can be uploaded using the Arduino IDE without any problems.
I am a bit stuck here. Any hints are appreceated.
Thanks,
Lars
The text was updated successfully, but these errors were encountered:
Hi all,
when I perform a "platformio run --target upload"
the following error messages appeards:
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: stk500v2_command(): command failed
avrdude done. Thank you.
scons: *** [upload] Error 255
Inside my "platformio.ini" file I have
[env:autogen_megaADK]
platform = atmelavr
framework = arduino
board = megaatmega2560
I am using an Arduino MEGA 2560 under Win7.
A simple "platformio run" runs without any problems and compilation seems ok.
The same sketch can be uploaded using the Arduino IDE without any problems.
I am a bit stuck here. Any hints are appreceated.
Thanks,
Lars
The text was updated successfully, but these errors were encountered: