I'm new on linux embedded, I'm trying to use the kernel 3.10.53 but I'm having some problems in order to run it on my udoo quad board. I'm using u-boot : https://github.com/UDOOboard/uboot-imx/tree/2015.10.fslc-qdl kernel used: http://git.freescale.com/git/cgit.c..._3.10.53_1.1.0_ga&id=rel_imx_3.10.53_1.1.0_ga I checked the UART traces and I note a problem with the vivante gpu initicalization. ------------------------------------------------------------------------------------------ imx sema4 driver is registered. [drm] Initialized drm 1.1.0 20060810 [drm] Initialized vivante 1.0.0 20120216 on minor 0 brd: module loaded loop: module loaded Wait for CR ACK error! sata phy RX_PLL is stable! ahci: SSS flag set, parallel bus scan disabled ahci ahci: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode ahci ahci: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst scsi0 : ahci_platform ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 71 mousedev: PS/2 mouse device common for all mice i2c-core: driver [isl29023] using legacy suspend method i2c-core: driver [isl29023] using legacy resume method ------------------------------------------------------------------------------------------ I noted that my kernel doesn't have the TDA19988 driver included and it is used in the udoobuntu 14.04 kernel posted in the udoo web page. Do you think it is my problem? How I can add this driver on my 3.10.53 kernel? I included my traces from kernel and u-boot : https://mega.nz/#!xYp2nIoA
Is there a reason why you don't use the most updated UDOO kernel? 3.14.56 I mean P.S.: welcome in the UDOO forum @Isidro Santos Lechuga!