Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No reset on secure boot or secure flash enc (IDFGH-14791) #15530

Open
3 tasks done
AshUK opened this issue Mar 6, 2025 · 0 comments
Open
3 tasks done

No reset on secure boot or secure flash enc (IDFGH-14791) #15530

AshUK opened this issue Mar 6, 2025 · 0 comments
Assignees
Labels
Status: Opened Issue is new

Comments

@AshUK
Copy link
Contributor

AshUK commented Mar 6, 2025

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • 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.

list(APPEND esptool_flash_main_args "--after=no_reset")

@espressif-bot espressif-bot added the Status: Opened Issue is new label Mar 6, 2025
@github-actions github-actions bot changed the title No reset on secure boot or secure flash enc No reset on secure boot or secure flash enc (IDFGH-14791) Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants