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] <sqilson> Is ARM only supporting the older revisions now that they have endorsed the panfrost project and panfrost is upstreamed
JavaBean has quit [Remote host closed the connection]
JavaBean has joined #armbian-rockchip
<DC-IRC> [Discord] <mecoblock> for rockchip RK35XX at least I always thought you’d need the drivers not from arm directly but rockchip (https://github.com/JeffyCN/mirrors/tree/libmali)
<DC-IRC> [Discord] <sqilson> Well I got this vulkan loader from rockchip link: https://repo.rock-chips.com/edge/debian-release-v2.0.0/pool/main/r/rockchip-mali/, but it's missing a kernel module it needs, which I just assumed is provided by arm since there are these available https://developer.arm.com/downloads/-/mali-drivers/valhall-kernel. Maybe I also need `rockchip-drm`? Thanks I'm just peicing it all to <clipped message>
<DC-IRC> [Discord] <sqilson> gether here, dont mind me
<DC-IRC> [Discord] <mecoblock> all good
<DC-IRC> [Discord] <beohoff3174> Does anyone have any experience running an updated uboot with the vendor kernel?
<DC-IRC> [Discord] <beohoff3174> I've been writing the armbian image directly onto an nvme drive, but there's some sort of issue where the ethernet module doesn't work when I try and boot off the nvme exclusively
<DC-IRC> [Discord] <menu> on which board?
<DC-IRC> [Discord] <beohoff3174> orange pi 5 plus
<DC-IRC> [Discord] <menu> it *should* work, though they changed the ethernet between opi5 and 5+, so i'm not super familiar with it
<DC-IRC> [Discord] <beohoff3174> ok, might try and compile u-boot on the board and manually copy it over
<DC-IRC> [Discord] <beohoff3174> I keep picking at this problem, but have yet to get everything to jive
<DC-IRC> [Discord] <beohoff3174> This is the dmesg output from the NVME boot: https://pastebin.com/tjbQxTER
<DC-IRC> [Discord] <beohoff3174> This is the same image, but burned on an SD Card: https://pastebin.com/XZXiHYhb
<DC-IRC> [Discord] <beohoff3174> On the sd card, the module for the ethernet hardware starts working, you can see it in the logs as `r8169`. This never happens on the nvme side
<DC-IRC> [Discord] <beohoff3174> I tried to diff the two side by side to figure out what the difference was, but nothing jumped out and bit me. I also plugged in the tx/rx module.
<DC-IRC> [Discord] <beohoff3174> Here's the output from the SD card: https://pastebin.com/gxPBsf7v
<DC-IRC> [Discord] <beohoff3174> This is the boot output from the nvme drive: https://pastebin.com/rDKeUyG8
<DC-IRC> [Discord] <beohoff3174> This is the same image, but burned on an SD Card dmesg output: https://pastebin.com/XZXiHYhb
<DC-IRC> [Discord] <beohoff3174> I tried to diff the two side by side to figure out what the difference was, but nothing jumped out and bit me. I also plugged in the tx/rx module.
<DC-IRC> [Discord] <beohoff3174> Here's the boot output from the SD card: https://pastebin.com/gxPBsf7v
<DC-IRC> [Discord] <beohoff3174> I tried to back track where in the armbian build packages the `U-Boot SPL 2017.09-armbian-2017` was created for the vendor kernel, but was not able to find the correct configuration/bash file to do so. It seems that the edge and current on are Radxa's UBoot version, but the vendor kernel is not currently setup to use that U-Boot version. Not sure if this is intentional
<DC-IRC> [Discord] <amazingfate> there is an issue of pcie driver in 6.1 vendor kernel
<DC-IRC> [Discord] <amazingfate> @beohoff3174 you can try reverting this pr
<DC-IRC> [Discord] <beohoff3174> @amazingfate , amazing!
<DC-IRC> [Discord] <beohoff3174> I felt for sure I was doing something wrong.