mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
parent
53fade3e54
commit
dd0df3f214
@ -1,15 +1,15 @@
|
|||||||
# CROSS-COMPILING
|
# 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
|
## TOC
|
||||||
1. [CROSS COMPILATION TOOLS](#cross-compilation-tools)
|
1. [CROSS COMPILATION TOOLS](#cross-compilation-tools)
|
||||||
2. [PARTITIONING](#partitioning)
|
2. [PARTITIONING](#partitioning)
|
||||||
3. [BOOTLOADER](#bootloader)
|
3. [BOOTLOADER](#bootloader)
|
||||||
3. [MOUNTING](#mounting)
|
4. [MOUNTING](#mounting)
|
||||||
4. [BOOT PARTITION](#boot-partition)
|
5. [BOOT PARTITION](#boot-partition)
|
||||||
5. [COMPILING KERNEL](#compiling-kernel)
|
6. [COMPILING KERNEL](#compiling-kernel)
|
||||||
6. [ROOT PARTITION](#root-partition)
|
7. [ROOT PARTITION](#root-partition)
|
||||||
|
|
||||||
|
|
||||||
## CROSS COMPILATION TOOLS
|
## CROSS COMPILATION TOOLS
|
||||||
|
Loading…
Reference in New Issue
Block a user