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] <amazingfate> rock5b has dual hdmi support with 6.13 kernel:
<DC-IRC> [Discord] <amazingfate> ```
<DC-IRC> [Discord] <amazingfate> $ ls -l /sys/class/drm/
<DC-IRC> [Discord] <amazingfate> total 0
<DC-IRC> [Discord] <amazingfate> lrwxrwxrwx 1 root root 0 1月 4 2000 card0 -> ../../devices/platform/display-subsystem/drm/card0
<DC-IRC> [Discord] <amazingfate> lrwxrwxrwx 1 root root 0 1月 4 2000 card0-HDMI-A-1 -> ../../devices/platform/display-subsystem/drm/card0/card0-HDMI-A-1
<DC-IRC> [Discord] <amazingfate> lrwxrwxrwx 1 root root 0 1月 4 2000 card0-HDMI-A-2 -> ../../devices/platform/display-subsystem/drm/card0/card0-HDMI-A-2
<DC-IRC> [Discord] <amazingfate> lrwxrwxrwx 1 root root 0 12月 25 14:14 card1 -> ../../devices/platform/fb000000.gpu/drm/card1
<DC-IRC> [Discord] <amazingfate> lrwxrwxrwx 1 root root 0 12月 25 14:14 renderD128 -> ../../devices/platform/fb000000.gpu/drm/renderD128
<DC-IRC> [Discord] <amazingfate> -r--r--r-- 1 root root 4096 12月 25 14:15 version
<DC-IRC> [Discord] <amazingfate> ```
<DC-IRC> [Discord] <efectn> With current 6.12 PR, right
<DC-IRC> [Discord] <efectn> Let me test it with opi5+
<DC-IRC> [Discord] <efectn> With current 6.13 PR, right
<DC-IRC> [Discord] <menu> i wonder if USB3 is fixed on oPi5 yet
<DC-IRC> [Discord] <sharelter> hello, where I can find these debconfig like this:
<DC-IRC> [Discord] <lanefu> You can find the cooresponding uboot by following the board family
<DC-IRC> [Discord] <foxusiai> if i have multiple kernels installed, how do i choose which one to boot?
<DC-IRC> [Discord] <foxusiai> er, did `linux-image-current-rk35xx` disappear from the repos again?
<DC-IRC> [Discord] <foxusiai> er, did `linux-image-current-rockchip-rk35xx` disappear from the repos again?
<DC-IRC> [Discord] <foxusiai> this is the package that's on the latest ISO build for my board, but when i do `apt search` it doesn't show up
<DC-IRC> [Discord] <foxusiai> er, did `linux-image-current-rockchip-rk3588` disappear from the repos again?
<DC-IRC> [Discord] <foxusiai> ```
<DC-IRC> [Discord] <foxusiai> deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
<DC-IRC> [Discord] <foxusiai> deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
<DC-IRC> [Discord] <foxusiai> deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
<DC-IRC> [Discord] <foxusiai> deb http://security.debian.org/ bookworm-security main contrib non-free non-free-firmware
<DC-IRC> [Discord] <foxusiai> deb [signed-by=/usr/share/keyrings/armbian.gpg] https://github.armbian.com/configng stable main
<DC-IRC> [Discord] <foxusiai> deb [signed-by=/usr/share/keyrings/armbian.gpg] http://beta.armbian.com bookworm main bookworm-utils bookworm-desktop
<DC-IRC> [Discord] <foxusiai> ```
<DC-IRC> [Discord] <amazingfate> family rockchip-rk3588 is merged to rockchip64, yes, the package is no longer available
<DC-IRC> [Discord] <foxusiai> okay, thank you
<DC-IRC> [Discord] <foxusiai> it seems like the system is configured to boot whichever kernel was installed last?
<DC-IRC> [Discord] <Werner> I think uboot is looking for /boot/Image and follows whatever the symlink points to
<DC-IRC> [Discord] <foxusiai> seems so yeah