Efe Çetin
Members-
Posts
148 -
Joined
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Efe Çetin
-
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? -
Armbian Mantic XFCE desktop 7 dec WITH Hdmi desktop
Efe Çetin replied to Gullik's topic in Orange Pi 5
Vertical USB2 and type-c is not working yet -
What Works: - USB2 and USB3 - PCIe2 - GMAC - eMMC on HS200 mode - Cpufreq - User and maskrom buttons Dmesg Output: https://paste.armbian.com/onelomofit You can download them from Rolling releases section on https://www.armbian.com/nanopi-r6s/ page. Images include devicetrees for R6S and R6C. If you have R6C, you must change the devicetree from armbianEnv.txt.
-
@robnielsen yes it has the orange pi 5 dtb, you can migrate
- 15 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
-
Orange Pi 5 Plus - Dual boot - is possible ?
Efe Çetin replied to costel's topic in Orange Pi 5 Plus
Yes dual boot is possible. You can use uboot to load EFI files and then you can use a bootloader like grub, systemdboot. Btw you can use https://github.com/edk2-porting/edk2-rk3588 too. It works well with 5.10 legacy kernel. -
OrangePi 5 Plus bookworm images have no video or network
Efe Çetin replied to rvandegrift's topic in Orange Pi 5 Plus
You need to download it from https://redirect.armbian.com/orangepi5-plus/archive/ -
@buzzfab i implemented 6.5-rc1 support for opi5 in the past. I'll also add support for opi5+ this week or next week Note: It's experimental, most thing is not mainlined yet.
-
Can you debug it with usb ttl if you have? Looks like the overlay is not loaded
-
Fixed with https://github.com/armbian/linux-rockchip/pull/72
-
I can confirm usb3 doesn't work with .160 kernel. Will try to fix it
-
I'll add support for 6.5-rc1 soon
-
@OttawaHacker images were regenerated
-
Sorry for not booting systems. I forgot that packages on stable repo haven't been updated yet
- 15 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
@SvOlli it includes new rk35xx kernel @compent rk3588 is aldready supported in mainline. I think this decision is to manage kernels easily. (Rk3588 and rk35xx kernels was using the same repo) @mitu i followed steps for my old beta trunk image and it worked. Let me check what's wrong with 23.02
- 15 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
Did you try rolling release images? It's now orangepi-5-ap6275p so overlays=orangepi-5-ap6275p should work for latest images.
-
Rk3588 boards now share the same linuxfamily as rk3568 and rk3566 boards. It means rockchip-rk3588 kernel won't get update longer. Here is some steps for migration: sudo sed -i 's/LINUXFAMILY=rockchip-rk3588/LINUXFAMILY=rk35xx/g' /etc/armbian-release sudo apt update sudo apt install linux-image-legacy-rk35xx linux-dtb-legacy-rk35xx linux-headers-legacy-rk35xx sudo apt remove linux-image-legacy-rockchip-rk3588 linux-dtb-legacy-rockchip-rk3588 linux-headers-legacy-rockchip-rk3588 NOTE: The steps are currently for beta branch only. Don't try on stable branch.
- 15 replies
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
Are you sure HDMI is broken? Did you check xrandr list monitors output
