Update for 07-05-22 15:00

This commit is contained in:
Tyler Perkins 2022-05-07 15:00:01 -04:00
parent ad922608db
commit 8e49857bf4
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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)