I've successfully executed the demo evkmimx8mp_wdog01. The readme.md states "Please note this application can't support running with Linux BSP!".
Can you explain why the application on the M7 cannot run with Linux running on the A53? Can the constraint be removed so that I can use WDOG1 through systemd on the Linux A53 and use WDOG3 on the M7 with an application started through remoteproc facility?
Hello,
You can check:
For enabling wdog in linux one can refer to sect.2.11.7 Menu Configuration Options i.Mx linux reference manual
regarding uboot, wdog can be configured in scfw codes (board.c file) SCFW porting
Regards