You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
When running the flashing encrypted commands from the monitor window the device fails to reset and stays inside the bootloader this is despite the sdkconfig having the relevant esp-tool after reset options being set to true.
CONFIG_ESPTOOLPY_BEFORE_RESET=y
# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set
CONFIG_ESPTOOLPY_BEFORE="default_reset"
CONFIG_ESPTOOLPY_AFTER_RESET=y
# CONFIG_ESPTOOLPY_AFTER_NORESET is not set
CONFIG_ESPTOOLPY_AFTER="hard_reset"
Commenting out line 264 lines resolves the problem.
Answers checklist.
General issue report
When running the flashing encrypted commands from the monitor window the device fails to reset and stays inside the bootloader this is despite the sdkconfig having the relevant esp-tool after reset options being set to true.
Commenting out line 264 lines resolves the problem.
esp-idf/components/esptool_py/project_include.cmake
Line 264 in a6c3a9c
The text was updated successfully, but these errors were encountered: