commit 372de1b1d6ae84f440b38b60db01f74a1a26755d parent 65dca52118cb18a475b4395b366b7350fbaea9a9 Author: mayfrost <mayfrost@cock.li> Date: Thu, 6 Sep 2018 00:39:51 +0000 Update CROSS-COMPILING.md Diffstat:
| M | CROSS-COMPILING.md | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/CROSS-COMPILING.md b/CROSS-COMPILING.md @@ -87,10 +87,12 @@ cd boot * VERSION 2: Download and extract the binary ``` -wget http://odroid.in/guides/ubuntu-lfs/boot.tar.gz # http://dn.odroid.com/S905/BootLoader/ODROID-C2/c2_boot_release_ubuntu.tar.gz -tar -zxvf boot.tar.xz +wget http://odroid.in/guides/ubuntu-lfs/boot.tar.gz +tar -zxvf boot.tar.gz cd boot -``` +``` + +Alternative download link: http://dn.odroid.com/S905/BootLoader/ODROID-C2/c2_boot_release_ubuntu.tar.gz * Flash bootloader ```