Tenkawa has quit [Quit: leaving]
raumzeit1 has joined #imx6-dev
raumzeit has quit [Ping timeout: 265 seconds]
jnettlet has quit [Ping timeout: 252 seconds]
jnettlet has joined #imx6-dev
silviof2 has joined #imx6-dev
silviof1 has quit [Ping timeout: 264 seconds]
cnxsoft has joined #imx6-dev
simmel80___ has joined #imx6-dev
simmel80 has quit [Ping timeout: 252 seconds]
Er0l has quit [Ping timeout: 240 seconds]
Er0l has joined #imx6-dev
rz2k has joined #imx6-dev
ortogonal has quit [Remote host closed the connection]
cnxsoft has quit [Quit: cnxsoft]
ortogonal has joined #imx6-dev
hste_ has quit [Ping timeout: 265 seconds]
hste_ has joined #imx6-dev
cnxsoft has joined #imx6-dev
diego_r has joined #imx6-dev
ortogonal has quit [*.net *.split]
cnxsoft has quit [Ping timeout: 276 seconds]
ortogonal has joined #imx6-dev
_dv_ has quit [Ping timeout: 245 seconds]
dv_ has joined #imx6-dev
_dv_ has joined #imx6-dev
dv_ has quit [Ping timeout: 252 seconds]
cnxsoft has joined #imx6-dev
_dv_ has quit [Ping timeout: 255 seconds]
cnxsoft has quit [Ping timeout: 276 seconds]
Tenkawa has joined #imx6-dev
<Tenkawa> hi all
<Tenkawa> success with 3.10.17 at last :)
<hste_> Tenkawa: hi
<Tenkawa> hste_: hey...
<Tenkawa> it was my partition layout the whole time
<diego_r> Tenkawa: hi. Good to know that! Interestingly Freescale is moving to 3.10 even for their next Android 4.4 release
<Tenkawa> haahaa really?
<Tenkawa> finally
<Tenkawa> oh.. and I got the internal wifi working without any more mods
cnxsoft has joined #imx6-dev
<Tenkawa> diego_r: does it have a dtb and config for the gk802 in it?
<Tenkawa> or should I just use the ones from the tree I'm using?
<diego_r> Tenkawa: no, that just an unrealease Freescale alpha. gk802 is not an official Freescale board
<Tenkawa> bummer..
* Tenkawa now works on cpu scaling to try to keep some heat down
<hste_> Tenkawa: what cpu rev do u have on your gk802?
<Tenkawa> let me check
<Tenkawa> rev 10
<Tenkawa> v7l
<hste_> Tenkawa: ok. I guess you running at 800Mhz at max then
<Tenkawa> cpufreq-info lists 996 mhz
<Tenkawa> as my highest
<Tenkawa> currently running there (compiling another kernel adjustment)
<Tenkawa> is mine a fairly old rev?
dv_ has joined #imx6-dev
<Tenkawa> I'm pondering a better heat dispertion modification soon
<Tenkawa> if I can ever stop crashing it from the heat now
<Tenkawa> although it really didnt seem hot at all this time
<hste_> Tenkawa: Mine is an old 1.0 and on newer kernels its clocked down to 800. On 3.0.35_4.1.0 I ran it 1.2Ghz and it ran without problem, but I modified with a heatsink
<Tenkawa> ahh
<Tenkawa> I'm going to put better thermal paste and a bigger metal ballast on it i think to help with that too
<hste_> Tenkawa: but the heat problem i saw was only on using gpu heavy
<Tenkawa> its actually a really fun little machine to mess with
<Tenkawa> hste_: I'm completely disabling the gpu from the kernel now
<Tenkawa> mine is headless so no need for it at all
<Tenkawa> is there a boot option to disable it by chance?
<Tenkawa> heh my gk802 and cubox-i are sitting there just churning away
<hste_> Tenkawa: I dont know, maybe gpumem=0, but havn't tried
<Tenkawa> well disabling the kernel driver should help at least
<Tenkawa> darnit..
<Tenkawa> crashed again
<Tenkawa> very hot that time
<Tenkawa> I will get this darn kernel finished
<Tenkawa> (hopefully before I have to leave for work)
<Tenkawa> heheh
<Tenkawa> hste_: again thank you for steering me in the right direction the other day.
<Tenkawa> I wouldve fought uboot not even thinking about it needing dtb support itself
<Tenkawa> ooh.. finally
<Tenkawa> ok rebooting...
<Tenkawa> lets hope this one works
<Tenkawa> I find it odd this wifi doesnt support the minstrel rate algo (at least I dont think it does)
<Tenkawa> weird.. find just oopsed the kernel
<Tenkawa> cheers all.. time for work
Tenkawa has quit [Quit: leaving]
cnxsoft has quit [Ping timeout: 276 seconds]
silviof3 has joined #imx6-dev
silviof2 has quit [Ping timeout: 260 seconds]
kroon has joined #imx6-dev
cnxsoft has joined #imx6-dev
kroon has quit [Quit: Leaving]
codinho has joined #imx6-dev
codinho has joined #imx6-dev
codinho has quit [Changing host]
kroon has joined #imx6-dev
rz2k has quit []
kroon has quit [Quit: Leaving]
hlavery has joined #imx6-dev
codinho has quit [Ping timeout: 265 seconds]
cnxsoft has quit [Remote host closed the connection]
<hlavery> hste_: Have a gk802 running your jessie 3.10.17; tried to recompile the kernel using source from your files and config from /proc/config.gz
<hlavery> However, the make errors out at build-in.o with undefined references connected with bus frequencies. Is there a known fix? I want to add a few modules...
codinho has joined #imx6-dev
codinho has joined #imx6-dev
codinho has quit [Changing host]
<hlavery> errors are from platform-imx-dma.c, missing refs include update_lpaddr2_freq. Thanks!
<bfederau> dv_: I get a seg fault in the imxipuvideotransform. More info: https://github.com/Freescale/gstreamer-imx/issues/5
<dv_> hmm. I am not sure how or why this situation occurs, but I just caught a missing == NULL check. thanks
<dv_> src/common/phys_mem_allocator.c:189 , the value of "copy" might be NULL if allocation fails. but this case isnt checked for.
<bfederau> dv_: do you fix this?
<hste_> hlavery: compiles for me. I'm using gcc 4.7.2
<hlavery> Perhaps that is the issue...I was compiling directly on the GK802, the gcc -v there shows 4.8.3
codinho has quit [Quit: Leaving]
diego_r has quit [Ping timeout: 260 seconds]
<dv_> bfederau: yep
<bfederau> dv_: thanks
<dv_> if it works, I'll push it
<dv_> (I cannot test it right now)
hste_ has quit [Ping timeout: 240 seconds]
hste_ has joined #imx6-dev
datagutt has quit [Ping timeout: 245 seconds]
bfederau has quit [Read error: Connection reset by peer]
bfederau has joined #imx6-dev