espefuse ignoring command line arguments
Posted: Fri Aug 25, 2023 10:28 am
I have done a clean install of ESP-IDF V5.1 (release version) in VS Code and as far as code building is concerned everything works fine.
I have however unfortunately designed a PCB that has GPIO 12 (MTDI) connected to an SD card and flashing the ESP32 is unpredictable because of the VDD_SDIO voltage status that this is seeing.
I thought I could get around this by running espefuse as decribed in https://docs.espressif.com/projects/esp ... v-vdd-sdio but I am running into problems with this command.
When I start a new ESP-IDF terminal in VS Code and type any espefuse.py command it seems to execute but I get no output on the terminal. For example espefuse.py --help returns nothing. In the same way running esptool.py --help returns nothing. Also sending a non sensible argument like --kkhdjhkjdfh to either of these commands results in no response either.
However, running idf.py --help returns the expected output.
I also dont think this is the result of some side effect from another program as all of the above has been done on a new WIndows user so the user profile is as clean as it can be.
Any thoughts would be appreciated!
I have however unfortunately designed a PCB that has GPIO 12 (MTDI) connected to an SD card and flashing the ESP32 is unpredictable because of the VDD_SDIO voltage status that this is seeing.
I thought I could get around this by running espefuse as decribed in https://docs.espressif.com/projects/esp ... v-vdd-sdio but I am running into problems with this command.
When I start a new ESP-IDF terminal in VS Code and type any espefuse.py command it seems to execute but I get no output on the terminal. For example espefuse.py --help returns nothing. In the same way running esptool.py --help returns nothing. Also sending a non sensible argument like --kkhdjhkjdfh to either of these commands results in no response either.
However, running idf.py --help returns the expected output.
I also dont think this is the result of some side effect from another program as all of the above has been done on a new WIndows user so the user profile is as clean as it can be.
Any thoughts would be appreciated!