-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
All time catch this error:
"flash-method": "esp32jtag",
tinygo flash -target esp32c3-supermini --port /dev/cu.usbmodem2101 -monitor examples/connect/main.go
Connected to ESP32-C3
Flashing: 99808/397408 bytes (25%)failed to flash /var/folders/hs/tsc6zdzn2_90pvcqbj653xtc0000gn/T/tinygo267961631/main.bin: flash block 63: write compressed flash block: timeout waiting for response to SLIP read
Stable work with:
"flash-command": "esptool --chip=esp32c3 --port {port} write-flash 0x0 {bin}",
I'm leaving a reminder about the problems with Macs. Removing compression seems to solve the problem, but that doesn't seem right.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels