aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-06 14:48:33 -0700
committerChristian Cunningham <cc@localhost>2022-04-06 14:48:33 -0700
commitfdf05669a57335283d2a64b868330053be5589f6 (patch)
treee36f7becdae26c8f82dac313a3a42d6a0318937c
parent47f06e417d1ba2de5835a4e62ad639b64233149a (diff)
SD Build Instructions
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index daf6d49..253f468 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,11 @@
- `!cd Jobbed; make -f Unix.mk`
- The built image is found in `Jobbed/build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition
+### Building a Boot Image for the Raspberry Pi 2B
+ - The Raspberry Pi SD Card Imager can be obtained at `https://www.raspberrypi.com/software/`
+ - After imaging the SD card with the imaging software, delete all of the `kernel*.img` files in the root directory of the first partition of the SD card
+ - After removing all of the image files, copy the built `build/kernel7.img` file to the root directory of the first partition of the SD card
+
### Running in QEMU Emulator
- 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`
@@ -52,9 +57,6 @@ C++ sources in this directory are expected to work with a few missing features s
## Misc Information
-### Todo
- - Finish Build Instructions
-
### Future
- USB Driver
- Ethernet Driver