Jump to content

Efe Çetin

Members
  • Posts

    148
  • Joined

Everything posted by Efe Çetin

  1. This PR should fix USBC on OPi5 -> https://github.com/armbian/build/pull/6485
  2. 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.
  3. 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
  4. @Marco Schirrmeister can you send a PR to armbian to add your patch?
  5. I think you use opi5 image instead of opi5+. You have to read description properly
  6. Vertical USB2 and type-c is not working yet
  7. 1- HDMI is pretty experimental. 2- Can you send lsusb output 3- Yeah it's a known issue about edge kernel. I suppose it's related to cpufreq @adr3nal1n27
  8. 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.
  9. @robnielsen yes it has the orange pi 5 dtb, you can migrate
  10. I am not able to reproduce it
  11. 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.
  12. You need to download it from https://redirect.armbian.com/orangepi5-plus/archive/
  13. @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.
  14. Can you debug it with usb ttl if you have? Looks like the overlay is not loaded
  15. Fixed with https://github.com/armbian/linux-rockchip/pull/72
  16. I can confirm usb3 doesn't work with .160 kernel. Will try to fix it
  17. @OttawaHacker images were regenerated
  18. Sorry for not booting systems. I forgot that packages on stable repo haven't been updated yet
  19. @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
  20. Did you try rolling release images? It's now orangepi-5-ap6275p so overlays=orangepi-5-ap6275p should work for latest images.
  21. 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.
  22. Are you sure HDMI is broken? Did you check xrandr list monitors output
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines