Page 2 of 2
Re: Flash through host and Esptool
Posted: Thu Mar 22, 2018 8:07 am
by bendaa
Hi,
As I didn't see any further replies to this post I wonder did some someone got this accomplished.
The goal is to be able to flash the ESP32 via UART with a microcontroller.
Appreciate any help given.
Thanks
Re: Flash through host and Esptool
Posted: Tue Jul 02, 2019 2:26 pm
by adameng
hi
i am also looking for a solution. have anyone achieved it yet ?
Re: Flash through host and Esptool
Posted: Tue Jul 02, 2019 9:16 pm
by iklask
I've been working on something that could do this. Right now its a simple arduino sketch that can grab a bin from say an SD card and upload to an esp32 connected over UART. It kind of works but every so often I get an error code that doesn't exist on the Serial Protocol wiki

. The 8266 seems to work fine
Re: Flash through host and Esptool
Posted: Wed Jul 03, 2019 3:34 am
by adameng
mind sharing or advising the cost of your code ?
info@adamengineering.co.za
Re: Flash through host and Esptool
Posted: Wed Jul 10, 2019 1:50 am
by iklask
I'll post with a github project when it's done. Still making sure it all works then need to clean up code.