cnxsoft has joined #imx6-dev
zaxari has quit [Ping timeout: 260 seconds]
zaxari has joined #imx6-dev
aholler_ has joined #imx6-dev
aholler has quit [Ping timeout: 260 seconds]
frsc has joined #imx6-dev
jnettlet has joined #imx6-dev
<obinou> BrokenCog: i'm trying to :-)
<obinou> difficult to do unless using the raw image provided by freescale or boundary device for their hardware
<obinou> sources are not available for the latest version
<obinou> and even for 4.x , I have difficulties to compile them
vetkat has quit [Quit: Bye bye]
cnxsoft has quit [Ping timeout: 240 seconds]
vetkat has joined #imx6-dev
cnxsoft has joined #imx6-dev
diego_r has joined #imx6-dev
ftonello has joined #imx6-dev
ftonello has quit [Ping timeout: 260 seconds]
caiortp has joined #imx6-dev
ftonello has joined #imx6-dev
frsc has quit [Remote host closed the connection]
frsc has joined #imx6-dev
ftonello has quit [Ping timeout: 276 seconds]
frsc has quit [Quit: Leaving]
frsc has joined #imx6-dev
dv__ has joined #imx6-dev
dv_ has quit [Ping timeout: 250 seconds]
Nilesh_ has joined #imx6-dev
NileshKokane has joined #imx6-dev
ftonello has joined #imx6-dev
cnxsoft has quit [Quit: cnxsoft]
frsc has quit [Ping timeout: 244 seconds]
frsc has joined #imx6-dev
codinho has quit [Ping timeout: 240 seconds]
NileshKokane has quit [Quit: Connection closed for inactivity]
Nilesh_ has quit [Quit: Connection closed for inactivity]
codinho has joined #imx6-dev
ftonello has quit [Ping timeout: 260 seconds]
ftonello has joined #imx6-dev
frsc has quit [Quit: Leaving]
jas-hacks has joined #imx6-dev
egavinc_ has joined #imx6-dev
<BrokenCog> obinou: that's kind of good news bad news ... at least I'm not as incompetent as this is making me feel :).
<BrokenCog> maybe we can share notes or something.
<obinou> yes we can, I need to rework that as well
<BrokenCog> you mentioned version 4.x, you mean of Android? or Linux?
<obinou> with android , i'm never sure what path I shall follow. Now Android 6 is coming in , I'm reluctant to work on erlier version :-(
<obinou> I was talking about 4.x android version
<BrokenCog> Okay. I haven't tried with that. I've always been using 5.
<BrokenCog> which iMX6 are you using? I've got an imx6q sabre-ai.
<obinou> i have many
<obinou> sabre lite, GK802, udoo, cubox-i , and recently a udoo-neo
<obinou> not counting custom designs (but not for android project)
<BrokenCog> okay. so many because you like the SoC?
<BrokenCog> I'm guessing for work related?
<obinou> both :-)
<BrokenCog> ahah.
<BrokenCog> this is our first usage of the board ... using it for the ESAI.
<obinou> ESAI == ?
<BrokenCog> Enhanced Serial Audio Interface
* obinou go googling
<obinou> (i dont use audio , i admit)
<obinou> i mean
<obinou> not in the kernel diving stuff
ftonello has quit [Ping timeout: 260 seconds]
<obinou> BrokenCog: the imx6 have a esai interface able to plug to a DSP ?
<BrokenCog> we have a couple of ADC's and a codex feeding into the ESAI.
<obinou> ok
<obinou> industrial application ?
<BrokenCog> not really. It's a prototype for another company. Sound processing of multiple mic inputs.
<BrokenCog> probably their goal is consumer item.
<obinou> ok
dack has joined #imx6-dev
<BrokenCog> At least we're not going to be customizing much of Android - just adding a few audio related devic drivers.
<BrokenCog> The actual audio processing is the customer's app.
<obinou> i worked on many projects with IMX6 - from drones (camera & communication board) to industrial , automation board . Now i'm on the multimedia side of thing and.... i'm quite sadden by the closeness of all those multimedia units
<BrokenCog> what do you mean by closeness?
<obinou> well , as far as I undersant the GPU driver is not opensource. Neither are _some_ encoding/decoding unit
<obinou> also , recent android sources are not available , maybe i'm wrong here
<BrokenCog> ah, closed. got it. I haven't looked at the GPU. Wouldn't surprise me if it's closed.
<obinou> neither did I : before now I had no need for the gpu
<BrokenCog> that get's complicated quick.
<BrokenCog> I think the latest ANdroid source I've seen is 5.1.1 or something like that.
<obinou> let me check
diego_r has quit [Ping timeout: 244 seconds]
codinho has quit [Ping timeout: 264 seconds]
codinho has joined #imx6-dev
<BrokenCog> obinou: are you using HDMI? do you get sound? I have audio out which outputs sound, but sound via hdmi doesn't seem to come out. Any suggestions?
caiortp has quit [Remote host closed the connection]
jas-hacks has left #imx6-dev [#imx6-dev]
<obinou> I do on precompile images
<obinou> you shall have 2 audio output
<obinou> BrokenCog: where di u find 5.1.1 ? I can only find 5.0.0 at best
<BrokenCog> obinou: maybe I'm wrong ... let me look
<obinou> I'm looking into Boundary Devices
<obinou> on github
<obinou> there is _many_ things
<obinou> i never thinked about it
<BrokenCog> I haven't looked at Boundary. I've been using the Freescale repo.
<BrokenCog> maybe this isn't what I think it is: https://android.googlesource.com/platform/manifest
dack has quit [Remote host closed the connection]
<BrokenCog> could be FSL is ahead of Boundary??
<obinou> maybe
<BrokenCog> maybe you could help with this error. When I build the stock AOSP, I can boot fine. But if I make a change, I get htis error: type=1400 audit(5880.170:5): avc: denied { setfscreate } for pid=1 comm="init" scontext=u:r:kernel:s0 tcontext=u:r:kernel:s0 tclass=process permissive=
<BrokenCog> 0
<BrokenCog> I think it's SELinux related, but can't figure out what.
<dv__> obinou: pengutronix is mainlining imx6 support
<dv__> not finished yet though
<dv__> the vpu will be supported via video4linux mem2mem devices
<dv__> as for the gpu, well, there are efforts ongoing, based on the etnaviv project
<obinou> BrokenCog: maybe you can try to switch SELinux to permissve mode ?
<obinou> (cmdline argument)
<obinou> dv__: ok
<BrokenCog> I've tried: androidboot.selinux=disabled
<BrokenCog> maybe I have the wrong boot arg.
<BrokenCog> which would help getting dev going, but I'd still need to solve the problem ...
<BrokenCog> is androidboot.selinux and selinux the same boot arg?
<obinou> i have to try & report to you
<BrokenCog> what?! you lost me
<BrokenCog> ah ... no I get it. I read "I'l have to report you" not "report to you"
bfederau has quit [Remote host closed the connection]
bfederau has joined #imx6-dev