Is it supported to run libmetal on Linux without having the kernel modules uio_pdrv_genirq, uio_dmem_genirq, vfio-pci and uio_pci_generic? The code tries to do modprobe on these in metal_linux_probe_driver. I want to use openamp on Linux but without being tied to those kernel modules.
Is it supported to run libmetal on Linux without having the kernel modules uio_pdrv_genirq, uio_dmem_genirq, vfio-pci and uio_pci_generic? The code tries to do
modprobeon these inmetal_linux_probe_driver. I want to use openamp on Linux but without being tied to those kernel modules.