<naobsd>
are from RK3066_R-BOX_ANDROID4.2.2-SDK_V1.0.0/kernel
<naobsd>
basically rk3188 source is newer, so I used it as a base
<tonikasch>
yeah!!
<naobsd>
I just try it only 1 or 2 hours
<naobsd>
probably far from perfect
<naobsd>
but it works,good starting point :)
<tonikasch>
in fact, I have read that Galland and aloksinha2001 have a repository with a kernel source that compiles well with both rk3066 and rk3188 devices
<tonikasch>
:D
<naobsd>
I know some work are already done from some people
<naobsd>
I just tried myself on my sticks with fresh source
<naobsd>
to know how they work
<tonikasch>
:D
<tonikasch>
yes
<tonikasch>
I will give that source you mentioned a try as soon as I get my k-r42-1
<naobsd>
I'll push kernel source from RK3066 SDK to github too...
Theueip has quit [Quit: Leaving...]
<tonikasch>
:)
<tonikasch>
nice
<naobsd>
I want to try it on rk2826 tablet too, but I'm not sure LCD can run...(it's no HDMI)
<tonikasch>
oops... JochenKauz told me yesterday about the difficulty of getting display support on tablets and phones...
<tonikasch>
so... a trial and error, I guess
<naobsd>
I'm very sure it's difficult
<naobsd>
there is also no UART on my rk2926 tablet :(
<naobsd>
say hello to 1080p framebuffer :)
<tonikasch>
ouch!
<naobsd>
very large, and looks not so smooth ;)
<tonikasch>
well, JochenKauz told me that debugging through serial console had no sense in tablets since that way you couldn't realise the correct parameters of the display... :(
<naobsd>
I'm sure
<naobsd>
but uart gives console output, it's useful for something other than LCD
<tonikasch>
he/she talked about decompiling firmwares to get asm code...
<tonikasch>
:)
<tonikasch>
yeah, uart :)
Omegamoon has joined #linux-rockchip
<tonikasch>
hi, omegamoon
<Omegamoon>
hi there tonikasch
<Omegamoon>
long time no see ;-)
<tonikasch>
haha ;)
<tonikasch>
so, naobsd, do you think those sources will also compile for rk2926?
<naobsd>
need some work
<tonikasch>
well, the case is to have a common sources for all devices, isn't it?
<naobsd>
because arch/arm/mach-rk2928/ is empty in latest rk3188 source
<tonikasch>
oops, didn't know that, I have yet to watch sources for rk3188
<naobsd>
there is source code for rk292x in bqcurie source
<tonikasch>
so we'll have to combine them with the ones from sdk, aha