Skip to content

tinygo flash -target ESP32-S3 #4778

Open
@vladichumachenko

Description

@vladichumachenko

I cannot flash the firmware for Heltec esp32S3 + SX1262.

When using:

tinygo-v.0.36.0 flash -target=esp32 -port=…

  • machine_esp32_i2c.go:38:16: undefined: SCL_PIN
  • machine_esp32_i2c.go:41:16 undefined: SDA_PIN

target=esp32c3(?)

  • machine_esp32_i2c.go:38:16: undefined: SCL_PIN
  • machine_esp32_i2c.go:41:16 undefined: SDA_PIN

Perhaps I need to specify a different target?
My code does not use I2C directly, but the internal initialization of the machine for ESP32-S3 triggers this error due to incomplete support or a bug.

  • machine_esp32_i2c.go:38:16: undefined: SCL_PIN
  • machine_esp32_i2c.go:41:16 undefined: SDA_PIN

tinygo-v.0.31.0 flash -target=esp32 -port=…

  • A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument?

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already existsenhancementNew feature or requestesp32

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions