From e871d7a25f89901af475622a401b7af939ac6dc0 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Wed, 5 Sep 2018 23:34:44 +0000 Subject: [PATCH] Update CROSS-COMPILING.md --- CROSS-COMPILING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CROSS-COMPILING.md b/CROSS-COMPILING.md index a6323d9..3e6a76f 100644 --- a/CROSS-COMPILING.md +++ b/CROSS-COMPILING.md @@ -7,8 +7,8 @@ Installing a distro for ARM. The distro is CRUX, the target is an Odroid C2. 2. [PARTITIONING](#partitioning) 3. [BOOTLOADER](#bootloader) 4. [BOOT PARTITION](#boot-partition) -5. [ROOT PARTITION](#root-partition) -6. [COMPILING](#compiling) +5. [COMPILING KERNEL](#compiling-kernel) +6. [ROOT PARTITION](#root-partition) ## CROSS COMPILATION TOOLS @@ -123,7 +123,7 @@ make odroidc2_defconfig `make menuconfig` -## COMPILING +## COMPILING KERNEL * Compiling devicetree blobs to destination "INSTALL_DTBS_PATH=/mnt/boot/dtbs/meson64_odroidc2.dtb" `make -j 4 ARCH=arm64 CROSS_COMPILE=arm-none-eabi- INSTALL_DTBS_PATH=/mnt/boot/dtbs/ dtbs` * Compiling kernel to destination "INSTALL_PATH=/mnt/boot/Image"