ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
<mirko> oh, ok, will try, thanks
<apritzel> the board might even have a FEL or "U-Boot" button, hard to tell from the picture in the Wiki
<apritzel> (but this button next to micro-USB looks promising)
sunshavi has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
mripard_ has joined #linux-sunxi
mripard has quit [Ping timeout: 480 seconds]
ftg has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-sunxi
ftg has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
mehdix has quit []
mehdix has joined #linux-sunxi
ftg has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
Daanct12 has quit [Remote host closed the connection]
cnxsoft has quit [Ping timeout: 480 seconds]
hlauer has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
Daanct12 has joined #linux-sunxi
Daanct12 has quit [Remote host closed the connection]
apritzel has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 480 seconds]
Hypfer has quit [Read error: No route to host]
Hypfer has joined #linux-sunxi
qCactus has joined #linux-sunxi
prefixcactus has quit [Ping timeout: 480 seconds]
hlauer has quit [Read error: Connection reset by peer]
hlauer has joined #linux-sunxi
JohnDoe_71Rus has quit []
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
cnxsoft has quit []
JohnDoe_71Rus has joined #linux-sunxi
qCactus has quit [Ping timeout: 480 seconds]
<mirko> what am i missing when kodi says "CDVDVideoCodecDRMPRIME::GetPicture - receive frame failed: Invalid data found when processing input" when trying to (hw-)decode videos? compiled linux kernel, ffmpeg and kodi from scratch - all available libreelec patches applied onto all 3 projects
<mirko> or, asked differently: does this message provide any hint on what's wrong? ffmpeg? kodi? v4l/linux kernel?
apritzel_ has joined #linux-sunxi
hlauer has quit [Ping timeout: 480 seconds]
apritzel_ has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
Danct12 has quit [Remote host closed the connection]
JohnDoe_71Rus has quit []
apritzel_ has joined #linux-sunxi
jelly has quit []
jelly has joined #linux-sunxi
ftg has joined #linux-sunxi
vagrantc has joined #linux-sunxi
apritzel_ has left #linux-sunxi [#linux-sunxi]
apritzel has joined #linux-sunxi
<apritzel> smaeul: did you ever send something to the ML other than the RFC for the U-Boot pinctrl drivers?
<apritzel> smaeul: I see an updated version on your github, with a single driver approach
<smaeul> apritzel: no, I did a buildman run, saw a bunch of boards failed, and got distracted by other things
<apritzel> ok, no worries, I will have a look
<apritzel> I am starting to wrap my head around that, but it looks very nice so far
<smaeul> speaking of U-Boot patch series, I really would like to get a DT sync merged soon, as that's blocking some of the AXP work
<smaeul> what ABI breaks are you concerned about? r_intc, H6 RSB, anything else?
<apritzel> r_intc is pretty fatal, that's my main concern
<apritzel> you needed that for suspend/resume?
<smaeul> it's how Linux selects wakeup sources
<apritzel> in general, do you have any ideas on how to solve this?
<apritzel> merge the mainline trees, and use -u-boot.dtsi?
<smaeul> problem with -u-boot.dtsi is that right now we can't have one per SoC, just one per board and the overall one
<apritzel> I know, this will get pretty messy