I bought a JetRacer Pro 2GB AI Kit with Jetson Nano 2G Developer Kit. Just wanted to know that it is possible to get full kvm virtualization to function on it.
The /dev/kvm does not exist and I think it’s because jetson nano’s kernel was compiled without KVM support. Is there a way to get the official kernel fork for Jetson Nano 2GB(to be used with the JetRacer) so I can just enable KVM and recompile?Or is there an easier way to get KVM working? Maybe I should just enable it somewhere?
1 run ./nvbuild.sh
2 inside of kernel/kernel-4.9 make modules && sudo make modules_install
3 inside of kernel/kernel-4.9 make && sudo make install
4 sudo cp kernel/kernel-4.9/arch/arm64/boot/Image /boot/Image
If you needed some module change to compile in kernel/kernel-4.9/arch/arm64/configs/tegra_defconfig
For KVM needed CONFIG_KVM=y
The problem is not to enable the KVM in the Jetson Nano. With the linux image for R32 (release), REVISION: 5.0, I have managed to enable KVM in this board, but the LCD display on the JetRacer (the car powered by NVIDIA Jetson Nano) doesn’t show anything. Probably the linux image must be a different one? Is it required to install something else?