Skip to content

Support uploading over UART1 with flasher stub (ESPTOOL-118) #235

Description

@projectgus

ESP32 supports uploading over UART1 (GPIOs 9 & 10) if a sync signal is sent to UART1 RX after booting into bootloader ROM mode. However the flasher stub is currently hardcoded to UART0.

esptool.py can still be used now if the --no-stub option is passed, but eventually the stub should be updated to support the UART1 option.

This change is also necessary to upload to ESP32D2WD over UART1, where --no-stub currently does not work.

See also forum discussion here: https://esp32.com/viewtopic.php?f=2&t=2892&p=14282#p14282

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions