

Efe Çetin
Members-
Posts
140 -
Joined
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Efe Çetin
-
@Egertcan you send inxi -G output
-
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
-
You should download it from here https://redirect.armbian.com/orangepi5-plus/archive/
-
Install armbian-firmware-full
- 35 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
Packages are built daily, not after every change on main. The current package on armbian beta repo was built on 8:22 11 April. The fix got merged after this build. If you want to try the fix, you can build package using Armbian build system
- 35 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
It was just got merged recently. Wait for 406 or 407 to get the fix.
- 35 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
hi @BatVanko would you like to try https://github.com/armbian/build/pull/6486?
-
This PR should fix USBC on OPi5 -> https://github.com/armbian/build/pull/6485
- 35 replies
-
1
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
Unfortunately opi5 is not near me and can't make any test right now. I'll try to find what's wrong with usbc on 6.8 when i find a chance to try.
- 35 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
You can add it like https://github.com/armbian/build/blob/main/patch/kernel/rockchip-rk3588-edge/board-khadas-edge2-add-nodes.patch#L1347 I suppose you don't need to make any change since 5b and edge2 uses the same pcie phy
-
OrangePi 5 Plus - rtc hym8563 - irq issue
Efe Çetin replied to Marco Schirrmeister's topic in Orange Pi 5 Plus
@Marco Schirrmeister can you send a PR to armbian to add your patch?