Aucune description

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

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