alt.hn

3/5/2026 at 6:04:24 AM

Espflash – Go CLI/library for flashing ESP8266/ESP32 with no dependencies

https://github.com/tinygo-org/espflash

by deadprogram

3/5/2026 at 2:16:07 PM

Is this related to the popular and longish-standing Rust tool for the same purpose? I expected to see it referenced somewhere in the readme...

<https://github.com/esp-rs/espflash>

by n8henrie

3/5/2026 at 3:05:28 PM

I guess they're very much related, given that they're both tools to flash images to an esp32. But from checking the repo, this seems to be an effort by the tinygo people to extend the embedded go ecosystem.

by heckelson