This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

watchdog omap_wdt can't reboot in dra7-evm

Hi experts,

After having installed omap_wdt with CONFIG_WATCHDOG_NOWAYOUT=y

the board is stuck, and I found there are some differences about watchdog timer

between omap543x and dra7xx, so where can I get the related docs for dra7-evm

watchdog? And what happens there?

root@localhost:~# uname -a
Linux localhost 3.8.13-01040-g71a6fd5 #348 SMP PREEMPT Tue Jul 15 11:43:45 CST 2014 armv7l GNU/Linux
root@localhost:~# modprobe omap_wdt "kernelpet=0"
[  150.525604] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
root@localhost:~# echo 1  > /dev/watchdog
[  157.928314] watchdog watchdog0: nowayout prevents watchdog being stopped!
[  157.935577] watchdog watchdog0: watchdog did not stop!
root@localhost:~# lsmod^C
root@localhost:~# for i in `seq 1 50`; do echo $i; sleep 1;done
1
2
3
4

5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
33
34
35
36
37
38

No response from here, did I make some wrong thing?

Cheers,

Zumeng