mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 20:57:29 +00:00
For the SiFive HiFive Unmatched board we create a pre-installed image using u-boot-menu. Increase the watchdog threshold in this case too. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
4 lines
168 B
Plaintext
4 lines
168 B
Plaintext
# When booting with Radeon GPUs a soft lockup was observed. Increase the
|
|
# watchdog threshhold.
|
|
U_BOOT_PARAMETERS="$U_BOOT_PARAMETERS sysctl.kernel.watchdog_thresh=60"
|