dshankar has quit [Quit: dshankar]
dshankar has joined #imx6-dev
cnxsoft has joined #imx6-dev
<dshankar> otavio: are you there? had a question re gk802.conf http://patches.openembedded.org/patch/60181/ curious why gk802 recipes were removed
<otavio> dshankar: no one steped to fix the patches and build errors
<otavio> dshankar: if you are willing to do it, please send the revert for the removal and provide the fixes :D
<dshankar> otavio: I see. I'd love to (some day) but I'm still learning. just got started with yocto & such :)
<dshankar> otavio: I'm asking because dv_ sent me some patches for chromium & I'm trying to build it for gk802 with yocto :(
<otavio> dshankar: we need more people commited in supporting the boards they send, not just send it and stop supporting it
<otavio> did he? I didn't see
<otavio> where? when?
<dshankar> he sent me offline via email.
<dshankar> i don't think they're public/upstream yet?
<otavio> ah
<otavio> ok
<dshankar> I'm trying to get chromium to use VPU + render with GLES, and his patches fixed them
<otavio> \m/
<dshankar> Previously I was doing the builds right on the gk802 but you know how slow it is ^_^
<otavio> I hope he send it upstream
<otavio> lol
<dshankar> he suggested doing it with yocto & meta-fsl-arm but I couldn't find the gk802 machine confs etc.
<dshankar> otavio: for building chromium for gk802, is this machine conf [1] all I need? or I do need a gk802 specific bsp/kernel/uboot etc.? [1]: https://github.com/ajayramaswamy/meta-ar802/blob/master/conf/machine/ar802.conf
<dshankar> I'm trying to understand what's needed when building an application vs. building a full OS (sorry for being a yocto noob ;))
<otavio> depends
<otavio> ar802 ... never say it
<dshankar> reading his repo, I think ajayr simply renamed gk802 to ar802 (his initials)
<otavio> might work
ajayr has quit [Ping timeout: 240 seconds]
ajayr has joined #imx6-dev
ajayr has quit [Client Quit]
ajayr has joined #imx6-dev
ajayr has quit [Ping timeout: 240 seconds]
ajayr has joined #imx6-dev
ajayr has quit [Read error: Connection reset by peer]
ajayr has joined #imx6-dev
bfederau has quit [Read error: Operation timed out]
bfederau has joined #imx6-dev
cnxsoft has quit [Ping timeout: 272 seconds]
cnxsoft has joined #imx6-dev
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #imx6-dev
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #imx6-dev
cnxsoft has quit [Ping timeout: 245 seconds]
atiti has joined #imx6-dev
cnxsoft has joined #imx6-dev
fossxplorer has joined #imx6-dev
tapani_ has quit [Ping timeout: 246 seconds]
tapani_ has joined #imx6-dev
cnxsoft has quit [Remote host closed the connection]
atiti has quit [Ping timeout: 245 seconds]
rz2k has joined #imx6-dev
rz2k has quit []
staylor has joined #imx6-dev
diego_r has quit [Quit: Konversation terminated!]
jas-hacks has joined #imx6-dev
rz2k has joined #imx6-dev
<hste> jas-hacks: still working on X?
<jas-hacks> hste: yep
<hste> hopefully they will perform well :)
<jas-hacks> hste: need to get it to work first :)
<hste> :)
<hste> jas-hacks: I havn't heard of anyone that has X working with the new libs yet
<jas-hacks> looks like new X drivers tries to detect edid modes and tries to set a default which different from the one I passed to the kernel
ragesoss has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ragesoss has joined #imx6-dev
<hste> jas-hacks: tried setting res in xorg.conf?
<jas-hacks> hste: trying to set the Modeline values
<hste> jas-hacks: does it support xrandr?
<jas-hacks> hste: reading the code it looks like it may
staylor has quit [Ping timeout: 252 seconds]
<dshankar> jas-hacks: / hste : are you using yocto to build & package up the gk802 rootfs & images?
<rz2k> hste: jas-hacks: what are the new libs and what Xorg driver you are talking about that tries to read edid
<rz2k> ?
<hste> I have not tried it but the one jas-hacks is trying is 3.10.17-1.0.0_beta
<rz2k> any links? I have not seen the meta-freescale update to this version
<hste> dshankar: I use yocto to build, but using wandboard-quad as machineid and replace the kernel and uboot with one for gk802
<rz2k> I will be really happy if they would go to DRI2 and DRM drivers
<rz2k> atleast that can be possibly workarounded with known things
<rz2k> like Mali-400 various bugs with DRI2 that are all coming from the blob not properly implementing the driSwapBuffers()
<dshankar> hste: where can I get that kernel/uboot? and do you do any modifications to get a rootfs from yocto to work on the gk802? i.e. what work was done to get vpu/gpu etc.?
<dshankar> I'm asking because I'm building chromium on yocto for gk802 and I screwed up :/
<rz2k> oh god
<rz2k> dshankar: and how is your success so far?
<rz2k> I was going to compile WebRTC soon
<rz2k> but it is a living hell, they replaced all standard tools with their gyp/ninja/gl and etc
<rz2k> debugging it not being a googler is just a pain
<dshankar> thanks
<dshankar> rz2k: it's been a bit of a nightmare to be honest, but i was able to get chromium built natively on gk802
<rz2k> nice
<dshankar> rz2k: webrtc works, vpu works, but buggy. the screen display crashes/blinks occasionally. This stuff is far beyond my skillset so I'm learning along the way
<hste> rz2k: I havn't looked at it, but jas-hacks has found the parts :) So he can give u an answer on where to find it
<rz2k> hste: ok, I'll have to check git.freescale, they probably updated they branch
<rz2k> dshankar: nice, I just need the libjingle/api part for my projects. I'm using fairly old version that recently got out of date with new chrome update and now my webrtc apps are dead there, so I stuck with updating webrtc for arm.
<rz2k> hopefully I will figure google's build system yet again and build it natively.
<dshankar> rz2k: ah are you just sending audio over datachannel?
<dshankar> that should be much easier since it's not cpu intensive and doesn't need to mess with gpu or vpu
<rz2k> nope, video+audio+my data
<rz2k> yes I invented skype :3
<rz2k> on webrtc
<hste> rz2l: :)nice I like webrtc
<rz2k> I compile webrtc with softcodecs
<rz2k> libvpx
<rz2k> imx6 can handle the 480p stream
<dshankar> rz2k: have you been able to get libvpx to handle 1080p streams? I'm struggling with that for a different use case
<rz2k> yes but not on imx6
<rz2k> its too weak
<dshankar> :(
<rz2k> we need the vpu for that
<dshankar> i've bee thinking of making a webrtc-gstreamer module
<dshankar> s/bee/been
<rz2k> that would be great
<dshankar> since gstreamer can handle the vpudec properly + nocopy
<dshankar> I know webrtc internals well but I'm a gstreamer noob
<hste> I saw carlos had put his work out on gstreamer
<hste>
<hste> Mer
<hste> 3 av 18 665
<hste>
<hste>
<hste> [meta-freescale] [meta-fsl-arm][PATCH] Add gstreamer-imx GStreamer 1.0 plugins
jas-hacks has left #imx6-dev [#imx6-dev]
bfederau has quit [Remote host closed the connection]
bfederau has joined #imx6-dev
rz2k has quit []
<dshankar> hste: I saw that. I'll probably try that this weekend