cnxsoft has quit [Remote host closed the connection]
victhor has quit [Ping timeout: 272 seconds]
cnxsoft has joined #imx6-dev
simmel80_ has joined #imx6-dev
simmel80___ has quit [Ping timeout: 240 seconds]
Er0l has quit [Ping timeout: 244 seconds]
Er0l has joined #imx6-dev
silviof1 is now known as silviof
cnxsoft has quit [Ping timeout: 255 seconds]
cnxsoft has joined #imx6-dev
diego_r has joined #imx6-dev
cnxsoft has quit [Ping timeout: 255 seconds]
kbouhara has joined #imx6-dev
kbouhara has quit [Client Quit]
kroon has joined #imx6-dev
cnxsoft has joined #imx6-dev
steeve has joined #imx6-dev
cnxsoft has quit [Ping timeout: 255 seconds]
steeve has quit [Remote host closed the connection]
fossxplorer has joined #imx6-dev
victhor has joined #imx6-dev
cnxsoft has joined #imx6-dev
steeve has joined #imx6-dev
steeve has quit [Remote host closed the connection]
victhor has quit [Ping timeout: 240 seconds]
steeve has joined #imx6-dev
tasslehoff has joined #imx6-dev
<tasslehoff>
anyone got a kernel cmdline that gives 720p@60? struggling to make this work..
<simmel80_>
tasslehoff: when it does not work, it does not work, we (me and a colleague) haven given up on fixing it through commandline
<simmel80_>
it depends on the display that is attached to the hdmi
<tasslehoff>
simmel80_: yeah. with hdmi-dvi I got almost no modes. with hdmi-hdmi I got more modes, but it still didn't use 720p
<simmel80_>
the wandboard, resp. them imx6, reacts differently to different displays
<tasslehoff>
if I don't specify anything, it uses 1080p
<tasslehoff>
otherwise it falls back to 480p
<tasslehoff>
ok
<simmel80_>
i would suggest putting some debug printout into the drivers
<simmel80_>
mx ipu v3 fb driver, its hdmi component, and the dvi parser
<simmel80_>
all from freescale
<simmel80_>
or try with the upstream (drm) drivers
<simmel80_>
but this would mean different kernel, probably
<tasslehoff>
simmel80_: ok. on 3.0.17 (yocto 1.6) now.
<simmel80_>
like me
<simmel80_>
ah and another thing
<simmel80_>
if you happen to use xorg, you can teach the thing more modes with xrandr
<tasslehoff>
if I boot without hdmi connected to the wandboard I get lots of modes to choose from.
<tasslehoff>
no x here :)
<simmel80_>
i guess i could work also using framebuffer ioctl
<simmel80_>
hm
<simmel80_>
boot without display, get the parameters for the desired mode with fb ioctl, then try to set these parameters, with display connected?
<tasslehoff>
and then echo "D:1920x1080p-60" > /sys/class/graphics/fb0/mode works fine
<simmel80_>
but just for switching modes
<simmel80_>
i never tried it, but the code makes me believe that you could also teach it a new mode via sysfs
<simmel80_>
but it would involve cat-ing binary data into sysfs, iirc, a struct deatiling the mode, from linux/fb.h
<simmel80_>
i would really suggest having a look at the driver though, to see how it interprets the edid, and from there see why it fails
<tasslehoff>
simmel80_: will have to do that.
rz2k has joined #imx6-dev
<simmel80_>
mxc_ipuv3_fb.c and mxc_hdmi.c are kind of glued together with mxc_dispdrv.c, i guess mxc_hdmi calls into mxc_edid.c, but only needs it for the edid extensions stuff, the base edid is probably parsed by the regular kernel edid parser
<simmel80_>
fbmon.c
steeve has quit [Remote host closed the connection]
cnxsoft has quit [Ping timeout: 255 seconds]
cnxsoft has joined #imx6-dev
tasslehoff has quit [Quit: WeeChat 0.4.2]
steeve has joined #imx6-dev
cnxsoft has quit [Ping timeout: 255 seconds]
cnxsoft has joined #imx6-dev
kroon has quit [Quit: Leaving]
steeve has quit [Remote host closed the connection]
victhor has joined #imx6-dev
cnxsoft has quit [Quit: cnxsoft]
staylor has joined #imx6-dev
<codinho>
is there any standard way to test hw parts of board using fsl-community-bsp-platform? I can see unit_tests directory in deployed image, but looks like all of the testing scripts are not working and fails even on sabrelite
<codinho>
I meant something to test new custom board hw
fossxplorer has quit [Remote host closed the connection]
kroon has joined #imx6-dev
<rz2k>
codinho: run 4x linpack and glmark2-es2 at the same time
<rz2k>
best way to hung exynos4412 boards
<rz2k>
should do on imx6 too :p
diego_r has quit [Ping timeout: 264 seconds]
steeve has joined #imx6-dev
bfederau has quit [Read error: Connection reset by peer]