11-24-2020 01:16 AM
I am using zcu102 board and want to use watchdog to reboot my board. I referred to this link for enabling the watchdog driver.
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842055/Cadence+WDT+Driver
I tried using watchdog0 and made the following changes in system-user.dtsi
When the board comes up in /proc/device-tree/amba/watchdog@fd4d0000 i see the "reset-on-timeout" but when I -
echo s > /dev/watchdog0
I get -
12-23-2020 03:19 AM
HI @lkdi15
As per the following topic, Is your PMU firmware compiled with Error management flag enabled ?
It is neccessary to have pmu-firmware compiled with Error management feature enabled for this to work.
An easy way of doing that would be to include following lines in the file (create if it doesn't exist) <plnx-proj-root>/project-spec/meta-user/recipes-bsp/pmu-firmware/pmu-firmware_%.bbappend
YAML_COMPILER_FLAGS_append = " -DENABLE_SCHEDULER -DENABLE_EM