00:14
anarsoul has joined #linux-rockchip
00:16
stikonas has quit [Remote host closed the connection]
00:16
stikonas has joined #linux-rockchip
00:54
anarsoul has quit [Read error: Connection reset by peer]
01:00
anarsoul has joined #linux-rockchip
01:10
anarsoul|2 has joined #linux-rockchip
01:17
anarsoul|2 has quit [Remote host closed the connection]
01:17
anarsoul|2 has joined #linux-rockchip
01:54
stikonas has quit [Remote host closed the connection]
02:04
vstehle has quit [Ping timeout: 244 seconds]
03:49
t3st3r has quit [Ping timeout: 256 seconds]
04:32
anarsoul- has joined #linux-rockchip
04:37
anarsoul|2 has quit [Quit: Leaving]
04:37
anarsoul- is now known as anarsoul|2
04:39
anarsoul has quit [Quit: Leaving]
04:40
anarsoul|2 is now known as anarsoul
04:48
marcodiego has quit [Quit: Leaving]
05:25
JohnDoe_71Rus has joined #linux-rockchip
05:33
sb35 has quit [Quit: sb35]
05:57
_whitelogger has joined #linux-rockchip
06:00
vstehle has joined #linux-rockchip
06:48
camus has joined #linux-rockchip
06:50
kaspter has quit [Ping timeout: 250 seconds]
06:50
camus is now known as kaspter
08:28
ldevulder_ has quit [Read error: Connection reset by peer]
08:44
ldevulder_ has joined #linux-rockchip
08:59
aalm has quit [Read error: Connection reset by peer]
09:12
vicencb has joined #linux-rockchip
09:28
vicencb has quit [Quit: Leaving.]
09:50
t3st3r has joined #linux-rockchip
09:59
stikonas has joined #linux-rockchip
10:38
stikonas has quit [Remote host closed the connection]
11:24
_whitelogger has joined #linux-rockchip
12:11
vicencb has joined #linux-rockchip
12:17
vicencb has quit [Quit: Leaving.]
12:18
vicencb has joined #linux-rockchip
12:29
stikonas has joined #linux-rockchip
12:35
sb35 has joined #linux-rockchip
12:51
<
wens >
does anyone have veyron speedy (asus c201)? I can't get HDMI to work with either ChromeOS or mainline
12:51
<
wens >
EDID reads all zeroes, wondering if it's an issue with my adapters
12:56
rich0 has quit [Quit: rich0]
12:59
rich0 has joined #linux-rockchip
13:18
loswillios has quit [Ping timeout: 245 seconds]
13:34
sb35 has quit [Ping timeout: 268 seconds]
14:09
BenG83 has joined #linux-rockchip
14:19
<
mmind00 >
wens: at least on my veyron-pinky, hdmi was working nicely when I last tested it last week
14:19
<
mmind00 >
wens: not sure if that helps though
14:20
<
mmind00 >
(with 5.0-rc2 at the time)
14:28
<
wens >
I'm on 4.20, though I don't see any relevant changes
14:36
paulk-leonov has quit [Ping timeout: 252 seconds]
14:44
paulk-leonov has joined #linux-rockchip
14:53
paulk-leonov has quit [Ping timeout: 245 seconds]
14:54
paulk-leonov has joined #linux-rockchip
15:06
lurchi_ has joined #linux-rockchip
15:07
<
lurchi_ >
Hi, I am currently trying to get u-boot working on a rk3399 based STB
15:07
<
lurchi_ >
Maskrom, uart etc works
15:08
<
lurchi_ >
U-Boot SPL (with #define DEBUG) stops after "Finish SDRAM initialization...", i.e. the RK3399 dram code
15:09
<
lurchi_ >
Unfortunately, it does not tell what it is trying to do next, so I am somewhat stuck
15:22
<
hanetzer >
wens: I have one; tried hdmi but didn't do much with it.
15:23
<
wens >
hanetzer: I wanted to try it because the Debian kernel boots up to a white screen and stops
15:24
<
hanetzer >
wens: how are you booting? stock coreboot+depthcharge & dev mode or?
15:24
<
mmind00 >
wens: from that sentence I assume you don't have serial to check for the cause? In that case, maybe the usb-uart function might help you?
15:25
<
mmind00 >
aka piping out the uart signals through the usb d+&d- pins
15:25
<
hanetzer >
and what's your cmdline? I cribbed mine from archlinuxarm
15:37
<
wens >
hanetzer: stock coreboot+depthcharge & dev mode
15:38
<
wens >
mmind00: damn, I just threw out a bunch of useless USB cables (high voltage drop) :/
15:40
<
wens >
hanetzer: cmdline is just the standard console,root,ro,rootwait stuff
15:40
<
wens >
hanetzer: though that could be the problem, I don't actually know what Debian uses
15:43
<
hanetzer >
wens: look into it. I've been using u-boot (patch pending for mainline) and extlinux.conf :)
15:48
return0e has quit [Ping timeout: 272 seconds]
15:48
<
stikonas >
lurchi_: which board?
15:49
return0e has joined #linux-rockchip
15:49
<
stikonas >
e.g. I have rk3399 based rockpro, and unfortunately, it doesn't have RAM training code yet
15:49
<
stikonas >
so blob is necessary
15:51
<
wens >
hanetzer: what kernel do you use?
15:51
<
lurchi_ >
Yundoo Y8, chinese STB
15:51
<
lurchi_ >
as said, SDRAM training seems to finish
15:52
<
stikonas >
hmm, on my board I use ram training blob -> U-Boot SPL -> ATF-> U-Boot -> Grub via UEFI
15:53
<
stikonas >
could it be that U-boot SPL already finished its work and ATF is not loaded?
15:54
<
hanetzer >
wens: sys-kernel/gentoo-sources
15:54
<
hanetzer >
some 4.19+ version, forget.
15:54
<
lurchi_ >
stikonas: possibly, but its hard to tell without any further output
16:01
<
wens >
hanetzer: so, not a distro-built kernel :p
16:02
<
hanetzer >
I could provide the .config but I'd have to dig it out :P
16:04
<
wens >
nah, my mainline kernel build works just fine
16:04
<
wens >
though I'd prefer not having to build a kernel every release :p
16:05
<
hanetzer >
I don't mind building a kernel so much as building it natively :P
16:16
<
hanetzer >
I could probably leverage google's chromeos techniques to build my os on gentoo and just 'flash' it :)
16:43
vicencb has quit [Quit: Leaving.]
17:31
scelestic has quit [Remote host closed the connection]
18:10
return0e has quit [Ping timeout: 244 seconds]
18:19
return0e has joined #linux-rockchip
18:26
sb35 has joined #linux-rockchip
18:26
vicencb has joined #linux-rockchip
18:33
ldevulder_ has quit [Read error: Connection reset by peer]
18:47
ldevulder_ has joined #linux-rockchip
18:53
matthias_bgg has joined #linux-rockchip
19:05
sb35 has quit [Ping timeout: 268 seconds]
19:08
lurchi_ is now known as lurchi__
19:09
adjtm_ has joined #linux-rockchip
19:12
adjtm has quit [Ping timeout: 244 seconds]
19:48
BenG83 has quit [Quit: Leaving]
20:04
lurchi__ is now known as lurchi_
20:32
lkcl has quit [Read error: Connection reset by peer]
20:45
scelestic has joined #linux-rockchip
20:47
lkcl has joined #linux-rockchip
21:00
sb35 has joined #linux-rockchip
21:11
danboid has joined #linux-rockchip
21:13
<
danboid >
I've spent all weekend trying to get 4K videos to play with the rockchip gstreamer plugin on a rock64 running armbian but I only ever get jerky playback with lots of horizontal green lines
21:14
<
danboid >
I have read reports of at least one other rock64/armbian user being able to get 4K playback working but I'm running out of ideas, having tried most of handbrakes different h264/h265 encoding settings
21:16
lurchi_ is now known as lurchi__
21:24
matthias_bgg has quit [Ping timeout: 246 seconds]
21:38
cyteen has joined #linux-rockchip
21:49
aalm has joined #linux-rockchip
21:52
lurchi__ is now known as lurchi_
22:02
camus has joined #linux-rockchip
22:06
kaspter has quit [Ping timeout: 245 seconds]
22:06
camus is now known as kaspter
22:36
sb35 has quit [Ping timeout: 245 seconds]
22:39
default__ has joined #linux-rockchip
22:42
ldevulder_ has quit [Ping timeout: 250 seconds]
23:30
default__ has quit [Read error: Connection reset by peer]
23:34
vicencb has quit [Quit: Leaving.]
23:47
default__ has joined #linux-rockchip
23:53
danboid has quit [Remote host closed the connection]