diff options
author | Christian Cunningham <cc@localhost> | 2022-04-15 17:01:45 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-15 17:01:45 -0700 |
commit | 549bdc50785a7f03cf0c868a54ab8135e25b1f91 (patch) | |
tree | b34b2eb419678309dc0909412e75102cf7bd9171 | |
parent | a6f025906b75f8f527eef01d426048fe900540b9 (diff) |
Easier instructions for MacOS
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ ### Building on MacOS - Clone the repository - - From the root of the directory, i.e. in `Jobbed`, execute `make -f Mac.mk init` to install the toolchain - - Then execute `make -f Mac.mk` to build the Raspberry Pi Image + - From the root of the directory, i.e. in `Jobbed`, execute `make -f Mac.mk init default` to install the toolchain and build the image + - Further builds can be achieved by executing `make -f Mac.mk` - The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition ### Building (Google Colab) |