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] <powerfull_17234> what mesa packages must be installed ? please send me apt commands or even the packages name
<DC-IRC>
[Discord] <powerfull_17234> thanks
<DC-IRC>
[Discord] <amazingfate> just install a desktop environment
<DC-IRC>
[Discord] <amazingfate> userspace gpu driver is packaged in libgl1-mesa-dri
<DC-IRC>
[Discord] <powerfull_17234> the desktop gnome is was preinstalled image
<DC-IRC>
[Discord] <powerfull_17234> but when i run glxgears its give me zink error command because of no vulkan driver and the libgl1-mesa-dri is installed also
<DC-IRC>
[Discord] <powerfull_17234> i dont know where i have messed with the configuration
<DC-IRC>
[Discord] <amazingfate> there shouldn't be such issues with rockchip's gpu
<DC-IRC>
[Discord] <Werner> Debug serial is enabled by default on pins 6 8 and 10 iirc
<DC-IRC>
[Discord] <powerfull_17234> hello all,
<DC-IRC>
[Discord] <powerfull_17234> i was wondering if a sbc can manage to run a dedicated gpu like old (amd hd 5450) insated of lorawan module in panther x2 like systems. is this possible?
<DC-IRC>
[Discord] <menu> theoretically, but i've never actually seen it implemented
<DC-IRC>
[Discord] <menu> the PCIe implementations on the SoC are often incomplete
<DC-IRC>
[Discord] <powerfull_17234> so its not possible right?
<DC-IRC>
[Discord] <powerfull_17234> is there anything can i do about display output from the gpu in that board because it dosent have a hdmi or any ports of video output.
<DC-IRC>
[Discord] <menu> it's been done, but i've no idea how reliable it is, and whether it works on any other hardware
<DC-IRC>
[Discord] <mecoblock> might work with the most recent patches jeff geerling showed but this is the furthest I’ve seen someone get with old amd on rockchip
<DC-IRC>
[Discord] <menu> RK3588(s) PCIe implementation is broken
<DC-IRC>
[Discord] <powerfull_17234> i have the rk3066 one
<DC-IRC>
[Discord] <powerfull_17234> i have the rk3566 one
<DC-IRC>
[Discord] <powerfull_17234> the 5450 radeon will work on it?
<DC-IRC>
[Discord] <mecoblock> the issue is with all RK35XX, you can orient yourself on the RK3588 though as it would have the best implementation and still isn’t enough
<DC-IRC>
[Discord] <runaway97> it might work with rpi patches, check jeff geerling pages for more details
<DC-IRC>
[Discord] <runaway97> but its pretty pointless in my opinion
<DC-IRC>
[Discord] <mecoblock> See if it would work more or less without patches sure but with the current rockchip lineup it’s pointless
<DC-IRC>
[Discord] <runaway97> tfw some powerpc router hardware from 2013 has better pcie than 99% of arm socs released today: https://kittenlabs.de/real-gaming-router/
<DC-IRC>
[Discord] <runaway97> tfw some powerpc router hardware from 2012 has better pcie than 99% of arm socs released today: https://kittenlabs.de/real-gaming-router/
<DC-IRC>
[Discord] <mecoblock> one of my favorite articles this year haha
<DC-IRC>
[Discord] <zeeto9> That was a fun read. I noticed they didn’t answer a very important question….does it blend? 😉
<DC-IRC>
[Discord] <zeeto9> I really wish I was better at lower level coding and systems in general. To be able to understand what and how to even modify the various parts of code to fix issues. I’m stuck in userland languages like c#, python, js, go, etc that are such high abstractions that I’m usually unaware of all this underlying stuff. When I need tcp/ip networking, it “just works” in my langu <clipped message>
<DC-IRC>
[Discord] <zeeto9> ages assuming it works on the host machine.
<DC-IRC>
[Discord] <zeeto9> When moving down to C and memory addresses, registers etc, it’s , “woosh”, over my head. I’m still not even sure where the right place to start would even be. Jumping straight into c/c++ has never worked for me since it requires strong systems level workings. Maybe I need to start even earlier at the hardware level first? 🤷♂️ maybe I’ll figure it out one day. <clipped message>
<DC-IRC>
[Discord] <zeeto9> If I ever become even slightly capable with c, I think that will be the achievement of my tech life.