root@feicheninfo:~/android_src/AOSP/out/target/product/generic# emulator -avd myavd2 -system system.img -data userdata.img -ramdisk ramdisk.img -kernel ~/android_src/AOSP/prebuilts/qemu-kernel/arm/kernel-qemu-armv7
The purpose of the emulation environment is to run, as much as possible, router executables in a Qemu virtual machine. This means not only that the machine must have an ARM v7 Cortex-A9 processor, but that the kernel and the libraries should be the same version, or compatible versions, us...
The perfect emulation setup to study and develop the Linux kernel v5.0, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX C. GDB step debug and KGDB just work. Powered by Buildroot and crosstool