Hi,
I'm working on a custom board based on logicpd module.
When Issuing reboot under linux, the system does not reboot.
(Got Rebooting... [ 26.978865] Restarting system and nothing else.)
Putting the module on eval board with same sdcard (same kernel + fs) the reboot is working.
Uboot reset (which use watchdog) work on both boards.
What kind of thing could block reset via watchdog?
I've got some GPIO connected, the module is working on 1.8V.
The difference between u-boot and linux is that I power up some part of the board in Linux + declare event from 1 GPIO.
Tested on 2.6.33-rc4 and 2.6.37.
Any idea welcomed.