We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
en:c1_building_u-boot [2016/12/07 15:39]
brian.kim [Toolchain]
en:c1_building_u-boot [2017/03/07 18:22]
joy.cho [Checkout & compile]
Line 34: Line 34:
 $ git clone https://​github.com/​hardkernel/​u-boot.git -b odroidc-v2011.03 $ git clone https://​github.com/​hardkernel/​u-boot.git -b odroidc-v2011.03
 </​code>​ </​code>​
-Before you compile **U-boot**, you must configure for **ODROID-C1** with following command.+Before you compile **U-boot**, you must configure for **ODROID-C1** with following command,\\ 
 +and then compile.\\ 
 + 
 +For Ubuntu and Android, the different config option is used.\\ 
 +=== Ubuntu ===
 <​code>​ <​code>​
 $ cd u-boot $ cd u-boot
 $ make odroidc_config $ make odroidc_config
 +$ make
 </​code>​ </​code>​
-And finally you can compile **U-boot**+ 
 +===Android 5.1.1 and 4.4.4 ===
 <​code>​ <​code>​
 +$ cd u-boot
 +$ make odroidc_rev2_config
 +$ make
 +</​code>​
 +
 +===Android 4.4.2 ===
 +<​code>​
 +$ cd u-boot
 +$ make odroidc_rev2_config
 $ make $ make
 </​code>​ </​code>​
 +
 ===== Installation ===== ===== Installation =====
 The bootloader for **ODROID-C1** is consisted with two part, **1st stage bootloader** + **U-boot**. You can find **u-boot.bin** once you compile **U-boot**, as well as **bl1.bin.hardkernel** in the directory **sd_fuse/​**. Both binaries must be installed in a card (eMMC or MicroSD). The bootloader for **ODROID-C1** is consisted with two part, **1st stage bootloader** + **U-boot**. You can find **u-boot.bin** once you compile **U-boot**, as well as **bl1.bin.hardkernel** in the directory **sd_fuse/​**. Both binaries must be installed in a card (eMMC or MicroSD).
en/c1_building_u-boot.txt · Last modified: 2017/03/07 18:22 by joy.cho
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0