No Description

cuu 83d370d055 add gs os v0.6 kernel patches 1 year ago
CPI3_linux_4.20 ca5ebc54a8 md5sum 5 years ago
v0.2 55513e3ecc add v0.2 kernel,dtb,uboot 5 years ago
v0.4 f6e6a83320 add v0.4 kernel patch and u-boot 4 years ago
v0.6 83d370d055 add gs os v0.6 kernel patches 1 year ago
LICENSE 16cdc3f65e Initial commit 5 years ago
README.md 50915d3c4d Update README.md 5 years ago
cpi3-linux_4_14_2.patch fa22d7e650 Clockworkpi Kernel patch for Linux 4.14.2 5 years ago
uImage 3cfc842212 USB Ethernet patch and kernel image 5 years ago
usb_ethernet.patch 3cfc842212 USB Ethernet patch and kernel image 5 years ago

README.md

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