diff options
Diffstat (limited to 'board/qemu/arm-vexpress')
-rw-r--r-- | board/qemu/arm-vexpress/readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/qemu/arm-vexpress/readme.txt b/board/qemu/arm-vexpress/readme.txt new file mode 100644 index 000000000..0d3631c72 --- /dev/null +++ b/board/qemu/arm-vexpress/readme.txt @@ -0,0 +1,6 @@ +Run the emulation with: + + qemu-system-arm -M vexpress-a9 -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=sd -append "console=ttyAMA0,115200 root=/dev/mmcblk0" -serial stdio -net nic,model=lan9118 -net user + +The login prompt will appear in the terminal that started Qemu. The +graphical window is the framebuffer. |