tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

Deprecation warnings when using tinygo flash

Open TheSimpleZ opened this issue 4 months ago • 1 comments

Hello! I just installed tinygo on arch linux and got the following deprecation warnings when flashing:

Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release.
Warning: Deprecated: Command 'write_flash' is deprecated. Use 'write-flash' instead.

Versions: Tinygo: 0.37.0 esptool: v5.0.2

For what it's worth, when I installed tinygo it complained that it could not find esptool.py. So I installed the esptool package. Now it works perfectly fine, but these warnings appear. I couldn't find any issue reporting this, so i though I might let you know.

TheSimpleZ avatar Aug 12 '25 20:08 TheSimpleZ