commit dd0df3f2149a91ad7a845196b89e0b1aaa2b3eea parent 53fade3e54d350c721b17c4bbd51a9c67370f9d4 Author: mayfrost <mayfrost@cock.li> Date: Thu, 6 Sep 2018 00:19:05 +0000 Update CROSS-COMPILING.md Diffstat:
| M | CROSS-COMPILING.md | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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