qemu-rpi-kernel
qemu-rpi-kernel copied to clipboard
Will this kernel affect the uname -r or cat /proc/version ?
I am not very familiar with QEMU, for me, I want to customize a Raspbian image before getting my RPI4, this is about compiling and installing a CH341 USB driver. I tried to compile the module with the version corresponding to $(uname -r), I get "4.14.7". However, when I try to install building dependecies including linux-headers, the version of headers installed from APT is "4.9.35", which result in "invalid module format" when "sudo insmod ch34x.ko" is running.