Changes between Version 5 and Version 6 of Gen10Resources

Timestamp:
10/16/13 18:48:02 (2 years ago)
Author:
divx118
Comment:

added sysfs for setting overlay0 so display will show some stuff.

Legend:

Unmodified
Added
Removed
Modified
  • Gen10Resources

    v5 v6  
    46 46 == Enable hdmi 1920x1080 == 
    47 47  
    48   For timings see [http://www.omappedia.org/wiki/Bootargs_for_enabling_display#How_to_read_and_set_EDID_timings_for_HDMI] below is code 16 in the list. 
      48 For timings see [http://www.omappedia.org/wiki/Bootargs_for_enabling_display#How_to_read_and_set_EDID_timings_for_HDMI] below is code 16 in the list.[[BR]] 
      49 Set correct manager in overlay0.[[BR]] 
    49 50 {{{ 
    50 51 echo "1" > /sys/devices/platform/omapdss/display1/enabled 
    51 52 echo "148500,1920/88/148/44,1080/4/36/5" > /sys/devices/platform/omapdss/display1/timings 
      53  
      54  
      55  
    52 56 }}} 
    53 57