

Efe Çetin
Members-
Posts
140 -
Joined
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Efe Çetin
-
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
-
Already supported on build system https://github.com/armbian/build/blob/main/config/boards/nanopct6.wip
-
Orange Pi 5 AP6275P wireless module: bluetooth not working
Efe Çetin replied to David J's topic in Orange Pi 5
@ArmBoy1988 just special to AP6275P. It's difficult to work for other bluetooth adapters without having them or any feedback. Not have an idea about which adapter works or not works. @David J can you try this image https://github.com/efectn/armbian-images/releases/download/20230626-1325/Armbian_23.08.0-trunk_Orangepi5_jammy_legacy_5.10.160_gnome_desktop.img.xz to check bluetooth works -
Orange Pi 5 AP6275P wireless module: bluetooth not working
Efe Çetin replied to David J's topic in Orange Pi 5
We just need to init bluetooth-hciattach properly to get Bluetooth working. Nothing to do with kernel side. -
Orange Pi 5 AP6275P wireless module: bluetooth not working
Efe Çetin replied to David J's topic in Orange Pi 5
Will fix it