ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | Wiki at http://linux-rockchip.info | Logs at http://irclog.whitequark.org/linux-rockchip | ML at http://groups.google.com/group/linux-rockchip
<mmind00> BorgCuba: at least the cpufreq is running now
<BorgCuba> mmind00, yeah but its funny that the benchmark results stay the same
<BorgCuba> I think that at least dhrystone isnt to sensitive to dram speed
<BorgCuba> or am I mistaken?
Ueno_Otoko has joined #linux-rockchip
jusched has joined #linux-rockchip
nighty^ has quit [Ping timeout: 240 seconds]
levd has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 245 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 255 seconds]
levd1 is now known as levd
cnxsoft has joined #linux-rockchip
<hipboi> aborche, for radxa rock, we have opened everything we have
<hipboi> everybody can make one
<hipboi> for the software, the dram init and nand driver is blob
<hipboi> others are open
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 255 seconds]
levd1 is now known as levd
levd has quit [Client Quit]
afaerber has quit [Ping timeout: 250 seconds]
afaerber has joined #linux-rockchip
nighty^ has joined #linux-rockchip
BroVi has joined #linux-rockchip
BroVi has quit [Client Quit]
BorgCuba has quit [Ping timeout: 246 seconds]
dowu has joined #linux-rockchip
<dowu> Hi all,
<dowu> I need some help on apt-get
<dowu> My board is with rk3188
<dowu> When I do apt-get update I have a lot of error messages such as "w: Failed to fetch http:// ..."
<dowu> Is this normal or any idea?
jusched has quit [Ping timeout: 240 seconds]
jusched has joined #linux-rockchip
<vickycq> dowu: please post the complete output to http://paste.ubuntu.com/
<vickycq> also the contents of /etc/apt/sources.list
naobsd has joined #linux-rockchip
hipboi_ has joined #linux-rockchip
hipboi has quit [Ping timeout: 256 seconds]
<naobsd> btw mali r4p0 source for rk30 is in chipspark's 3.0 kernel tree
<naobsd> probably platform support code is written by rockchip (it shouldn't be olegk0's version)
<naobsd> I didn't check libmali version in chipspark's linux userland image yet
<naobsd> about olegk0's work for video decoder, it seems there is hantro proprietary code on github
<naobsd> I'm not sure about license
<naobsd> I think I saw similar code from hantro in chromeos tree too
dowu has quit [Ping timeout: 252 seconds]
<naobsd> https://chromium.googlesource.com/chromiumos/third_party/libv4lplugins/+/07f7a81118f74a8a7bc4ef5b81ee651aa12b8adb/libv4l-rockchip/libvpu/vp8_enc/vp8init.c This software is confidential and proprietary and may be used only as expressly authorized by a licensing agreement fromHantro Products Oy.
<naobsd> google must have license but I cannot think this is redistributable for other people ;)
<naobsd> I'm not sure this plugin code is used in product. I guess v4l2 code is used
<aborche> morning!
<aborche> dowu check your /etc/resolv.conf
Ueno_Otoko has quit [Ping timeout: 250 seconds]
rperier has quit [Remote host closed the connection]
rperier has joined #linux-rockchip
rperier has quit [Changing host]
rperier has joined #linux-rockchip
Ueno_Otoko has joined #linux-rockchip
cnxsoft1 has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 260 seconds]
cnxsoft1 is now known as cnxsoft
gb_master has joined #linux-rockchip
nighty^ has quit [Quit: Disappears in a puff of smoke]
<aborche> i'm happy, i'm confused and i'm need some assistance. guys help me pls.
<aborche> this kernel boots ok. usb work, but act8846 is not work correctly
<aborche> how i can find why ?
<aborche> i need repair pwm settings. can you run compiled kernel at radxa rock ? radxa rock lite ?
<aborche> i think problem in dts
nighty^ has joined #linux-rockchip
c0d3z3r0 has quit [Excess Flood]
c0d3z3r0 has joined #linux-rockchip
gb_master has quit [Remote host closed the connection]
ganbold has quit [Remote host closed the connection]
ganbold has joined #linux-rockchip
hipboi_ has quit [Quit: This computer has gone to sleep]
BorgCuba has joined #linux-rockchip
<BorgCuba> mmind00, sow how does cpufreq work on rk3188? I could only find this line: "platform_device_register_simple("cpufreq-dt", 0, NULL, 0);"in rockchips.c
<mmind00> BorgCuba: simply by adjusting frequency and voltages via the cpufreq-dt driver
<BorgCuba> mmind00, I am only asking since I think at least for me (and my configuration) it does not seem to work. When I look it up in /sys and debugfs the values seem to be alright but when I run my benchmarks (dhrystone & nbench) nothing changes
<BorgCuba> and I think the 300MHz DDR clock is okay
<mmind00> BorgCuba: that is around half of the max frequency
<mmind00> aka DDR3-1066 can run at 533MHz
<BorgCuba> yes, but the values do not change in any way and I think dhrystone should not be bottlenecked by dram speed?
<BorgCuba> so if I make a linear estimation: 300->533 < 50% inc; dhrystone performance with old kernel is at least 50% faster, almost 75%
ganbold has quit [Remote host closed the connection]
ganbold has joined #linux-rockchip
<BorgCuba> mmind00, I tried another benchmark giving me the same results: http://pastebin.com/aYCTHsya
<BorgCuba> it uses blocks of different size, so I think at least for the smallest (8k) block there should be a difference (cache), but there isn't any difference
<BorgCuba> I fear thats not working
<BorgCuba> has anyone really tested this (on rk3188) measuring the difference in performance?
<aborche> BorgCuba, are you see my previous message ?
cnxsoft has quit [Quit: cnxsoft]
<BorgCuba> aborche, no I havent
<BorgCuba> ok, so act8846 is not working for you? but its 3.10?
<aborche> 8846 is now working ok
<aborche> we found a error in dts
<BorgCuba> okay
<aborche> how we have a problem with correct pinout for 66121
<BorgCuba> I see
<BorgCuba> I have a problem with performance with 4.4-rc6 (and it doesn't have hdmi drivers I guess so didnt bother)
<aborche> this is last rockchip 3.10 kernel
<BorgCuba> yes
<aborche> code in 4.4-rc6 for rk3188 is too poor :(
<aborche> but at this 3.10 usb work from the box :)
<BorgCuba> aborche, which 3.10 kernel repo are you using?
irsol has quit [Ping timeout: 246 seconds]
irsol has joined #linux-rockchip
Danukeru has quit [Read error: Connection timed out]
Danukeru has joined #linux-rockchip
hipboi has joined #linux-rockchip
<aborche> last from rochchip
<BorgCuba> I mean where did you get it from?
hipboi has quit [Quit: This computer has gone to sleep]
hipboi has joined #linux-rockchip
hipboi has quit [Client Quit]
c0d3z3r0 has quit [Excess Flood]
c0d3z3r0 has joined #linux-rockchip
_vaibhav_ has joined #linux-rockchip
jusched has quit [Ping timeout: 276 seconds]
_vaibhav_ has quit [Client Quit]
Ueno_Otoko has quit [Ping timeout: 256 seconds]
ganbold has quit [Quit: Leaving]
ganbold has joined #linux-rockchip
<via> mmind00: i don't think my sound issue is related to the ucms. the driver in upstream is somewhat different from the chromiumos kernel one...and i dunno, the hanging behaviour i see isn't what i'd expect from a ucm issue
<via> if you have any ideas on how i could debug this i'm all ears
<mmind00> via: sadly nope, I haven't looked deeper into anything sound-related
<via> ok
Danukeru has quit [Ping timeout: 264 seconds]
JohnDoe_71Rus has joined #linux-rockchip
BorgCuba has quit [Quit: leaving]
premoboss has joined #linux-rockchip
zhecka has joined #linux-rockchip
ckeepax has quit [Ping timeout: 256 seconds]
premoboss has quit [Remote host closed the connection]
<zhecka> huh. too many unused devices in kernel.
<zhecka> :(
ckeepax has joined #linux-rockchip
pietrushnic has quit [Ping timeout: 272 seconds]
pietrushnic has joined #linux-rockchip
gb_master has joined #linux-rockchip
cojorepe has joined #linux-rockchip
cojorepe has left #linux-rockchip [#linux-rockchip]
gb_master has quit [Quit: Leaving]
JohnDoe_71Rus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
zhecka has quit [Quit: Leaving]
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #linux-rockchip
<naobsd> hmm... cpufreq on rk3188 on mainline should work (before, at least)... I should try latest mainline too
<naobsd> I really want free time :(
naobsd has quit [Quit: naobsd]
ckeepax has quit [Ping timeout: 255 seconds]
Danukeru has joined #linux-rockchip