Skip to content

Commit

Permalink
fixed script.bin building to enable hdmi->dvi
Browse files Browse the repository at this point in the history
  • Loading branch information
loboris committed Oct 17, 2015
1 parent f880feb commit 3f8305a
Show file tree
Hide file tree
Showing 6 changed files with 887 additions and 35 deletions.
13 changes: 9 additions & 4 deletions build/orange_pi2.fex
Expand Up @@ -171,9 +171,9 @@ pll_de = 864
;*****************************************************************************
;sdram configuration
;
;dram_para2 = 0x00001200 ;代表启用dram双通道
;dram_para2 = 0x00001200 ;Representative enable dram Dual
;
;dram_para2 = 0x00001100 ;代表启用dram单通道
;dram_para2 = 0x00001100 ;on behalf of a single channel is enabled dram
;
;*****************************************************************************
[dram_para]
Expand Down Expand Up @@ -513,8 +513,13 @@ fb1_height = 0
;hdmi configuration
;----------------------------------------------------------------------------------
[hdmi_para]
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
;-------------------------------------
; set to 0 for hdmi->dvi compatibility
;-------------------------------------
;hdcp_enable = 0
;hdmi_cts_compatibility = 1

[tv_para]
tv_used = 1
Expand Down
13 changes: 9 additions & 4 deletions build/orange_pi_pc.fex
Expand Up @@ -171,9 +171,9 @@ pll_de = 864
;*****************************************************************************
;sdram configuration
;
;dram_para2 = 0x00001200 ;代表启用dram双通道
;dram_para2 = 0x00001200 ;Representative enable dram Dual
;
;dram_para2 = 0x00001100 ;代表启用dram单通道
;dram_para2 = 0x00001100 ;on behalf of a single channel is enabled dram
;
;*****************************************************************************
[dram_para]
Expand Down Expand Up @@ -513,8 +513,13 @@ fb1_height = 0
;hdmi configuration
;----------------------------------------------------------------------------------
[hdmi_para]
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
;-------------------------------------
; set to 0 for hdmi->dvi compatibility
;-------------------------------------
;hdcp_enable = 0
;hdmi_cts_compatibility = 1

[tv_para]
tv_used = 1
Expand Down
9 changes: 7 additions & 2 deletions build/orange_pi_plus.fex
Expand Up @@ -513,8 +513,13 @@ fb1_height = 0
;hdmi configuration
;----------------------------------------------------------------------------------
[hdmi_para]
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
;-------------------------------------
; set to 0 for hdmi->dvi compatibility
;-------------------------------------
;hdcp_enable = 0
;hdmi_cts_compatibility = 1

[tv_para]
tv_used = 1
Expand Down

0 comments on commit 3f8305a

Please sign in to comment.