Efe Çetin
Members-
Posts
135 -
Joined
Other groups
Contributor/Maintainer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
What if you clear SPI Flash and then try to boot emmc?
-
Yes it's not supported by mainline kernels yet. Perhaps it might be worth to try to backport wacom drivers to 6.1 kernel.
-
It is fixed now. It should work if you update kernel from beta repo
-
I will check it to find what's wrong. Unfortunately it might take some time since i don't have any 2k screen
-
Which resolution are they working at? And does it work with Khadas images
-
1440p should be supported on both 6.1 and 6.10 images but it's recommended using 6.1 images as 6.10 HDMI is still WIP
-
It will get fixed by this PR: https://github.com/armbian/build/pull/7015 If you don't want to wait approval of the PR, copy this overlay https://github.com/efectn-forks/build/blob/rk3588-edge-v6.11/patch/kernel/archive/rockchip-rk3588-6.11/overlay/rockchip-rk3588-hdmirx.dtso & replace okay with disabled and then add if as an user overlay using armbian-add-overlay -> https://docs.armbian.com/User-Guide_Allwinner_overlays/
-
Building Armbian Distribution with Kernel 6.10 for Orange Pi 5 Pro
Efe Çetin replied to Sergey Dulimov's topic in Rockchip
OPi 5 Pro is not yet supported for 6.10 kernel and if you want it supported someone has the board needs to add its DT tohttps://github.com/armbian/build/blob/main/patch/kernel/archive/rockchip-rk3588-6.10/dt. If you're interested in making the board work in mainline you can take https://github.com/armbian/build/blob/main/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-orangepi-5.dts devicetree as reference. You need to adjust regulators, some devicetree nodes, properties etc. -
Hope to get rtl8852be wifi driver support for kernel 6.1
Efe Çetin replied to Gypsophila .'s topic in Orange Pi 5 Plus
It won't be requiring any external packages soon -> https://github.com/armbian/build/pull/6947/files -
@rosbeef have you ever tried to update DDR and BL31 blobs? 5plus still uses old blobs that may cause the issue. You can update blobs by putting ``` DDR_BLOB='rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin' BL31_BLOB='rk35/rk3588_bl31_v1.45.elf ``` to the https://github.com/armbian/build/blob/main/config/boards/orangepi5-plus.conf and compile the new uboot spi image/package or new image.
-
Download https://github.com/armbian/linux-rockchip/blob/rk-6.1-rkr1/arch/arm64/boot/dts/rockchip/overlay/orangepi-5-sata.dts and add it to the system using armbian-add-overlay orangepi-5-sata.dts it seems Like we don't have an overlay for sata0 for edge kernel yet
-
@JamesCL did you enable the sata overlay?
-
@DroZDI which image did you download
-
It's interesting. I'll check it out to see what's missing
-
You need something like https://github.com/armbian/build/blob/main/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5b.dts#L32 to enable it on mainline. I don't know the situation because of i don't have ap6275p module for opi5 but it works with Khadas edge 2. And we have an overlay for opi5 in 6.1 https://github.com/armbian/linux-rockchip/blob/rk-5.10-rkr6/arch/arm64/boot/dts/rockchip/overlay/orangepi-5-ap6275p.dts