oresat / oresat-c3-software

Main application for Octavo A8 version of the C3 card
https://oresat-c3-software.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 1 forks source link

Watchdog thread #7

Closed ryanpdx closed 7 months ago

ryanpdx commented 1 year ago

The c3 has hardware-based watchdog will reboot the system to avoid a system lock up.

Need to spin up a thread asap from boot to "pet" the hardware-based watchdog every 30s or so.

This is blocked until a real octavo a8 version of the c3 card is is built.

ryanpdx commented 10 months ago

There is now a separate daemon to handle this. This app should now pet pet that daemon via UDP socket.

ryanpdx commented 7 months ago

Done, the separate daemon can be found at https://github.com/oresat/oresat-c3-watchdog