Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick Vogelaar 23d4da7542 feat(watchdog): enabled watchdog for EAGLE40-03 2024-01-11 15:43:53 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " kernel-modules"
# COREOS_IMAGE_SWUPDATE_EXTRACLASSES += "" --> TBD
# No watchdog available yet
EFIBOOTGUARD_TIMEOUT ?= "0"
EFIBOOTGUARD_TIMEOUT ?= "60"
require conf/machine/include/coreos-generic-features/efi.inc
require conf/machine/include/coreos-generic-features/partitions.inc

View File

@ -0,0 +1,2 @@
CONFIG_F71808E_WDT=y
CONFIG_WATCHDOG_SYSFS=y