lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> [Discord] <gambl0r> any more info about this?
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> [Discord] <Werner> If you don't need hdmi input on your opi5+ you can use armbian-config device tree editor and disable it. This will fix the constant loadavg of >=1 and therefore also slightly increase overall performance.
<DC-IRC> [Discord] <Werner> The PR does the same but adds an overlay to enable it again without the need of editing.
<DC-IRC> [Discord] <gambl0r> Amazing, thanks πŸ™‚ I'll test shortly
<DC-IRC> [Discord] <Werner> This affects both legacy and vendor. mainline should be fine
<DC-IRC> [Discord] <gambl0r> is it just a matter of commenting out `hdmirx0 = "/hdmirx-controller@fdee0000";` ?
<DC-IRC> [Discord] <Werner> That would probably break the dtb. There should be a line like status = okay or something. Replace okay with disabled
<DC-IRC> [Discord] <gambl0r> Got it, I got a bunch of warnings prior to replacing the file but it boots and load average is currently 0.24 yay
<DC-IRC> [Discord] <gambl0r> Hmm looks like wifi and BT are broken now though. Module is still loaded but no wireless interfaces and no BT interface 😦
<DC-IRC> [Discord] <gambl0r> Changed it back to `okay`, wifi and BT are back.
<DC-IRC> [Discord] <Werner> Odd. Are you sure you commented the correct status?
<DC-IRC> [Discord] <Werner> Odd. Are you sure you adjustedthe correct status?
<DC-IRC> [Discord] <gambl0r> yeah, I think so
<DC-IRC> [Discord] <gambl0r> the status line is what I changed from enabled to disabled
<DC-IRC> [Discord] <Werner> Seems to be the correct spot. Usually the status is either `okay` or `disabled`. Never seen `enabled` in a device tree. Anyway no clue about wireless stuff. I don't use that nor do I have the necessary m.2 card on hand
<DC-IRC> [Discord] <smc4203> I've just built a default Armbian-unofficial_24.5.0-trunk_Rock-5b_jammy_current_6.6.29_minimal and it's not even booting
<DC-IRC> [Discord] <smc4203> while a default Armbian-unofficial_24.5.0-trunk_Rock-5b_jammy_edge_6.8.7_minimal works flawlesly
<DC-IRC> [Discord] <smc4203> I've just built a default Armbian-unofficial_24.5.0-trunk_Rock-5b_jammy_current_6.6.29_minimal and it's not even booting (hdmi doesn't work as expected so I don't really know what's wrong)
<DC-IRC> [Discord] <smc4203> I've just built a default Armbian-unofficial_24.5.0-trunk_Rock-5b_jammy_current_6.6.29_minimal and it's not even booting (hdmi doesn't work so I don't really know what's wrong)
<DC-IRC> [Discord] <amazingfate> That's normal, HDMI is not supported in mainline 6.6.
<DC-IRC> [Discord] <amazingfate> And at the moment armbian still supports HDMI by picking patches from collabora. HDMI is wip.
<DC-IRC> [Discord] <smc4203> yeah I know there's no hdmi, I haven't expected it πŸ™‚
<DC-IRC> [Discord] <smc4203> but that's why I have no idea why the current build isn't booting
<DC-IRC> [Discord] <monkablyat> It doesn't boot is no detailed description of the issue. UART logs are necessary to know why it doesn't boot here as well
<DC-IRC> [Discord] <Werner> Check #❓first-aid on how to debug stuff
<DC-IRC> [Discord] <gambl0r> @spooky8086 can you please point me to your opi5+ patch for the load average issue?
<DC-IRC> [Discord] <gambl0r> thanks
<DC-IRC> [Discord] <gambl0r> I can't find that same section in armbian-config dtc edit though
<DC-IRC> [Discord] <gambl0r> for orangepi5-plus 6.1.43-vendor-rk35xx
<DC-IRC> [Discord] <Werner> There seems to be an alias in the 6.1 dt: `hdmirx_ctrler = "/hdmirx-controller@fdee0000";`
<DC-IRC> [Discord] <shivansps> https://www.youtube.com/watch?v=VtXD_P8TxhA
<DC-IRC> [Discord] <shivansps> @amazingfate good job on the images πŸ™‚ Only one thing the neon on for panthor dosent allow to log in whiout doing an apt upgrade via ssh first, and it dosent have the pan_mesa_debug=gl3 set as the panfork has.
<DC-IRC> [Discord] <shivansps> The panfork one is the faster image for 3d rendering ive tested
<DC-IRC> [Discord] <shivansps> The panfork one is the faster image for 3d rendering ive tested, for some reason
<DC-IRC> [Discord] <shivansps> @amazingfate good job on the images πŸ™‚ Only one thing the neon on for panthor dosent allow to log in whiout doing an apt upgrade via ssh first, and it dosent have the pan_mesa_debug=gl3 set as the panfork one has.
<DC-IRC> [Discord] <monkablyat> We can't change the fact that the Panthor driver is still pretty poopy even after a year of development, but you're probably right that Panfork is unfortunately faster at the moment
<DC-IRC> [Discord] <shivansps> im actually afraid they may just leave it like this, support Vulkan and say "just use Zink".
<DC-IRC> [Discord] <shivansps> that may just happen
<DC-IRC> [Discord] <monkablyat> We can only wait and hope people who are familiar with GPU driver development send PRs