We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable watchdog timer for Raspberry Pi boards.
Modify arm64 kernel config to set "CONFIG_BCM2835_WDT=y" so that watchdog timer can be accessed on Raspberry Pi nodes.
The text was updated successfully, but these errors were encountered:
Raised siderolabs/pkgs#1134 to make the config change.
Sorry, something went wrong.
siderolabs/pkgs@73e4353
fix: update config-arm64 to add Rasperry Pi watchdog support
8e435cd
Fixes siderolabs/talos#10099 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 73e4353)
No branches or pull requests
Feature Request
Enable watchdog timer for Raspberry Pi boards.
Description
Modify arm64 kernel config to set "CONFIG_BCM2835_WDT=y" so that watchdog timer can be accessed on Raspberry Pi nodes.
The text was updated successfully, but these errors were encountered: