Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By nigelbe
#17644 I think I've found the problem at least with the Generic ESP8266 uploader and Visual Micro

The first thing I did was to make sure the file programmers.txt (C:\Program Files (x86)\Arduino\hardware\esp8266com\esp8266\programmers.txt) contains

Code: Select allesptool.name=esptool
esptool.communication=serial
esptool.protocol=esp
esptool.program.protocol=esp
esptool.program.tool=esptool
esptool.program.extra_params=

Which I got from an earlier release

next platform.txt in the same directory needs an extra line at the end:

Code: Select all#fixes for visual micro
tools.esptool.program.pattern="{path}/{cmd}" -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x10000 -cf "{build.path}/{build.project_name}_10000.bin"


Don't forget in AtmelStudio to press Tools->Visual Micro->Reload Toolchains

Best of luck

Nigel.