From 8c8e92cd14941921a125777e51e86d516ccdf428 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 13 Apr 2022 16:41:33 -0700 Subject: Added Caveat to Google Colab --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1