mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
parent
ef4970fe2b
commit
d0d1d79edc
@ -77,7 +77,7 @@ Name of "_CROSS_COMPILE_" variable will change depending on the choosen option.
|
|||||||
## BOOTLOADER
|
## BOOTLOADER
|
||||||
Minimum 3072 bytes free at the start of the drive and before the boot partition.
|
Minimum 3072 bytes free at the start of the drive and before the boot partition.
|
||||||
|
|
||||||
* VERSION 1: Compile bootloader yourself
|
* OPTION 1: Compile bootloader yourself
|
||||||
```
|
```
|
||||||
git clone https://github.com/hardkernel/u-boot.git -b odroidc2-v2015.01
|
git clone https://github.com/hardkernel/u-boot.git -b odroidc2-v2015.01
|
||||||
cd u-boot
|
cd u-boot
|
||||||
@ -86,7 +86,7 @@ make -j4
|
|||||||
cd boot
|
cd boot
|
||||||
```
|
```
|
||||||
|
|
||||||
* VERSION 2: Download and extract the binary
|
* OPTION 2: Download and extract the binary
|
||||||
```
|
```
|
||||||
wget http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
|
wget http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
|
||||||
tar -zxvf boot.tar.gz
|
tar -zxvf boot.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user