mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
parent
de9717b0ad
commit
e871d7a25f
@ -7,8 +7,8 @@ Installing a distro for ARM. The distro is CRUX, the target is an Odroid C2.
|
||||
2. [PARTITIONING](#partitioning)
|
||||
3. [BOOTLOADER](#bootloader)
|
||||
4. [BOOT PARTITION](#boot-partition)
|
||||
5. [ROOT PARTITION](#root-partition)
|
||||
6. [COMPILING](#compiling)
|
||||
5. [COMPILING KERNEL](#compiling-kernel)
|
||||
6. [ROOT PARTITION](#root-partition)
|
||||
|
||||
|
||||
## CROSS COMPILATION TOOLS
|
||||
@ -123,7 +123,7 @@ make odroidc2_defconfig
|
||||
`make menuconfig`
|
||||
|
||||
|
||||
## COMPILING
|
||||
## COMPILING KERNEL
|
||||
* Compiling devicetree blobs to destination "INSTALL_DTBS_PATH=/mnt/boot/dtbs/meson64_odroidc2.dtb"
|
||||
`make -j 4 ARCH=arm64 CROSS_COMPILE=arm-none-eabi- INSTALL_DTBS_PATH=/mnt/boot/dtbs/ dtbs`
|
||||
* Compiling kernel to destination "INSTALL_PATH=/mnt/boot/Image"
|
||||
|
Loading…
Reference in New Issue
Block a user