Changeset b836e1e in clfs-embedded for BOOK/bootscripts


Ignore:
Timestamp:
Mar 24, 2011, 3:15:26 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
7dd2673
Parents:
2ef8466
Message:

Made mdev video output not enabled by default

Default configuration should not throw errors but may not be fully
featured. Changed mdev.conf to comment out video output lines by default
and have a note to uncomment to enable video output. In this way,
a board with or without video output will boot without errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/mdev.xml

    r2ef8466 rb836e1e  
    6565stdout -> fd/1
    6666
    67 # Remove these devices, if using a headless system
    68 # You will see an error mdev: Bad line 35
    69 vbi -> vbi0
    70 vcs -> vcs0
    71 vcsa -> vcsa0
    72 video -> video0
    73 # Stop Remove for headless system
     67# Uncomment the following 4 lines to enable video output
     68#vbi -> vbi0
     69#vcs -> vcs0
     70#vcsa -> vcsa0
     71#video -> video0
    7472
    7573# Devices:
Note: See TracChangeset for help on using the changeset viewer.