Download Latest Version MX-Linux_LXDE_Respin_Beta1.iso (1.1 GB)
Email in envelope

Get an email when there's a new version of Fenix

Home / pi / fenix_vm / tools
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-04-27 1.5 kB
linux-arm-5.4.51.patch 2021-04-27 2.0 kB
qemu_choose_vm.sh 2021-04-27 2.3 kB
linux-arm-4.4.34.patch 2021-04-27 3.0 kB
linux-arm.patch 2021-04-27 1.4 kB
config_loopdev 2021-04-27 145 Bytes
config_webcam 2021-04-27 607 Bytes
config_file_5.4.51 2021-04-27 99.9 kB
config_ip_tables 2021-04-27 1.2 kB
config_file_4.4.34 2021-04-27 685 Bytes
config_file_4.19.50 2021-04-27 86.9 kB
config_file_3.10.25 2021-04-27 53.6 kB
build-kernel-qemu.conf-5.4.51 2021-04-27 158 Bytes
config_file 2021-04-27 1.0 kB
build-kernel-qemu 2021-04-27 3.5 kB
build-kernel-qemu.conf-4.14.79 2021-04-27 61 Bytes
Totals: 16 Items   257.9 kB 0

In this subsection, I've included tools and instructions for those who want to build kernel themselves.

build-kernel-qemu script helps one to automate kernel building process for any debian based distro. The ARM toolchain can be found in the debian package gcc-arm-linux-gnueabihf or at https://github.com/raspberrypi/tools. For other OSes, like windows or Mac OS X, one can have similar tools like gcc-arm-linux-gnueabihf- and other dependencies and refer build-kernel-qemu line by line to build the kernel.

If you enable USB webcam modules in the build script, make sure that the correct drivers for your web camera are selected in menuconfig. A word of warning, though: USB works in Qemu in general but USB web cameras have some problems actually.

Please note that build-kernel-qemu is not an original work of mine and credit for it goes to the original author (https://github.com/johnlane).

I've taken building references from the links below:

https://web.archive.org/web/20131210001638/http://xecdesign.com/compiling-a-kernel/ https://web.archive.org/web/20131209235952/http://xecdesign.com/compiling-qemu/ https://web.archive.org/web/20131210001407/http://xecdesign.com/working-with-qemu/ https://web.archive.org/web/20131210001526/http://xecdesign.com/qemu-emulating-raspberry-pi-the-easy-way/

build-kernel-qemu references :

https://github.com/johnlane/rpi-utils/blob/master/kernel/build-kernel-qemu

https://github.com/polaco1782/raspberry-qemu/blob/master/build-kernel-qemu

Source: README.md, updated 2021-04-27