XO-1.75/Kernel/FIQ: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with '== Change /etc/init/ttySx.conf == Change /dev/ttyS2 to /dev/ttyFIQ0 two times in this file. Corrects missing serial console shell.')
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


Change /dev/ttyS2 to /dev/ttyFIQ0 two times in this file.
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.
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