aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-13 16:41:33 -0700
committerChristian Cunningham <cc@localhost>2022-04-13 16:41:33 -0700
commit8c8e92cd14941921a125777e51e86d516ccdf428 (patch)
tree577978240821471e4ecda27f8d65978373be160a
parentc85b36e9614e4d6192e54f1f935c6ac8ca7564ac (diff)
Added Caveat to Google Colab
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 87188e4..0bbc753 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@
- `!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
+ - Currently, it appears that the Ubuntu Distribution's cross compiler is not properly assembling the binaries. This issue is being looked into
### Creating a Bootable SD Card for the Raspberry Pi 2B
- The Raspberry Pi SD Card Imager can be obtained at `https://www.raspberrypi.com/software/`
@@ -172,4 +173,4 @@ Note: SYS and USER share registers but differ in privilege
- // PRIV LEVL: https://developer.arm.com/documentation/den0013/d/ARM-Processor-Modes-and-Registers
- // MODES: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-processor-modes?lang=en
- // EXCEPTION HANDLING: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/Exception-handling?lang=en
- - // MODE REGISTERS: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-core-registers?lang=en \ No newline at end of file
+ - // MODE REGISTERS: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-core-registers?lang=en