Jump to content

rvandegrift

Members
  • Posts

    4
  • Joined

  • Last visited

  1. I've noticed a funny thing on 23.11.0-trunk.244, trixie edge. If I use netplan to change the names of the network interfaces, they disappear on the next reboot - linux no longer detects them at all. dmesg will show: ``` rockchip-dw-pcie a40c00000.pcie: Phy link never came up rockchip-dw-pcie a41000000.pcie: Phy link never came up ``` The interfaces will disappear from lspci. Any hint on what's causing this?
  2. > We provide images with experimental kernels v6.5 to try out (at the end of download page). Oh awesome - I had to dig through the github artifacts to find the OrangePi 5 Plus trixie image. I can confirm this fixes the issue: the UEFI firmware boots up as expected with kvm. Thanks!
  3. I'm running armbian 23.08 bookworm on an orange pi 5 plus. I'm trying to run VMs that boot with UEFI, but these are hanging. I suspect a bug in the vendor kernel (5.10.160-rk35xx), since this works fine on an AWS bare metal arm64 host. Example: ``` $ sudo apt install qemu-system qemu-efi-aarch64 ... $ cp /usr/share/AAVMF/AAVMF_VARS.fd ./aavmf_efivars.fd $ qemu-system-aarch64 \ -machine virt \ -cpu max \ -drive if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd \ -drive file=aavmf_efivars.fd,format=raw,if=pflash -net none \ -nographic \ -enable-kvm ``` This hangs for me (to exit press C-a x). If I remove `-enable-kvm`, the UEFI shell loads.
  4. Hi folks, Ran into some issues with July 6 bookworm images for Orange Pi 5 Plus - it boots but there is no video or network. Orange Pi 5B has a note to change the dtb - one is also needed for the 5 Plus. It should be `fdtfile=rockchip/rk3588-orangepi-5-plus.dtb`. (I tried to search for related issues, but the rate limit is stopped me so I gave up.)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines