cnxsoft changed the topic of #imx6-dongle to: i.MX6 HDMI Dongle Software Development. You can also join us at https://groups.google.com/forum/?fromgroups#!forum/imx6-dongle - IRC Logs - http://irclog.whitequark.org/imx6-dongle/
aesok has quit [Remote host closed the connection]
datagutt has joined #imx6-dongle
vgrade has quit [*.net *.split]
allanmac has quit [*.net *.split]
allanmac has joined #imx6-dongle
vgrade has joined #imx6-dongle
cnxsoft has joined #imx6-dongle
allanmac has quit [Ping timeout: 245 seconds]
Noskcaj has quit [Ping timeout: 246 seconds]
cnxsoft has quit [Quit: cnxsoft]
Noskcaj has joined #imx6-dongle
Noskcaj has quit [Ping timeout: 240 seconds]
cnxsoft has joined #imx6-dongle
eebrah_ has joined #imx6-dongle
eebrah_ has quit [Ping timeout: 258 seconds]
eebrah_ has joined #imx6-dongle
ajayr has quit [Quit: Lost terminal]
ajayr has joined #imx6-dongle
Noskcaj has joined #imx6-dongle
Noskcaj has joined #imx6-dongle
Noskcaj has quit [Changing host]
bsdfox has quit [Read error: Connection reset by peer]
bsdfox has joined #imx6-dongle
bsdfox has quit [Changing host]
bsdfox has joined #imx6-dongle
rz2k has joined #imx6-dongle
MindBeat has quit [Remote host closed the connection]
cnxsoft has quit [Ping timeout: 256 seconds]
bsdfox has quit [Read error: Connection reset by peer]
bsdfox has joined #imx6-dongle
<abrasive> drachensun: did you get your lcd working?
nicksydney has quit [Remote host closed the connection]
cnxsoft has joined #imx6-dongle
eebrah_ has quit [Ping timeout: 264 seconds]
eebrah_ has joined #imx6-dongle
Noskcaj has quit [Quit: good bye]
eebrah_ has quit [Ping timeout: 252 seconds]
bsdfox has quit [Read error: Connection reset by peer]
bsdfox has joined #imx6-dongle
bsdfox has quit [Read error: Connection reset by peer]
bsdfox has joined #imx6-dongle
bsdfox has joined #imx6-dongle
bsdfox has quit [Changing host]
jas-hacks_ has joined #imx6-dongle
cnxsoft has quit [Quit: cnxsoft]
<hste> jas-hacks_: good morning. Done more to the new rootfs?
cnxsoft has joined #imx6-dongle
<jas-hacks_> hste: morning, attempting to re-compile the xorg drivers on the gk802 so that I don't need to build them using yocto.
<jas-hacks_> hste: once that's done, then will make a new rootfs.
<hste> jas-hacks_: compiling on dongle? :)
<jas-hacks_> hste: yes, that's what I did for the gstreamer stuff.
bsdfox_ has joined #imx6-dongle
bsdfox has quit [Ping timeout: 260 seconds]
bsdfox_ has quit [Ping timeout: 260 seconds]
bsdfox_ has joined #imx6-dongle
bsdfox_ has quit [Changing host]
bsdfox_ has joined #imx6-dongle
eebrah has quit [Quit: Leaving]
bsdfox_ has quit [Read error: Connection reset by peer]
GasVesa has joined #imx6-dongle
bsdfox_ has joined #imx6-dongle
eebrah_ has joined #imx6-dongle
<rz2k> jas-hacks_: no success with yocto?
<rz2k> I thought it was complete rootfs solution
<jas-hacks_> rz2k: It is a complete rootfs solution but as a open embedded platform.
<hste> rz2k: could be sth for xbmc, but not as a full distroi
<hste> -i
<jas-hacks_> rz2k: yep better for xbmc or ... as a short cut to get some drivers built.
<rz2k> I will probably face it soon, my boss wants to move away from linaro
<rz2k> and have everything selfcompiled
<jas-hacks_> rz2k: what board are you using?
<rz2k> will use i.mx6quad CoM with custom board
<rz2k> now it is done on exynos4412 but using it is expensive and samsung has zero support for minor customers
eebrah_ has quit [Ping timeout: 246 seconds]
eebrah_ has joined #imx6-dongle
eebrah_ has quit [Ping timeout: 260 seconds]
jas-hacks_ has quit [Remote host closed the connection]
<otavio> rz2k: Yocto for products is the way to go
<otavio> rz2k: specially because of copyleft management
<otavio> rz2k: you need to be careful about licenses and all you need to deliver to be compliance.
<otavio> rz2k: plus reproducability
<otavio> rz2k: I never build 'in board' I use external toolchain to develop for the board
<otavio> rz2k: faster and using NFS it is trivial to deploy it
ajayr has quit [Quit: Lost terminal]
eebrah_ has joined #imx6-dongle
ajayr has joined #imx6-dongle
aesok has joined #imx6-dongle
eebrah_ has quit [Ping timeout: 245 seconds]
datagutt has quit [Quit: kthxbai]
datagutt has joined #imx6-dongle
jas-hacks_ has joined #imx6-dongle
<drachensun> abrasive: Not yet, either I don't have the right driver or I'm missing some step to make the kernel realize its there. A comparison of configs from the Android version implies I have all the right drivers though
cnxsoft has quit [Remote host closed the connection]
<abrasive> you might need a platform device
<abrasive> in the board file
<abrasive> check out some of the other mx6q machines, i think at least one of them has an inbuilt lcd
<abrasive> drachensun: check out arch/arm/mach-mx6/board-mx6q_sabreauto.c
<drachensun> yeah, I just reading the kernel docs on platform devicse
<drachensun> ok cool, yeah and so this file just has a lot of them right?
<drachensun> Well thats one thing I wasn't sure about, if you check off more than one system type in the kernel config, hdmi and sabreauto and sabresd lets say, does it load them all up, or does it decided on one of them somehow at run time?
<hste> abrasive: u fixed/revertet the patch :)
<hste> abrasive: what should the load command do?
<abrasive> choose fs and load
<abrasive> it's in there somewhere, just not enabled. so many config options to find.
<abrasive> drachensun: i don't know what mechanism is for choosing machines
<abrasive> i think some can do it at runtime
<drachensun> ok, I might safer to just turn the others off
<abrasive> the uboot that came with your tablet might have some clues if your tablet's based of one of the sabre designs
<abrasive> it exports a revision atag to the kernel that turns up in a proc file
<drachensun> ok, I know what I'm looking for now so thats good
<abrasive> ok.
<drachensun> oh
<drachensun> I found the kernel config
<abrasive> but the rev id is a magic number, so.
<drachensun> this is something else?
<abrasive> well, if you already have a config... doesn't it specify which mach type?
<drachensun> heh yeah, RICHTECHIE
<drachensun> the one they haven't shared
<abrasive> ha.
<drachensun> I was hoping from the running kernel I could find some info about the lcd device
<drachensun> I can see it in /dev/graphics
<drachensun> but I can't find anything inf the sys files that tell me anything specific so far
<abrasive> you can see the framebuffer device presumably.
<abrasive> but you need something to configure the fb to output to the right interface
<abrasive> presumably lvds
<abrasive> if you have to find a gpio or gpios to get your lcd enabled, that might be more tricky
<drachensun> looking at the connector
<drachensun> it looks like one of those 18 pin parallel buses
<abrasive> lvds then.
<drachensun> ah ok
<abrasive> the sabreauto boards have 2x lvds i think :|
<drachensun> ok, lets see
vgrade has quit [Ping timeout: 252 seconds]
<drachensun> well one is bound to work then right :)
vgrade has joined #imx6-dongle
<abrasive> hopefully!
<abrasive> anyway, bedtime for me, good luck with it
<drachensun> thanks for help
<jas-hacks_> rz2K: Are you in touch with any of the xbmc dev guys?
<rz2k> not really, but I know the nicknames who you want to private message to get some info
<rz2k> i think gstreamer support is not really hardcore task and they can help you
<jas-hacks_> rz2k: is it 'gimli' ?
<rz2k> not only him
<rz2k> i pm'd you the list
<rz2k> there was a 4s guy too, but I dont remember his nickname, was something on M
<rz2k> I met them at odroid channel when they were checking out how xbmc does on exynos4412 with mali-400 launched properly
<jas-hacks_> thanks!
<rz2k> last one is the Xorg guy by the way
<rz2k> if you found some segfaults with X11/UI report to him
<hste> jas-hacks_: xbmc and 12.04. I think I need more of these dongles :)
<jas-hacks_> hste: Hopefully new 12.04 rootfs tomorrow with gpu & vpu.
<hste> jas-hacks_: win8rt.... heheheh
<jas-hacks_> hste: imx6 supports Windows Embedded Compact 7.
<hste> jas-hacks_: I prefer a real os :)
allanmac has joined #imx6-dongle
<jas-hacks_> hste: ... need to wait for a board with 2GB of Ram
<hste> jas-hacks_: I need to get waf for turning one room into a complab :)
<jas-hacks_> hste: :O
<hste> jas-hacks_: she want to have it for a wardrobe, I think a complab is better
<jas-hacks_> hste: ... I have the same problem
jas-hacks_ has left #imx6-dongle [#imx6-dongle]
aesok has quit [Remote host closed the connection]
bsdfox_ has quit [Read error: Connection reset by peer]
bsdfox_ has joined #imx6-dongle
eebrah has joined #imx6-dongle
jas-hacks_ has joined #imx6-dongle
ajayr has quit [Ping timeout: 240 seconds]
ajayr has joined #imx6-dongle
eebrah has quit [Ping timeout: 245 seconds]
aesok has joined #imx6-dongle
eebrah has joined #imx6-dongle
eebrah has quit [Read error: Connection reset by peer]
Noskcaj has joined #imx6-dongle
Noskcaj has quit [Changing host]
Noskcaj has joined #imx6-dongle
jas-hacks_ has quit [Remote host closed the connection]
rz2k has quit []