2022-07-26 21:30
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
06:26
<
DC-IRC >
[Discord] <amazingfate> rock5b has dual hdmi support with 6.13 kernel:
06:26
<
DC-IRC >
[Discord] <amazingfate> ```
06:26
<
DC-IRC >
[Discord] <amazingfate> $ ls -l /sys/class/drm/
06:26
<
DC-IRC >
[Discord] <amazingfate> total 0
06:26
<
DC-IRC >
[Discord] <amazingfate> lrwxrwxrwx 1 root root 0 1月 4 2000 card0 -> ../../devices/platform/display-subsystem/drm/card0
06:26
<
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
06:26
<
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
06:26
<
DC-IRC >
[Discord] <amazingfate> lrwxrwxrwx 1 root root 0 12月 25 14:14 card1 -> ../../devices/platform/fb000000.gpu/drm/card1
06:26
<
DC-IRC >
[Discord] <amazingfate> lrwxrwxrwx 1 root root 0 12月 25 14:14 renderD128 -> ../../devices/platform/fb000000.gpu/drm/renderD128
06:26
<
DC-IRC >
[Discord] <amazingfate> -r--r--r-- 1 root root 4096 12月 25 14:15 version
06:26
<
DC-IRC >
[Discord] <amazingfate> ```
08:23
<
DC-IRC >
[Discord] <efectn> With current 6.12 PR, right
08:23
<
DC-IRC >
[Discord] <efectn> Let me test it with opi5+
08:56
<
DC-IRC >
[Discord] <efectn> With current 6.13 PR, right
10:50
<
DC-IRC >
[Discord] <menu> i wonder if USB3 is fixed on oPi5 yet
14:33
<
DC-IRC >
[Discord] <sharelter> hello, where I can find these debconfig like this:
15:25
<
DC-IRC >
[Discord] <lanefu> You can find the cooresponding uboot by following the board family
16:38
<
DC-IRC >
[Discord] <foxusiai> if i have multiple kernels installed, how do i choose which one to boot?
16:44
<
DC-IRC >
[Discord] <foxusiai> er, did `linux-image-current-rk35xx` disappear from the repos again?
16:45
<
DC-IRC >
[Discord] <foxusiai> er, did `linux-image-current-rockchip-rk35xx` disappear from the repos again?
16:50
<
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
16:51
<
DC-IRC >
[Discord] <foxusiai> er, did `linux-image-current-rockchip-rk3588` disappear from the repos again?
16:53
<
DC-IRC >
[Discord] <foxusiai> ```
16:53
<
DC-IRC >
[Discord] <foxusiai> deb [signed-by=/usr/share/keyrings/armbian.gpg]
http://beta.armbian.com bookworm main bookworm-utils bookworm-desktop
16:53
<
DC-IRC >
[Discord] <foxusiai> ```
16:56
<
DC-IRC >
[Discord] <amazingfate> family rockchip-rk3588 is merged to rockchip64, yes, the package is no longer available
16:56
<
DC-IRC >
[Discord] <foxusiai> okay, thank you
16:59
<
DC-IRC >
[Discord] <foxusiai> it seems like the system is configured to boot whichever kernel was installed last?
17:21
<
DC-IRC >
[Discord] <Werner> I think uboot is looking for /boot/Image and follows whatever the symlink points to
17:24
<
DC-IRC >
[Discord] <foxusiai> seems so yeah