mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
If you need to compile kvm_system yourself, please follow the steps below:
- The
kvm_systemproject is compiled under the MaixCDK framework. Before compiling, please ensure that theMaixCDKenvironment is correctly configured. For the configuration tutorial, click here. - Modify the paths of
MAIXCDK_PATHandNanoKVM_PATHin./build. - Execute
./build kvm_systemto compilekvm_system. - Use
scp ./kvm_system/dist/kvm_system_release/kvm_system root@192.168.x.x:/kvmapp/kvm_systemto copy it into NanoKVM for testing. - Use
./build add_to_kvmappto place the executable files into the/kvmappinstallation package. - Use
./build cleanto clean up the compilation ofkvm_system.