commit 6e28913c71f5aa952fdfdb8d91745cae7d43702f parent 216c4e7c384dbf92fa6d9e01f4d99ffbc42a7336 Author: mayfrost <mayfrost@cock.li> Date: Tue, 18 Sep 2018 08:11:28 +0000 Update CROSS-COMPILING.md Diffstat:
| M | CROSS-COMPILING.md | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/CROSS-COMPILING.md b/CROSS-COMPILING.md @@ -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 ```