mmind00 changed the topic of #linux-rockchip to: Rockchip development discussion | public log at https://libera.irclog.whitequark.org/linux-rockchip
nea999 has joined #linux-rockchip
qschulz has quit [Remote host closed the connection]
qschulz has joined #linux-rockchip
nea999 has quit [Ping timeout: 258 seconds]
nea999 has joined #linux-rockchip
UndrWater_ has quit [Server closed connection]
UndrWater has joined #linux-rockchip
hexdump01 has quit [Ping timeout: 248 seconds]
hexdump01 has joined #linux-rockchip
nea999 has quit [Ping timeout: 258 seconds]
detlevc8 has quit [Server closed connection]
detlevc8 has joined #linux-rockchip
sre5 has quit [Server closed connection]
sre5 has joined #linux-rockchip
nea999 has joined #linux-rockchip
nea999 has quit [Ping timeout: 272 seconds]
nea999 has joined #linux-rockchip
warpme has joined #linux-rockchip
warpme has quit [Ping timeout: 258 seconds]
nea999 has quit [Ping timeout: 258 seconds]
nea999 has joined #linux-rockchip
warpme has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
_whitelogger has joined #linux-rockchip
System_Error has joined #linux-rockchip
warpme has quit [Ping timeout: 248 seconds]
warpme has joined #linux-rockchip
naoki has quit [Quit: naoki]
maz has quit [Ping timeout: 276 seconds]
System_Error has quit [Remote host closed the connection]
maz has joined #linux-rockchip
System_Error has joined #linux-rockchip
maz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
maz has joined #linux-rockchip
ndufresne has quit [Server closed connection]
ndufresne has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
maz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
warpme has joined #linux-rockchip
maz has joined #linux-rockchip
dsimic has quit [Ping timeout: 248 seconds]
dsimic has joined #linux-rockchip
psydroid2 has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #linux-rockchip
psydroid has quit [Server closed connection]
psydroid has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Ermine> Now I have this kernel crash: https://0x0.st/K-sr.log . Seems like it has to do with PSCI and SMC. Can it be related to the fact I didn't build Arm Trusted Firmware?
<jakllsch> yes
<jakllsch> ATF implements the PSCI stuff
<Ermine> Hm. Seems like BL31 is what I'm looking for, but it's an aarch64 thing. And I'm on rk3288, which is aarch32.
pastaonirc has quit [Quit: WeeChat 4.7.0]
<Ermine> or do I need rockchip blob for that?
ungeskriptet has quit [Remote host closed the connection]
cbeznea has joined #linux-rockchip
ungeskriptet has joined #linux-rockchip
ungeskriptet has quit [Remote host closed the connection]
<urja> ... that looks like a kernel bug (there was an another case of people forgetting that RK3288 does not have PSCI just recently), is this new for 6.16 ? (i've not booted my 6.16 yet, but ... would very soon)
<urja> (though that was a case of not being able to build a kernel without PSCI, this is different ...)
ungeskriptet has joined #linux-rockchip
<Ermine> i can try 6.15 (or 6.12)
<Ermine> but this board was shipped with android and kernel 4.4 with CONFIG_ARM_PSCI=y
ungeskriptet has quit [Remote host closed the connection]
<urja> yeah i'd be curious to see if 6.15 is also broken like that (i think i booted a PSCI=y 6.15 kernel without issue... iirc)
ungeskriptet has joined #linux-rockchip
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
warpme has joined #linux-rockchip
stikonas has joined #linux-rockchip
raster has joined #linux-rockchip
<Ermine> urja: alas, 6.15.11 is broken too
stikonas has quit [Ping timeout: 245 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<diederik> you may want to try 6.15.0 as .11 has (a LOT) of patches from later kernels applied
<dsimic> hmm, FWIW, the 'enable-method = "psci"' lines have been in the cpuX nodes in arm/boot/dts/rockchip/rk322x.dtsi since its inception
stikonas has joined #linux-rockchip
<Ermine> that's not rk3288
<dsimic> see e.g. 724ba6751532 (ARM: dts: Move .dts files to vendor sub-directories, 2023-05-04)
<dsimic> oops, sorry
stikonas_ has joined #linux-rockchip
stikonas has quit [Read error: Connection reset by peer]
cbeznea has quit [Ping timeout: 260 seconds]
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
stikonas_ has quit [Read error: Connection reset by peer]
<Ermine> seems like aarch64 is much more pleasant to work with
stikonas_ has joined #linux-rockchip
a1batross has joined #linux-rockchip
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
<Ermine> can psci node in my dts cause the problem
<Ermine> ?
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
raster has quit [Quit: Gettin' stinky!]
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
stikonas_ has quit [Client Quit]
<urja> I'd guess yes (if, as it seems, there's no psci available)
stikonas_ has joined #linux-rockchip
<Ermine> 6.15.0 crashes too
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
nea999 has quit [Ping timeout: 256 seconds]
<Ermine> but removing the node indeed fixes the crash
<Ermine> now it resets while booting...
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
nea999 has joined #linux-rockchip
<Ermine> u-boot reports POR as reset cause
stikonas_ has quit [Read error: Connection reset by peer]
stikonas_ has joined #linux-rockchip
<urja> ... it's an SBC of some kind? (i tried to google the board name and found something quite odd), maybe your power adapter is insufficient?
nea999 has quit [Ping timeout: 252 seconds]
<Ermine> yeah, it's sbc
<Ermine> If it was up to me, I'd sue them for violating GPL
stikonas_ has quit [Ping timeout: 252 seconds]
stikonas_ has joined #linux-rockchip
stikonas_ has quit [Client Quit]
<Ermine> I'll try to find more powerful adapter tomorrow
stikonas_ has joined #linux-rockchip
<Ermine> though, 12W...
stikonas has joined #linux-rockchip
stikonas_ has quit [Read error: Connection reset by peer]
stikonas has quit [Quit: Konversation terminated!]
stikonas has joined #linux-rockchip
stikonas has quit [Read error: Connection reset by peer]
stikonas has joined #linux-rockchip
<urja> Oh, it's 12V powered... then almost any adapter should be enough
<urja> (for 5V boards there are situations where the basic 1A adapter is not enough, that's what i was thinking)
<urja> (eg. the adapter for the RK3288 laptop (ASUS C201) i'm typing from is 12V 2A (24W), but that also handles several usb ports, an LCD panel, and charging the battery...)
psydroid2 has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
<Ermine> I mean, my adapter is 12V
FergusL has quit [Quit: The Lounge - https://thelounge.chat]
<Ermine> (and 1A)
FergusL has joined #linux-rockchip
stikonas has quit [Ping timeout: 245 seconds]
stikonas has joined #linux-rockchip
stikonas has quit [Ping timeout: 256 seconds]
veremitz has quit [Server closed connection]
veremitz has joined #linux-rockchip
nea999 has joined #linux-rockchip