Is it possible to emulate boot from flash memory using qemu-system-arm
? (Using Integrator/CP motherboard)
I'm able to boot using qemu's -kernel
option, but if I try using an option such as -pflash
, qemu generates an error telling me that I must use the -kernel
option. Is there any way around this?