Skip to content

Commit 50915d3

Browse files
authored
Update README.md
1 parent fa22d7e commit 50915d3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# Kernel
2-
CPI Linux Kernel
2+
clockworkPI (CPI3) Linux Kernel 4.14.2 Patch
3+
4+
## Cross compiler:
5+
gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
6+
7+
## Compilation process:
8+
* cp ./arch/arm/configs/clockworkpi_cpi3_defconfig .config
9+
* make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
10+
* mkimage -A arm -O linux -T kernel -C none -a 0x40008000 -e 0x40008000 -n "Linux kernel" -d arch/arm/boot/zImage uImage

0 commit comments

Comments
 (0)