From 588b1f0f5d53848fb4a371d8ceb227d8e00691ed Mon Sep 17 00:00:00 2001 From: mayfrost Date: Thu, 6 Sep 2018 00:11:33 +0000 Subject: [PATCH] Update CROSS-COMPILING.md --- CROSS-COMPILING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CROSS-COMPILING.md b/CROSS-COMPILING.md index 3e6a76f..6cc7c6d 100644 --- a/CROSS-COMPILING.md +++ b/CROSS-COMPILING.md @@ -6,13 +6,14 @@ Installing a distro for ARM. The distro is CRUX, the target is an Odroid C2. 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) ## CROSS COMPILATION TOOLS -Installing cross GCC compilation tools (for the X86 machine, not target ARM). Includes binutils. +Installing GCC cross compilation tools (for the X86 machine, not target ARM). Includes binutils. * OPTION 1: from repository (Devuan example) `sudo apt-get install gcc-arm-none-eabi` @@ -101,6 +102,13 @@ chmod +x sd_fusing.sh * might want to comment-out the display-autodetect option +## MOUNTING +* mount root filesystem +mount /dev/mmcblk0p2 /mnt +* mount boot filesystem +mount /dev/mmcblk0p1 /mnt + + ## BOOT PARTITION Must be FAT32 and 64 MB minimum.