Skip to content

QEMU emulator

James Geddes edited this page Feb 14, 2023 · 1 revision

For the zeroth lab, the following starts up an emulator and connects the serial interface to the terminal:

qemu-system-arm -M microbit -device loader,file=echo.hex -serial stdio

Clone this wiki locally