79e288f1fd
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
Run the emulation with:
|
|
|
|
qemu-system-arm -M versatilepb -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=scsi -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio
|
|
|
|
The login prompt will appear in the terminal that started Qemu. The
|
|
graphical window is the framebuffer.
|