Update for 07-05-22 12:15

This commit is contained in:
Tyler Perkins 2022-05-07 12:15:01 -04:00
parent 55442039c4
commit ad922608db
2 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,8 @@ The pinephone is a cheap generic linux phone.
== u-boot ==
See [[u-boot]]
== Gentoo ==
=== Cross compiler ===

15
tech/u-boot.wiki Normal file
View File

@ -0,0 +1,15 @@
= U-boot =
U-boot is a open source, universal boot loader
== Compiling ==
Chances are you are cross compiling u-boot. To do this you will need a cross
compiler toolchain. To set one up, see [[cross_toolchain]].
You may also need `swig` and `python-dev` headers. You may also want your
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`
*