From da936a719b4254e91ba422361d7c1d1d0e775b8f Mon Sep 17 00:00:00 2001 From: pi Date: Fri, 25 Nov 2022 23:46:20 +0100 Subject: [PATCH] a bit of README keeps the doctor away, or something --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bf10a09..7cf36027 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The `NixDebug.cs` (Udon) script needs to be placed on a camera pointing at a cam For both the target toolchain (`riscv32-gnu-linux-`) and the initramfs, [buildroot](https://buildroot.org/) is used - this is *not* a submodule, but an extracted and slightly modified version instead. -To build, run `make buildroot-2021.05/build.marker` in the top level directory. The toolchain will be made in `buildroot-2021.05/output/host` and the rootfs in `buildroot-2021.05/output/images`. This will take a long time. +To build, run `make buildroot-2022.02.1/build.marker` in the top level directory. The toolchain will be made in `buildroot-2022.02.1/output/host` and the rootfs in `buildroot-2022.02.1/output/images`. This will take a long time. ### Micropython @@ -78,6 +78,8 @@ NOTE: This requires a custom rust toolchain, as the default one does not have a To build the linux payload, run `make linux_payload.bin` in the top level directory. This requires the toolchain and initramfs to be built. +Note that this uses a custom fork of the linux kernel that includes some custom rvc-specific patches. See the forked repo: https://github.com/pimaker/linux-rvc + # Why? Because.