Skip to content

khadas/khadas-linux-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Khadas linux kernel Build Status

mainline linux kernel for usage on Khadas VIMs and Edge boards

https://github.com/khadas/khadas-linux-kernel

Features

  • kernel version is 5.13.x + patches
  • one kernel for amlogic and rockchip
  • mainline
  • small kernel size
  • kexec
  • squashfs + overlayfs
  • ram disk
  • usb otg gadgets
  • ...

Download releases

+ https://github.com/khadas/khadas-linux-kernel/releases/tag/amlrock

download

git clone https://github.com/khadas/khadas-linux-kernel
cd khadas-linux-kernel

auto build script for releases

./scripts/prepare || echo "not possible to continue"
./scripts/auto_krescue
./scripts/auto_openwrt

manual build usage

./make_kernel_mainline_vimsX
./make_kernel_mainline_vimsX_modules

# we can define kernel version
export LINUX_VER=linux-5.7.7
./make_kernel_mainline_vimsX

# build modules archive
TAR=1 ./make_kernel_mainline_vimsX_modules

config file

./scripts/config.conf

OUTPUT

output dir is $KERNEL_OUTPUT_DIR default value is /tmp/modules

Deps

  • flex bc

    apt-get install flex bc

Configs

configs

build from sources

preparing ... plz wait soon ...

Downloads

related projects

## hyphop ##