Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:u3_building_u-boot [2015/10/05 09:11] codewalker [Toolchain] |
en:u3_building_u-boot [2015/10/06 17:57] (current) codewalker [Checkout & compile] |
||
---|---|---|---|
Line 37: | Line 37: | ||
You can checkout **U-boot** source tree from **[[https://github.com/hardkernel/u-boot/tree/odroidc-v2011.03|Hardkernel's Github]]**. | You can checkout **U-boot** source tree from **[[https://github.com/hardkernel/u-boot/tree/odroidc-v2011.03|Hardkernel's Github]]**. | ||
<code> | <code> | ||
- | $ git clone https://github.com/hardkernel/u-boot.git -b odroid-v2010.12 | + | $ git clone https://github.com/hardkernel/u-boot.git -b odroid-v2015.10 |
</code> | </code> | ||
Before you compile **U-boot**, you must configure for **ODROID-U3** with following command. | Before you compile **U-boot**, you must configure for **ODROID-U3** with following command. |