From dd0df3f2149a91ad7a845196b89e0b1aaa2b3eea Mon Sep 17 00:00:00 2001 From: mayfrost Date: Thu, 6 Sep 2018 00:19:05 +0000 Subject: [PATCH] Update CROSS-COMPILING.md --- CROSS-COMPILING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CROSS-COMPILING.md b/CROSS-COMPILING.md index 49353b8..3fb669f 100644 --- a/CROSS-COMPILING.md +++ b/CROSS-COMPILING.md @@ -1,15 +1,15 @@ # CROSS-COMPILING -Installing a distro for ARM. The distro is CRUX, the target is an Odroid C2. +Installing a distro for ARM. The distro is CRUX, the target is an Odroid C2. The device is appears as "_/dev/mmcblk0_" (with "_/dev/mmcblk0p1_" and "_/dev/mmcblk0p2_" as the partitions) in the target machine, but it can be seen as "_/dev/sdX_" in your x86 computer. ## TOC 1. [CROSS COMPILATION TOOLS](#cross-compilation-tools) 2. [PARTITIONING](#partitioning) 3. [BOOTLOADER](#bootloader) -3. [MOUNTING](#mounting) -4. [BOOT PARTITION](#boot-partition) -5. [COMPILING KERNEL](#compiling-kernel) -6. [ROOT PARTITION](#root-partition) +4. [MOUNTING](#mounting) +5. [BOOT PARTITION](#boot-partition) +6. [COMPILING KERNEL](#compiling-kernel) +7. [ROOT PARTITION](#root-partition) ## CROSS COMPILATION TOOLS