rz2k has quit [Read error: Connection reset by peer]
nighty^ has quit [Remote host closed the connection]
tonikasch has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 264 seconds]
<tonikasch>
hi
FreezingCold has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 240 seconds]
<tonikasch>
mmmm, let's see now if vpu_service works hehehe
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
FreezingCold has joined #linux-rockchip
<tonikasch>
well... I've got this (https://github.com/HermanChen/Rockchip_4.2_release_libstagefright) but now I don't see how I could make vpu acceleration work... there are some .so interesting files (libOMX_Core.so libomxvpu_enc.so libomxvpu.so librk_demux.so librk_on2.so)... what should I do with them?
<tonikasch>
Well, I'll post to linux-rockchip mailing list and see what happens
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
apxii has joined #linux-rockchip
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 240 seconds]
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #linux-rockchip
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
_massi_ has joined #linux-rockchip
_massi_ has quit [Remote host closed the connection]
_massi_ has joined #linux-rockchip
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
theskilledworker has joined #linux-rockchip
theskilledworker has joined #linux-rockchip
massi_ has joined #linux-rockchip
nighty^ has joined #linux-rockchip
devgiant has joined #linux-rockchip
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 246 seconds]
_hipboi_ has quit [Read error: Connection timed out]
theskilledworker has quit [Quit: Bye]
_hipboi_ has joined #linux-rockchip
ganbold_ has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
tonikasch has joined #linux-rockchip
_hipboi_ has quit [Read error: Connection timed out]
_hipboi_ has joined #linux-rockchip
<tonikasch>
apxii so now have forked your github repo and will begin bit by bit commiting changes
<apxii>
ok, hope this helps
<apxii>
fyi, other branches are dedicated to sunxi code, not rockchip
<tonikasch>
well, I haven't found a way to fork only that rr-3.0-dev, perhaps I'm a bit sleepy today
<tonikasch>
:p
<apxii>
and i still see no gears in es2gears :-( think it's debian related, I'll try ubuntu later
<tonikasch>
I used ubuntu from linaro, think latest
<tonikasch>
(image)
<apxii>
i'll try it
theskilledworker has joined #linux-rockchip
<tonikasch>
apxii i have a doubt... there are gpio related changes with respect to your branch that will make it work in minix neo x7 but i guess will drop support for radxa... should i include them in a separate commit? should i leave them apart? or should i include them in the same commit for bcmdhd support?
<tonikasch>
it = wifi (bcmdhd, exactly ap6330, but on minix neo x7, and as I recall your branch is radxa orientated)
<apxii>
separate commits will be simpler to understand later
<tonikasch>
ok
<apxii>
i wanted to have standard rtl8188eu driver to work in this kernel, but found that there is code to control wifi power with some gpios
<apxii>
in radxa that card is soldered to usb port and that control will do nothing, so I've deleted them
<apxii>
if there is no keys to control wi-fi on/off, you cat use standard driver without RK changes
<apxii>
i think
<tonikasch>
well, I tried bcmdhd for ap6330 without enabling those ugly WIFI_CONTROL_etc variables or so but got timeout. I think it is sdio based and so all the drivers/net/wireless/wifi_sys/ and drivers/net/wireless/rkwifi/ and related functions are needed :S
<tonikasch>
(I think)
<tonikasch>
the way I did was by restoring drivers/net/wireless/Kconfig and Makefile related code, perhaps it is not the best solution
<apxii>
It works, so there is no choice now. maybe it was better not to delete them
<apxii>
And I was wrong
<tonikasch>
Well, I'll try only bcmdhd, rkwifi etc related changes and see if they work alone, then I commit