mirror of
https://github.com/clockworkpi/Kernel.git
synced 2025-12-12 07:38:50 +01:00
Update README.md
This commit is contained in:
parent
fa22d7e650
commit
50915d3c4d
10
README.md
10
README.md
@ -1,2 +1,10 @@
|
||||
# Kernel
|
||||
CPI Linux Kernel
|
||||
clockworkPI (CPI3) Linux Kernel 4.14.2 Patch
|
||||
|
||||
## Cross compiler:
|
||||
gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
|
||||
|
||||
## Compilation process:
|
||||
* cp ./arch/arm/configs/clockworkpi_cpi3_defconfig .config
|
||||
* make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
|
||||
* mkimage -A arm -O linux -T kernel -C none -a 0x40008000 -e 0x40008000 -n "Linux kernel" -d arch/arm/boot/zImage uImage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user