- Download latest Long term version to ~/armsystem/kernel
- configure the kernel to use arm architecture and cross compiler
- ARCH := arm
- CROSS_COMPILE := arm-none-linux-gnueabi-
- configure and build the kernel
- make vexpress_defconfig
- make menuconfig
- make
- download qemu latest source code (qemu.org)
- configure and build qemu:
- ./configure
- make
- make install
- modify the script ~/armsystem/run_qemu to use the new kernel and test your work