mainline linux kernel for usage on Khadas VIMs and Edge boards
https://github.com/khadas/khadas-linux-kernel
- 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
- ...
+ https://github.com/khadas/khadas-linux-kernel/releases/tag/amlrock
git clone https://github.com/khadas/khadas-linux-kernel
cd khadas-linux-kernel
./scripts/prepare || echo "not possible to continue"
./scripts/auto_krescue
./scripts/auto_openwrt
./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
./scripts/config.conf
output dir is $KERNEL_OUTPUT_DIR default value is /tmp/modules
-
flex bc
apt-get install flex bc
preparing ... plz wait soon ...
- https://github.com/khadas/krescue
- https://github.com/khadas/khadas-rescue-sdk
- https://github.com/khadas/khadas-rescue-rootfs
- https://github.com/khadas/khadas-openwrt-feed-extra
- https://github.com/khadas/khadas-openwrt-sdk
- https://github.com/khadas/khadas-linux-kernel
- https://github.com/khadas/khadas-uboot
## hyphop ##