mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
parent
216c4e7c38
commit
6e28913c71
@ -150,11 +150,10 @@ Minimum 3072 bytes free at the start of the drive and before the boot partition.
|
||||
|
||||
* OPTION 1: Download and extract the binary
|
||||
```
|
||||
wget http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
|
||||
tar -zxvf boot.tar.gz
|
||||
cd boot
|
||||
wget -c http://mirror.archlinuxarm.org/aarch64/alarm/uboot-odroid-c2-2015.01-17-aarch64.pkg.tar.xz
|
||||
aunpack uboot-odroid-c2-2015.01-17-aarch64.pkg.tar.xz --extract-to=/mnt/boot
|
||||
cd /mnt/boot
|
||||
```
|
||||
Alternative download link: http://dn.odroid.com/S905/BootLoader/ODROID-C2/c2_boot_release_ubuntu.tar.gz
|
||||
|
||||
* OPTION 2: Compile the bootloader yourself
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user