You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ An OS for Raspberry Pi
5
5
-~~brew: `gcc-arm-embedded`~~ This is 32 bit only, 64bit not available on brew
6
6
- Extract this [pre-built cross-compiler toolchain](https://github.com/thinkski/osx-arm-linux-toolchains/releases/download/8.3.0/aarch64-unknown-linux-gnu.tar.xz) into the build folder (should be located at `$PROJECT/build/aarch64-unkown-linux-gnu`)
7
7
2.[QEMU](https://www.qemu.org/download/)
8
-
- brew: `qemu`
8
+
3.-~~brew: `qemu`~~ Version on brew does not support the Raspberry Pi 4
9
+
- Checkout this [patched fork](https://github.com/mcribbs/qemu-patch-raspberry4) and compile.
10
+
- Update QEMU_COMMAND in the Makefile with the location of your built binary
9
11
## Resources
10
12
-https://jsandler18.github.io/ - This is old and targets 32bit machines
0 commit comments