Difference between revisions of "U-Boot"
From Rockchip open source Document
(创建页面,内容为“ *[http://processors.wiki.ti.com/index.php/Booting_Linux_kernel_using_U-Boot#Setting_up 1 Setting up] *[http://processors.wiki.ti.com/index.php/Booting_Linux_k...”) |
|||
Line 1: | Line 1: | ||
− | + | U-Boot Guide | |
− | + | ||
− | + | = Download U-Boot = | |
− | + | ||
− | + | == Upstream U-Boot == | |
− | + | ||
− | + | You can clone the u-boot repository by running: | |
− | + | <pre>git clone git://git.denx.de/u-boot.git</pre> | |
− | + | ||
+ | Alternatively you can use u-boot-rockchip instead which may with some patches not get in mainline: | ||
+ | <pre>git clone git://git.denx.de/u-boot-rockchip.git</pre> | ||
+ | |||
+ | == Rockchp U-Boot == | ||
+ | |||
+ | You can clone the u-boot repository by running: | ||
+ | <pre>git clone https://github.com/rockchip-linux/u-boot.git</pre> | ||
+ | |||
+ | | ||
+ | |||
+ | = Supported Devices = | ||
+ | |||
+ | = Configure U-Boot = | ||
+ | |||
+ | = Build U-Boot = | ||
+ | |||
+ | == Get a toolchain == | ||
+ | |||
+ | If you haven't done so before, get a suitable toolchain installed and added to your PATH. | ||
+ | |||
+ | = U-Boot functions = | ||
+ | |||
+ | = Istall U-Boot = |
Revision as of 11:29, 8 March 2017
U-Boot Guide
Contents
Download U-Boot
Upstream U-Boot
You can clone the u-boot repository by running:
git clone git://git.denx.de/u-boot.git
Alternatively you can use u-boot-rockchip instead which may with some patches not get in mainline:
git clone git://git.denx.de/u-boot-rockchip.git
Rockchp U-Boot
You can clone the u-boot repository by running:
git clone https://github.com/rockchip-linux/u-boot.git
Supported Devices
Configure U-Boot
Build U-Boot
Get a toolchain
If you haven't done so before, get a suitable toolchain installed and added to your PATH.