How to flash uart-bridge #1914
-
Hello, is there any easy way to flash uart-bridge to ESP32 please? Could you please help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please read the README https://github.com/cesanta/mongoose/tree/master/examples/esp32/uart-bridge/#flash-pre-built-firmware , there is a pre-built image for you to flash and links to the flasher for several OSs. The Makefile is a guide showing what you have to do to build the example, and the Docker image helps us build and test and many users can also use them instead of installing vendor SDK and toolchains.
|
Beta Was this translation helpful? Give feedback.
Please read the README https://github.com/cesanta/mongoose/tree/master/examples/esp32/uart-bridge/#flash-pre-built-firmware , there is a pre-built image for you to flash and links to the flasher for several OSs.
The Makefile is a guide showing what you have to do to build the example, and the Docker image helps us build and test and many users can also use them instead of installing vendor SDK and toolchains.
If you can't take advantage of this, you have to do that yourself. The example is a standard ESP-IDF project https://mongoose.ws/tutorials/esp32/uart-bridge/
Your options are: