cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #imx6-dev
dv_ has quit [Ping timeout: 256 seconds]
otavio has joined #imx6-dev
otavio has quit [Read error: Connection reset by peer]
otavio has joined #imx6-dev
otavio has quit [Read error: Connection reset by peer]
otavio has joined #imx6-dev
dv_ has joined #imx6-dev
cnxsoft has quit [Remote host closed the connection]
eduardas_m has joined #imx6-dev
eduardas_m has quit [Quit: Konversation terminated!]
TwisteR has joined #imx6-dev
<TwisteR>
hi all! what should I do to get framebuffer output on parallel LCD in a custom yocto-based image (meta-freescale-3rdparty + MACHINEOVERRIDES = "use-mainline-bsp", uboot v2017.11, kernel 4.14)?
<TwisteR>
it does work on ubuntu 14.04 (from wandboard.org) with 3.10.53-1.1.0_ga-wandboard-06034-g13bb184-dirty
<TwisteR>
my cmdline is like that (proved to work with 3.10.53): video=mxcfb0:dev=lcd,800x480@30,if=BGR24,bpp=32 video=mxcfb1:off fbmem=28M
<TwisteR>
the thing is — I have no /sys/class/graphics/fb0 in my custom images at all :(
<TwisteR>
so it has something to do either with kernel config, or kernel tree itself
<TwisteR>
so far I managed to track the possible cause of the problem to the lack of CONFIG_FB_MXC* set of options in my .config (they are present in ubuntu)
tkryger has quit [Ping timeout: 252 seconds]
droman0 has quit [Ping timeout: 240 seconds]
tkryger has joined #imx6-dev
droman0 has joined #imx6-dev
<TwisteR>
so, basically, my question is boils down to this: what is the state of framebuffer support on i.mx6 platform in mainline kernel?