Hi Mohamed,
On [15-10-2024 16:59], Mohamed Dawod wrote:
Hi, I was trying to run the L4 demo *vm-basic-pci* for *arm64* using the command $ make qemu E=vm-basic-pci but It didn't work because of the missing 2 files :
- virt-arm_virt-64_pci.dtb : which is requested by the *modules.list* file
in the line :
module[arch=arm64,fname=virt-pci.dtb] dtb/virt-arm_virt-64_pci.dtb
- virt-pci.dtbo : which is requested by the *vm-basic-pci.cfg* by the
configuration
if (L4.Info.arch() == "arm64") then dt = "-drom/.fdt" overlay = "*-drom/virt-pci.dtbo*"
This is actually a typo. Please change this line to
overlay = "-drom/virt-pci.dtb"
Best, Matthias.
else dt = "-drom/virt-pci.dtb" overlay = "" end
I searched for both files in the whole *l4re-snapshot-23.10.1* directory but I couldn't find them Where can I find those necessary files to run *vm-basic-pc*i demo?
Thanks in advance, Regards
-- Mohamed Dawod *Software Engineer,* Cairo Egypt
--
*Driving Innovation! Visit our website www.avelabs.com http://www.avelabs.com/*, to read Avelabs Confidentiality Notice, follow this link: http://www.avelabs.com/email/disclaimer.html http://www.avelabs.com/email/disclaimer.html
l4-hackers mailing list -- l4-hackers@os.inf.tu-dresden.de To unsubscribe send an email to l4-hackers-leave@os.inf.tu-dresden.de