From 79dcaba6de2ac8d3d1a488de1e012033d583578b Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 7 May 2022 15:15:01 -0400 Subject: [PATCH] Update for 07-05-22 15:15 --- tech/pinephone.wiki | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tech/pinephone.wiki b/tech/pinephone.wiki index 11f0e20..38ffd84 100644 --- a/tech/pinephone.wiki +++ b/tech/pinephone.wiki @@ -19,6 +19,13 @@ Iteration one, using the following layout Choose to use the stage3-arm64-systemd +=== Chrooting === + +In order to chroot into the system, you may need to use qemu to emulate the +system architecture. This can be done using `qemu-user-static` and +`binfmt-qemu-static`. These allow you to chroot into an enviroment of a +different architecture. + === Cross compiler === First, we will be compiling on a host gentoo system. To do this, first install