XO-1.75/Kernel/FIQ: Difference between revisions
< XO-1.75
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
Corrects missing serial console shell. |
Corrects missing serial console shell. |
||
== Disable watchdog == |
|||
The watchdog is normally not enabled. If it is, and a hang occurs, and the FIQ debugger is entered, only a short time is available for interaction before the watchdog restarts the CPU. If you have enabled the watchdog, disabling by removing the empty marker file: |
|||
rm /runin/watchdog |
Latest revision as of 05:43, 13 January 2012
Change /etc/init/ttySx.conf
Change /dev/ttyS2 to /dev/ttyFIQ0 two times in this file.
sed --in-place 's/ttyS2/ttyFIQ0/g' /etc/init/ttySx.conf
Corrects missing serial console shell.
Disable watchdog
The watchdog is normally not enabled. If it is, and a hang occurs, and the FIQ debugger is entered, only a short time is available for interaction before the watchdog restarts the CPU. If you have enabled the watchdog, disabling by removing the empty marker file:
rm /runin/watchdog