Hello Diago,
I am using latest nougat 7.1.2 release from NXP.
To give you more info,
dtsi file looks like below:
mxcfb1: fb@0 {
compatible = "fsl,mxc_sdc_fb";
disp_dev = "ldb";
interface_pix_fmt = "RGB666";
mode_str ="LDB-WVGA"; /* 800*480 Resolution */
default_bpp = <16>;
int_clk = <0>;
late_init = <1>;
status = "disabled";
};
&ldb {
status = "okay";
lvds-channel@0 {
fsl,data-mapping = "spwg";
fsl,data-width = <18>;
status = "okay";
crtc = "ipu2-di0";
primary;
display-timings {
native-mode = <&timing0>;
timing0:atm0700l6l {
clock-frequency = <38000000>;
hactive = <800>;
vactive = <480>;
hback-porch = <46>;
hfront-porch = <210>;
vback-porch = <23>;
vfront-porch = <12>;
hsync-len = <10>;
vsync-len = <10>;
};
};
};
lvds-channel@1 {
fsl,data-mapping = "spwg";
fsl,data-width = <18>;
status = "disabled";
display-timings {
native-mode = <&timing1>;
timing1: hsd100pxn1 {
clock-frequency = <32000000>;
hactive = <800>;
vactive = <480>;
hback-porch = <46>;
hfront-porch = <410>;
vback-porch = <12>;
vfront-porch = <23>;
hsync-len = <10>;
vsync-len = <10>;
};
};
};
};
besides, i have added the configuration in mxc_lcdif.c.
To compare it with SABRESD,
4 tux logos : Coming on diplay
Android_ : Not seen
Android boot animation : Not seen.
I also observe that immediately as the init scripts are loaded the display goes blank.
snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:04:18 UTC (258)
usb_otg_vbus: disabling
wm8962-supply: disabling
hdmi-5v-supply: disabling
wlreg_on: disabling
SW4: disabling
ALSA device list:
No soundcards found.
Freeing unused kernel memory: 1024K (c1000000 - c1100000)
init: init first stage started!
SELinux: Permission validate_trans in class security not defined in policy.
SELinux: Class cap_userns not defined in policy.
SELinux: Class cap2_userns not defined in policy.
SELinux: the above unknown classes and permissions will be denied
audit: type=1403 audit(258.610:2): policy loaded auid=4294967295 ses=4294967295
init: (Initializing SELinux non-enforcing took 0.10s.)
init: init second stage started!
init: Running restorecon...
init: waitpid failed: No child processes
init: (Loading properties from /default.prop took 0.00s.)
init: (Parsing /init.environ.rc took 0.00s.)
init: (Parsing /init.usb.rc took 0.00s.)
init: (Parsing init.freescale.usb.rc took 0.00s.)
init: (Parsing init.freescale.i.MX6QP.rc took 0.00s.)
init: (Parsing init.freescale.emmc.rc took 0.00s.)
init: (Parsing /init.freescale.rc took 0.02s.)
ueventd: ueventd started!
ueventd: Coldboot took 0.36s.
Console: switching to colour dummy device 80x30
watchdogd: started (interval 10, margin 20)!
Anything wrong in what it is now?
Regards,
Manju