Skip to content

MacOS 15 M1 flash bug #14

@dimajolkin

Description

@dimajolkin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions