commit 588b1f0f5d53848fb4a371d8ceb227d8e00691ed
parent e871d7a25f89901af475622a401b7af939ac6dc0
Author: mayfrost <mayfrost@cock.li>
Date: Thu, 6 Sep 2018 00:11:33 +0000
Update CROSS-COMPILING.md
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git 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.