From 8e49857bf4fa18ced5ad7877eb976c25575ba1bf Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 7 May 2022 15:00:01 -0400 Subject: [PATCH] Update for 07-05-22 15:00 --- tech/pinephone.wiki | 11 +++++++++++ tech/u-boot.wiki | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/tech/pinephone.wiki b/tech/pinephone.wiki index 51c765a..11f0e20 100644 --- a/tech/pinephone.wiki +++ b/tech/pinephone.wiki @@ -8,6 +8,17 @@ See [[u-boot]] == Gentoo == +=== Filesystem layout === + +Iteration one, using the following layout + +* gpt disklabel +* 2048 + 128M BIOS boot (ext4) +* +4G Linux Swap +* +-1 Linux filesystem (ext4) + +Choose to use the stage3-arm64-systemd + === Cross compiler === First, we will be compiling on a host gentoo system. To do this, first install diff --git a/tech/u-boot.wiki b/tech/u-boot.wiki index 2f41894..5fe8ab4 100644 --- a/tech/u-boot.wiki +++ b/tech/u-boot.wiki @@ -12,4 +12,4 @@ distro's version of `uboot-tools` and `device-tree-compiler`, aka `dtc`. 1) Clone the u-boot repository * `git clone git://git.denx.de/u-boot.git` - * +2)