(resolved) problem with esptool.py
Posted: Mon Dec 02, 2019 10:13 pm
Hi all -
Since migrating to V4 of the IDF (under Windows), I've run into an issue using esptool.py. Whereas I used to be able to run a command like this:
I now have to do it like this:
Obviously not convenient. If I attempt to run it the old way, it's as though the arguments aren't getting passed through to the script. Did I miss a step in the installation, or is there some workaround I'm not aware of?
Thanks...
Since migrating to V4 of the IDF (under Windows), I've run into an issue using esptool.py. Whereas I used to be able to run a command like this:
Code: Select all
C:\esp32_projects\wifibutton>esptool.py write_flash 0x9000 nvs_reuse.bin
Code: Select all
C:\esp32_projects\wifibutton>python C:\esp32_toolchain\python_env\idf4.0_py3.7_env\Lib\site-packages\esptool.py write_flash 0x9000 nvs_reuse.bin
Thanks...