-
Notifications
You must be signed in to change notification settings - Fork 5.2k
CONFIG_GPIO_WATCHDOG=m #2199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This works for me and only adds a 10kB module to the firmware. Any objections, @popcornmix? |
Sounds okay to me. |
pelwell
pushed a commit
that referenced
this issue
Sep 14, 2017
Enable the gpio_wdt module, to support external watchdogs. See: #2199 Signed-off-by: Phil Elwell <[email protected]>
The module has been enabled, so it will appear in the next rpi-update release. |
popcornmix
pushed a commit
that referenced
this issue
Oct 29, 2017
Enable the gpio_wdt module, to support external watchdogs. See: #2199 Signed-off-by: Phil Elwell <[email protected]>
raspbian-autopush
pushed a commit
to raspbian-packages/linux-4.9
that referenced
this issue
Nov 2, 2017
commit 9e15a9e Author: Phil Elwell <[email protected]> Date: Thu Sep 14 16:16:24 2017 +0100 config: Add CONFIG_GPIO_WATCHDOG=m Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi/linux#2199 Signed-off-by: Phil Elwell <[email protected]> Gbp-Pq: Topic rpi Gbp-Pq: Name rpi_1383_9e15a9eceaa5d9dd3cf4bfb73ca932254d784fe8.patch
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 18, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
to pelwell/linux
that referenced
this issue
Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
pelwell
pushed a commit
that referenced
this issue
Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs. See: #2199 Signed-off-by: Phil Elwell <[email protected]>
popcornmix
pushed a commit
that referenced
this issue
Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs. See: #2199 Signed-off-by: Phil Elwell <[email protected]>
ryncsn
pushed a commit
to ryncsn/linux-rasp
that referenced
this issue
Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi#2199 Signed-off-by: Phil Elwell <[email protected]>
popcornmix
pushed a commit
that referenced
this issue
Nov 24, 2017
Enable the gpio_wdt module, to support external watchdogs. See: #2199 Signed-off-by: Phil Elwell <[email protected]>
Please update to the latest kernel which may contain a fix for this issue. |
raspbian-autopush
pushed a commit
to raspbian-packages/linux-4.9
that referenced
this issue
Apr 7, 2018
commit ae18461 Author: Phil Elwell <[email protected]> Date: Thu Sep 14 16:16:24 2017 +0100 config: Add CONFIG_GPIO_WATCHDOG=m Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi/linux#2199 Signed-off-by: Phil Elwell <[email protected]> Gbp-Pq: Topic rpi Gbp-Pq: Name rpi_1385_ae184616fea08e642a924feb80d808e3d788c339.patch
raspbian-autopush
pushed a commit
to raspbian-packages/linux-4.9
that referenced
this issue
Nov 11, 2018
commit ae18461 Author: Phil Elwell <[email protected]> Date: Thu Sep 14 16:16:24 2017 +0100 config: Add CONFIG_GPIO_WATCHDOG=m Enable the gpio_wdt module, to support external watchdogs. See: raspberrypi/linux#2199 Signed-off-by: Phil Elwell <[email protected]> Gbp-Pq: Topic rpi Gbp-Pq: Name rpi_1385_ae184616fea08e642a924feb80d808e3d788c339.patch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am asking CONFIG_GPIO_WATCHDOG=m to be added to the standard configurations.
Reason:
We are building Raspberry pi HAT acting as an external watchdog.
To make this work we need the standard Linux watchdog "machinery" tickling to the GPIO output pin regularly.
I can confirm above mentioned solution works (see last two posts in: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=193163&p=1210952#p1210952
The text was updated successfully, but these errors were encountered: