Update for 07-05-22 12:15
This commit is contained in:
parent
55442039c4
commit
ad922608db
@ -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
15
tech/u-boot.wiki
Normal 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`
|
||||
*
|
Loading…
Reference in New Issue
Block a user