aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-04 20:13:59 -0700
committerChristian Cunningham <cc@localhost>2022-04-04 20:13:59 -0700
commit1c2c831e611abd946727cc07291ab412edeca4d8 (patch)
tree0c61660daabf793d87aebc420dd47e534afeebb7 /README.md
parentd7f29c6a748ec1d5fc45cad77c3397aa8d777623 (diff)
Added Colab instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e19d01..a792d86 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,12 @@
- Ensure you have the `arm-none-eabi-gcc` cross compiler installed.
- From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk`
+## Building (Google Colab)
+ - !git clone https://github.com/TerminalCursor/Jobbed.git
+ - !apt install gcc-arm-none-eabi
+ - !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
+
## Getting Cross Compiler
- https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads