vimwiki/tech/u-boot.wiki

16 lines
444 B
Plaintext

= 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`
2)