From 6e28913c71f5aa952fdfdb8d91745cae7d43702f Mon Sep 17 00:00:00 2001 From: mayfrost Date: Tue, 18 Sep 2018 08:11:28 +0000 Subject: [PATCH] Update CROSS-COMPILING.md --- CROSS-COMPILING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CROSS-COMPILING.md b/CROSS-COMPILING.md index 650a4b5..3e57309 100644 --- 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 ```