diff options
author | Christian Cunningham <cc@localhost> | 2022-04-05 16:52:38 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-05 16:52:38 -0700 |
commit | 42628c4ffa5ed8a3d298f62562e790094211143f (patch) | |
tree | 03465163fb728d2e1ce154fa6e164f246dc15698 | |
parent | f29c3f7ccf753cfdab27cb5cebbe0fe398dd2d4f (diff) |
Added more emulation information
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ ## Running - 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 ## Getting Cross Compiler - https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads |