Hi,
My pi3 freezes from time to time when synchronizing big amount of data over the network (via sftp or samba).
It could be one of my network switches which sends strange packets.
By the way, I'd like to enable the hardware watchdog on my pi3 to reboot it.
modprobe bcm2835_wdt works (but lsmod doesn't show the module as loaded after that)
but I can't install any "watchdog" package, so
systemctl enable watchdog.service fails
Any hint on this ?
Thanks