We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa22d7e commit 50915d3Copy full SHA for 50915d3
README.md
@@ -1,2 +1,10 @@
1
# Kernel
2
-CPI Linux Kernel
+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