5

I have moved from the beta Wheezy release to the final release currently on the official download page (2012-08-08-wheezy-armel.zip). The hardware watch dog no longer seems to work. I have tried running sudo modprobe bcm2708_wdog, but the device /dev/watchdog does not appear.

How do I get the watchdog back?

Alex Chamberlain
  • 15,638
  • 15
  • 69
  • 113
Guy
  • 1,667
  • 1
  • 16
  • 18

1 Answers1

0

Thanks to Krzysztof Adamski for giving me the hint that enabled me to solve this problem.

As I had been unable to boot the stock soft-float Wheezy image, I had copied some files from a (working) Raspbian image in order to get soft-float working (required to run Mono). This included kernel.img. See here for details. I think the difference in version between the kernel and /lib/modules/3.1.9+/kernel/drivers/watchdog/bcm2708_wdog.ko was stopping it from loading.

I went back and copied files one by one to a virgin soft-float image from a raspian image and found that it was start.elf that was stopping the soft-float image from booting. I moved arm224_start.elf to start.elf (wanting to change the memory split anyway) and I can now boot the image and "modprobe bcm2708_wdog" works as expected.

Guy
  • 1,667
  • 1
  • 16
  • 18