ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | IRC log http://irclog.whitequark.org/linux-rockchip | Community GH https://github.com/linux-rockchip | Rockchip GH https://github.com/rockchip-linux | ML https://groups.google.com/group/linux-rockchip
vstehle has quit [Ping timeout: 256 seconds]
nighty-- has joined #linux-rockchip
nighty- has quit [Remote host closed the connection]
vagrantc has joined #linux-rockchip
cosm has quit [Quit: No Ping reply in 180 seconds.]
cosm has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
kever has joined #linux-rockchip
lurchi_ has joined #linux-rockchip
cosm has quit [Quit: No Ping reply in 180 seconds.]
cosm has joined #linux-rockchip
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
vagrantc has quit [Quit: leaving]
kloczek has quit [Remote host closed the connection]
kloczek has joined #linux-rockchip
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-rockchip
cnxsoft1 is now known as cnxsoft
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
anarsoul|3 has quit [Ping timeout: 272 seconds]
lurchi__ has joined #linux-rockchip
lurchi_ has quit [Ping timeout: 264 seconds]
vstehle has joined #linux-rockchip
cosm has quit [Remote host closed the connection]
cosm has joined #linux-rockchip
LongChair has joined #linux-rockchip
hipboi__ has joined #linux-rockchip
hipboi_ has quit [Ping timeout: 268 seconds]
kaspter has quit [Remote host closed the connection]
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-rockchip
kaspter has joined #linux-rockchip
kaspter has quit [Client Quit]
tl_lim has quit [Ping timeout: 265 seconds]
tl_lim has joined #linux-rockchip
tl_lim has quit [Read error: Connection reset by peer]
Easyfab has joined #linux-rockchip
BenG83 has quit [Ping timeout: 256 seconds]
kever has quit [Ping timeout: 248 seconds]
afaerber has joined #linux-rockchip
lerc has joined #linux-rockchip
LongChair has quit [Quit: Connection closed for inactivity]
kloczek has quit [Quit: kloczek]
BenG83 has joined #linux-rockchip
cyteen_ has quit [Ping timeout: 240 seconds]
cyteen_ has joined #linux-rockchip
nighty-- has quit [Quit: Disappears in a puff of smoke]
Easyfab_ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 248 seconds]
Easyfab has quit [Ping timeout: 272 seconds]
BenG83 has quit [Ping timeout: 248 seconds]
nighty- has joined #linux-rockchip
<lioka> hi. someone with evb-rk3399 -- is u-boot v2018.01-rc2 ok ? can't go further 'U-Boot SPL board init' here
<rtp> lioka: tested on sapphire board: boot log: https://paste.debian.net/hidden/41e6a785/ changes done in uboot: https://paste.debian.net/hidden/17c986d1/
<lioka> wow
<lioka> rtp: did you use bl31.elf from rkbin or built from a-t-f ?
<rtp> bl31.elf from https://github.com/ARM-software/arm-trusted-firmware.git with this change https://paste.debian.net/hidden/912d6238/ it was needed previously. I didnt try without on 2018.01-rc2
BenG83 has joined #linux-rockchip
<lioka> rtp: thanks, finally mainline u-boot :]
<lioka> with bl31 from rkbin tough, now trying with a-t-f ...
cnxsoft has quit [Quit: cnxsoft]
afaerber has quit [Quit: Leaving]
tllim has joined #linux-rockchip
hipboi__ has quit [Ping timeout: 264 seconds]
hipboi__ has joined #linux-rockchip
vagrantc has joined #linux-rockchip
BenG83 has quit [Ping timeout: 248 seconds]
aalm has quit [Quit: xyz 1.9.1]
tl_lim has joined #linux-rockchip
cyteen__ has joined #linux-rockchip
tllim has quit [Ping timeout: 265 seconds]
cyteen_ has quit [Ping timeout: 252 seconds]
BenG83 has joined #linux-rockchip
maz has quit [Quit: Leaving]
tl_lim has quit [Ping timeout: 252 seconds]
tl_lim has joined #linux-rockchip
aalm has joined #linux-rockchip
gnufan has joined #linux-rockchip
fixmeer is now known as fixmer
fixmer has quit [Changing host]
fixmer has joined #linux-rockchip
lioka has quit [Quit: leaving]
<vstehle> Hello, linux rockchip. I have a linux next on rk3399 and I wonder how the CPU frequencies should be; I think I see A72 @500MHz and A53 @1.5GHz. Anybody knows about that, please?
afaerber has joined #linux-rockchip
afaerber has quit [Read error: Connection reset by peer]
lioka has joined #linux-rockchip
Easyfab_ has quit [Quit: Leaving]
<beeble> vstehle: cat /sys/devices/system/cpu/cpufreq/policy0/stats/time_in_state and /sys/devices/system/cpu/cpufreq/policy4/stats/time_in_state
<beeble> or use cpufreq-info if you have that util
<vstehle> beeble: no such file... and no cpufreq support
<vstehle> I think I recall some e-mails about CPU supplies not having some limitting/overflow support in next right now so cpufreq is disabled for the moment.
<vstehle> but maybe there is a way to have a sane fixed frequency for A72 after boot?
lurchi__ has joined #linux-rockchip
<vstehle> Looks like this should be fixed? https://lkml.org/lkml/2017/6/23/504
<beeble> vstehle: sorry don't really follow gru development. on a different rk3399 board it does work with next (pulled right now)
<beeble> ok, the defconfig is missing CONFIG_CPU_FREQ_STAT and does not enable any other governors then performance