Is it possible to emulate boot from flash memory using qemu-system-arm
? (Using Integrator / CP motherboard)
I am able to boot using the qemu's -kernel
option, but if I do -pflash
, Qemu generates the error I told that I should use the -kernel
option. Is there a way around it?
- kernel
from memory space and shoes. I believe this is different from flash booting only because it does not support CFI or similar commands and memory is writable. Is it important for you? What exactly do you want from "flash boot"?
The details of the PS option say:
-P-Flash file use 'file' as a parallel flash image
Comments
Post a Comment