No, WATCHDOG features are enabled already.alpe wrote: ↑Thu Feb 11, 2021 2:34 amThanks. I decided to start new again.specs wrote: ↑Wed Feb 10, 2021 10:40 pmSince you probably only want to switch once a new installation is less work.
The implementation of the boot is slightly different between the stock distribution and the tobetter distribution. The same difference is going to bite you if you try to build a 5.x.y kernel for the stock distribution (the DTB's are different).
Just for 5.10.y you can just use the petitboot option with the 20.04 tobetter ubuntu distribution.
Only for 5.10.y with panfrost you might prefer an upgrade to 20.10 from the tobetter 20.04.
I would make and installed package list ("apt list --installed" or "dpkg --get-selections") and an easily accessible partial backup from /etc/ and /home/. (And besides that I'd still make a complete system backup, but that should be optional).
/ded/watchdog is disabled on this kernel, right?
How can I enable it? CONFIG_WATCHDOG=y and CONFIG_WATCHDOG_CORE=y ?
Code: Select all
$ zcat /proc/config.gz | grep WATCHDOG
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
# CONFIG_WATCHDOG_SYSFS is not set
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
CONFIG_SOFT_WATCHDOG=m
# CONFIG_GPIO_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
CONFIG_ARM_SP805_WATCHDOG=y
# CONFIG_ARM_SBSA_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_MAX77620_WATCHDOG is not set
CONFIG_MESON_GXBB_WATCHDOG=m
CONFIG_MESON_WATCHDOG=m
# CONFIG_ARM_SMC_WATCHDOG is not set
CONFIG_PCIPCWATCHDOG=m
# CONFIG_USBPCWATCHDOG is not set
# CONFIG_WQ_WATCHDOG is not set