projectg1s is now known as projectgus
aholler_ has joined #imx6-dev
aholler has quit [Ping timeout: 250 seconds]
victhor has quit [Ping timeout: 268 seconds]
DV__ is now known as dv_
zaxari has quit [Quit: WeeChat 1.0]
paulk-aldrin has joined #imx6-dev
shogunx has quit [Ping timeout: 276 seconds]
<aholler_> I've give 3.14 (linux-linaro-lsk-v3.14-mx6-drm) a try, and galcore failed: http://dpaste.com/1QNJ9DA
aholler_ is now known as aholler
victhor has joined #imx6-dev
<jnettlet> aholler, setup CONFIG_DMA_CMA=y in your .config and make sure the allocation is over 128M We generally set it to 256
<aholler> thanks, will try it later
<aholler> I did a make oldconfig to not loose my configuration, therefor that wasn't set.
<aholler> but besides that it booted
<aholler> using my old dtb for the wandboard and having added the rfkill-driver
<aholler> cec as module fails (did that because Im playing at that front):
<aholler> drivers/built-in.o: In function `hdmi_set_dvi_mode':
<aholler> :(.text+0x8ff70): undefined reference to `hdmi_cec_start_device'
<aholler> :(.text+0x8ff7c): undefined reference to `hdmi_cec_stop_device'
<aholler> make: *** [vmlinux] Fehler 1
<aholler> likely a missing export
<aholler> ah, no, hdmi build and cec as module doesn't work
<aholler> +in
<aholler> [ 80.971373] imx-hdmi-audio imx-hdmi-audio: failed to config slave dma
<aholler> [ 80.971390] imx-hdmi-audio imx-hdmi-audio: ASoC: imx-hdmi-audio hw params failed: -22
<aholler> but video (xbmc-imx6 fb) plays
<aholler> hmm, dma_cma was turned on in my old config too. don't know why it disappeared
<dv_> aholler: what defconfig are you using ?
<dv_> imx_v7_cbi_hb_defconfig ?
<aholler> none, oldconfig. can't remember on what is was based ;)
<aholler> s/is/it/
<aholler> anyway, I now first play with cec before giving 3.14 another try. cec doesn't seem to work with 3.10 and 3.14 (using a patched libcec and modified kernel driver) so there seems to be some work there necessary
<aholler> libcec from imx-lib is able to turn the tv off, so it isn't a problem of the hw. Just buggy driver :/
<aholler> should be able to find that ;)
<dv_> try the config I mentioned
<dv_> this is the one I use
<dv_> works perfectly
<dv_> oh wait
<dv_> thats the one for the cubox-i , and you are using a wandboard. nevermind :)
<dv_> btw, I got a mail from somebody who wants to add wandboard support to the 3.14 kernel. jnettlet, heard anything about that?
<aholler> several changes for the dt are necessary to use a wandboard.
<dv_> sure
<dv_> I sent a mail to check for updates. I suppose you'd like to work with that person on it.
<aholler> I already thought about sending patches myself. but on the other side I'm unsure if I really want to support wandboard :/
<aholler> they don't seem to care for anything
<vpeter> aholler: I think here https://github.com/linux4kix/linux-linaro-stable-mx6 wandboard is supported.
<vpeter> at least dts's are there.
<aholler> yes, but that's the old stuff which doesn't work the c1
<vpeter> then nevermind
<aholler> you need to split the dt as done in mainline. and rfkill-wand is necessary to use wifi and bt
<aholler> e.g. the old wifi-power-pin is now used for cec
<aholler> (with c1)
<vpeter> I think this is too much for me. I only add led and gpio-ir for my board (tbs matrix btw).
<aholler> it isn't that much. it's just cumbersome ;)
shogunx has joined #imx6-dev
<aholler> but thanks to dt, all changes have just be done in the dt. it was much more difficult when hw-specific stuff was embedded deeply in several vendor-drivers
<jnettlet> dv_, haven't heard a peep
<dv_> aholler: lets see if I get a response
<aholler> maybe just cherry-picking the patch from mainline works as a base. haven't tried it
<dv_> but I find it strange that the wandboard support is lacking. whenever I see imx6 mentioned, I often see their name close to it
<aholler> the board configuration fitted my needs best. and it is cheap
<aholler> but edid is broken :(
<dv_> edid is often broken
<dv_> makes you wonder how useful it really is
<aholler> yes, the beagle learned it very late too
<jnettlet> aholler, much of my device-tree is backported for 3.16.y
<dv_> but overall I'd definitely base my work on the 3.14 kernel
<dv_> considering the many improvements over 3.10.17 it has
<jnettlet> definitely a lot more stable.
<jnettlet> The in kernel NEON and aes integration makes ssh so much better. I can actually saturate 100Mbps with scp
<dv_> yay
<dv_> hopefully more people learn of this kernel and consider switching to it for their boards
<jnettlet> Like FSL :-)
paulk-aldrin has quit [Quit: Ex-Chat]
<vpeter> Is it possible to get dtb file name used from userspace inside running linux?
<jnettlet> vpeter, what are you trying to do?
<vpeter> I have base linux system which covers multiple imx6 platforms. The only change is which dtb is loaded from u-boot. That's why I would like to know the file or some other identification when system is running.
<jnettlet> vpeter, if this is within the kernel there are helper functions cpu_is_imx6q
<jnettlet> etc
<jnettlet> if it is from userspace you can check sysfs
<jnettlet> /sys/devices/soc0/soc_id
<aholler> cat /proc/device-tree/compatible
<vpeter> aholler: Don't have this one. Maybe some kernel config missing?
<vpeter> jnettlet: I know this one. But this gives same data.
<aholler> vpeter: look at drivers->device.tree
<aholler> there is an option for dt in proc
<vpeter> will do. Thank you.
<vpeter> Anyone having hummingboard? What returns cat /sys/devices/soc0/machine
malik has quit [Ping timeout: 250 seconds]
malik has joined #imx6-dev
jqz has joined #imx6-dev
<jqz> Hello, anyone have E9 minipc from here:http://en.embedsky.com/product_info.php?cateid=169&id=169 and playing with kernel 3.14? Is there a patches I could find that has mxc video drivers in it?
RaYmAn has quit [Ping timeout: 245 seconds]
otavio has quit [Ping timeout: 250 seconds]
RaYmAn has joined #imx6-dev
RaYmAn is now known as Guest85650
bfederau has quit [Remote host closed the connection]
bfederau has joined #imx6-dev
otavio has joined #imx6-dev
Guest85650 has quit [Ping timeout: 276 seconds]
RaYmAn_ has joined #imx6-dev
victhor_ has joined #imx6-dev
victhor has quit [Ping timeout: 260 seconds]