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.')
 
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.

Revision as of 22:13, 5 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.