diff options
author | Christian Cunningham <cc@localhost> | 2022-04-06 11:02:26 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-06 11:02:26 -0700 |
commit | 756f56b565939ec8df6d501ae716a1256ed936f2 (patch) | |
tree | 9f01ace68f6e61ab678c7d08d76fbe947b82f3cf | |
parent | ebd3c55990021bd346ff3d8c8fd097db62dc7f1a (diff) |
Easier emulation instructions for Unix machines
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ - Ensure you have QEMU's ARM package installed on your system - Minimum command line arguments to run: `qemu-system-arm -M raspi2b -cpu cortex-a7 -m 1G -kernel build/kernel.elf` - When building `build/kernel7.img`, `build/kernel.elf` will also be built and is used to emulate the Raspberry Pi 2B + - If QEMU is installed, you can run **Jobbed** with `make -f Unix.mk clean run` + - You can also disable the QEMU window from appearing if you only have UART communication in your application with `SILENT=1 make -f Unix.mk clean run` ### Running on WSL - Download the QEMU ARM System Package and install it under `C:\qemu` |