Nitrokey / heads

A minimal Linux that runs as a coreboot or LinuxBoot ROM payload to provide a secure, flexible boot environment for laptops and servers.
http://osresearch.net/
GNU General Public License v2.0
15 stars 1 forks source link

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

Closed daringer closed 8 months ago

daringer commented 11 months ago
if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 || "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then

should be:

if [ "${CONFIG_BOARD%_*}" = nitropad ]; then
tlaurion commented 10 months ago

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

@daringer is this fixed with your own suggestion?

tlaurion commented 10 months ago

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 commented 8 months ago

fixed with: https://github.com/Nitrokey/heads/commit/302fe741697a312955faf4ec888cf0d179084ce6