In this post I prepared what I think is the simplest example on how to manage interrupts for the widespread ARM926 core. From this example one can expand the complexity of the interrupt management at will. I’m going to test the functionality with QEMU, emulating the Versatile Platform Baseboard. I based this example on my […]
This is a tutorial to:
1. Get Linux kernel 3.2 source code
3. Configure and compile for Versatile Express ARM Cortex-A9 platform
4. Prepare and create a ramdisk using initramfs schema
5. Emulate kernel boot and ramdisk execution using QEMU
April 15, 2012
7