lattice0 / jetson_nano_kvm

How to rebuild the kernel to activate KVM on the Nvidia Jetson Nano
10 stars 2 forks source link

kvm file does not exist #2

Closed Nouraas closed 2 years ago

Nouraas commented 2 years ago

Hello,

I followed your tutorial step by step but at the end running the command (sudo ls /dev | grep kvm) did not give me any output, also the interrupt was not added. Can you please aid me in debugging this ?

note: my DTS file is in this path: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts

Nouraas commented 2 years ago

So my issue was that rsync did not copy all the files to the modules and boot, and so I used cp and meld to copy and make sure that all files exist. :D

a note that might help other people: my path was FDT /boot/dts/tegra210-p3448-0000-p3449-0000-b00.dtb

Thank you for sharing this tutorial. Happy KVMing! hehe