Skip to content

Incorrect initialisation of hardware watchdog #2093

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

Closed
danielb-tkjcy3rq opened this issue Oct 11, 2024 · 1 comment · May be fixed by #2131
Closed

Incorrect initialisation of hardware watchdog #2093

danielb-tkjcy3rq opened this issue Oct 11, 2024 · 1 comment · May be fixed by #2131
Labels

Comments

@danielb-tkjcy3rq
Copy link

MCUBOOT_WATCHDOG_SETUP() is missing a call to wdt_install_timeout. At least on my hardware (imxrt1170), the unit wasn't rebooting if I deliberately put an infinite loop to run down the watchdog timer.

There is the question of how to get users to set their desired timeout, but I guess that could be solved using a config option?

Copy link

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant