Hi Frank,
Danke für deine Antwort.
Ja habe wie in diesem Thread das Image verwendet: https://github.com/ayufan-rock64/linux-build/releases/download/0.9.16/buster-minimal-rockpro64-0.9.16-1163-arm64.img.xz
Anschließend habe ich auch ein Update gemacht um den selben Kernel wie in deinem Output installiert.
rock64@rockpro64:~$ uname -a
Linux rockpro64 4.4.202-1237-rockchip-ayufan-gfd4492386213 #1 SMP Sat Nov 23 13:55:47 UTC 2019 aarch64 GNU/Linux
Habe auch das file /boot/extlinux/extlinux.conf angepasst und pci=nomsi hinzugefügt wie von dir Beschrieben.
rock64@rockpro64:~$ cat /boot/extlinux/extlinux.conf
timeout 10
menu title select kernel
label kernel-4.4.202-1237-rockchip-ayufan-gfd4492386213
kernel /boot/vmlinuz-4.4.202-1237-rockchip-ayufan-gfd4492386213
initrd /boot/initrd.img-4.4.202-1237-rockchip-ayufan-gfd4492386213
devicetreedir /boot/dtbs/4.4.202-1237-rockchip-ayufan-gfd4492386213
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 pci=nomsi root=LABEL=linux-root rootwait rootfstype=ext4
label kernel-4.4.202-1237-rockchip-ayufan-gfd4492386213-memtest
kernel /boot/vmlinuz-4.4.202-1237-rockchip-ayufan-gfd4492386213
initrd /boot/initrd.img-4.4.202-1237-rockchip-ayufan-gfd4492386213
devicetreedir /boot/dtbs/4.4.202-1237-rockchip-ayufan-gfd4492386213
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 pci=nomsi root=LABEL=linux-root rootwait rootfstype=ext4 memtest
label kernel-4.4.197-1236-rockchip-ayufan-g30faab37e339
kernel /boot/vmlinuz-4.4.197-1236-rockchip-ayufan-g30faab37e339
initrd /boot/initrd.img-4.4.197-1236-rockchip-ayufan-g30faab37e339
devicetreedir /boot/dtbs/4.4.197-1236-rockchip-ayufan-g30faab37e339
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 pci=nomsi root=LABEL=linux-root rootwait rootfstype=ext4
label kernel-4.4.197-1236-rockchip-ayufan-g30faab37e339-memtest
kernel /boot/vmlinuz-4.4.197-1236-rockchip-ayufan-g30faab37e339
initrd /boot/initrd.img-4.4.197-1236-rockchip-ayufan-g30faab37e339
devicetreedir /boot/dtbs/4.4.197-1236-rockchip-ayufan-g30faab37e339
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 pci=nomsi root=LABEL=linux-root rootwait rootfstype=ext4 memtest
Leider sehe ich den Controller immer noch nicht, mein lspci output bleibt immer leer ...
rock64@rockpro64:~$ lspci
rock64@rockpro64:~$
rock64@rockpro64:~$ lspci -vvv
rock64@rockpro64:~$
Fällt dir dazu noch irgend etwas ein? Wäre über jeden Tipp sehr dankbar!
LG,
Manuel