Upload Tool

agkirk
Posts: 3
Joined: Thu Feb 23, 2017 7:57 pm

Upload Tool

Postby agkirk » Thu Feb 23, 2017 8:34 pm

Is there a SW tool that would allow me to upload from the ESP32 memory?
Maybe something like the flash_download_tools_v3.4.4 , just in the other direction and that would allow me to also read the fuse settings.
I'm working off a Intel PC running WIN 7 using a DOIT v.1 development module.

ESP_Angus
Posts: 2344
Joined: Sun May 08, 2016 4:11 am

Re: Upload Tool

Postby ESP_Angus » Thu Feb 23, 2017 11:26 pm

Hi agkirk,

There isn't a GUI tool that I know of, but there is a command line tool - esptool.py is included in ESP-IDF and can do both these things.
https://github.com/espressif/esptool

"esptool.py read_flash" can read flash contents to a file.

The bundled espefuse tool can read out efuse contents and also burn efuses.

If you're using ESP-IDF on the MSYS command line in Windows, you can run "source add_path.sh" in the IDF directory and esptool.py and espefuse.py will be added to your path.

Who is online

Users browsing this forum: Bing [Bot] and 87 guests