> If I load the binary version of image u-boot.bin into QEMU,
> how does QEMU know to which start address the image was
> linked to? Or do I have to load the ELF file?

qemu assumes it's loading a raw binary kernel zImage. Currently it is loaded 
at 0x10000. The linux kernel don't care where they are loaded, so this may 
change in the future.
If you configure u-boot for a base address of 0x1000 it will probably work.

> If my program wants to access the serial ports, how do I have
> to configure the serial driver in my program to access these
> ports? E.g. which base address do I have to use in the
> serial driver? In real HW they differ from chip to chip.

Qemu emulates and ARM Integrator/CP baseboard and CM/926 or CM/1026 core 
module. Full documentation is available from http://www.arm.com/

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to