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

[nitropad-nx] watchdog-based poweroff/reboot not triggered correctly #24

Closed
daringer opened this issue Oct 4, 2023 · 3 comments · Fixed by linuxboot/heads#1561
Closed

Comments

@daringer
Copy link
Collaborator

daringer commented Oct 4, 2023

if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 || "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then

should be:

if [ "${CONFIG_BOARD%_*}" = nitropad ]; then
@tlaurion
Copy link

tlaurion commented Nov 23, 2023

There is no board config named ns51. Only nv41/ns50

@daringer is this fixed with your own suggestion?

@tlaurion
Copy link

tlaurion commented Nov 23, 2023

There is no board config named ns51. Only nv41/ns50

@daringer is this fixed with your own suggestion?

https://github.com/linuxboot/heads/blob/master/initrd/bin/reboot#L21

https://github.com/Nitrokey/heads/blob/nitropad/initrd/bin/reboot#L12

Not fixed under neither master or nitrokey fork.
PR expected.

@daringer
Copy link
Collaborator Author

fixed with: 302fe74

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

Successfully merging a pull request may close this issue.

2 participants