05-04-2018, 06:30 AM
(05-03-2018, 08:47 AM)Serper Wrote: Bonjour,
Suite à une recherche, j’ai pu comparer 2 fichier .fex .
https://github.com/ayufan-pine64/boot-to...nebook.fex
Code:disp init configuration
;
;disp_mode (0:screen0<screen0,fb0>)
;screenx_output_type (0:none; 1:lcd; 3:hdmi;)
;screenx_output_mode (used for hdmi output, 0:480i 1:576i 2:480p 3:576p 4:720p50)
; (5:720p60 6:1080i50 7:1080i60 8:1080p24 9:1080p50 10:1080p60)
;fbx format (0:ARGB 1:ABGR 2:RGBA 3:BGRA 5:RGB565 8:RGB888 12:ARGB4444 16:ARGB1555 18:RGBA5551)
;fbx_width,fbx_height (framebuffer horizontal/vertical pixels, fix to output resolution while equal 0)
;----------------------------------------------------------------------------------
[disp]
disp_init_enable = 1
disp_mode = 0
screen0_output_type = 1
screen0_output_mode = 4
screen1_output_type = 3
screen1_output_mode = 4
et à la ligne 527, LCD est activé et utilise le pilote "anx9804_panel"
____________________________________________________________________________________________________________________________
https://github.com/ayufan-pine64/boot-to...sopine.fex
Code:;disp init configuration
;
;disp_mode (0:screen0<screen0,fb0>)
;screenx_output_type (0:none; 1:lcd; 3:hdmi;)
;screenx_output_mode (used for hdmi output, 0:480i 1:576i 2:480p 3:576p 4:720p50)
; (5:720p60 6:1080i50 7:1080i60 8:1080p24 9:1080p50 10:1080p60)
;fbx format (0:ARGB 1:ABGR 2:RGBA 3:BGRA 5:RGB565 8:RGB888 12:ARGB4444 16:ARGB1555 18:RGBA5551)
;fbx_width,fbx_height (framebuffer horizontal/vertical pixels, fix to output resolution while equal 0)
;----------------------------------------------------------------------------------
[disp]
disp_init_enable = 1
disp_mode = 0
screen0_output_type = 3
screen0_output_mode = 5
screen1_output_type = 1
screen1_output_mode = 5
et à la ligne 546, LCD est desactivé et utilise le pilote "mb709_mipi"
_______________________________________________________________________________________________________________________
Le Uenv.txt ne servira à rien tant que le fichier sys_config_pine64-sopine.fex ne sera pas modifié.
Au passage j'ai pu trouver le pilote du tactile "gt911f" dans etc/module.
En bref... il y a tout se qui faut pour le faire fonctionner.
EDIT: a priori ce fichier en .FEX active LCD avec les bon paramètres mais reste a voir si il est compatible avec le pine64-LTS.