Skip to content
/ kernel Public
forked from khadas/linux

Source code of a similar kernel

License

Notifications You must be signed in to change notification settings

TBT8A10/kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This kernel matches the stock kernel's Linux version and is likely very similar. It can be used to build kernel modules, like a driver for an external wifi adapter.

Building Kernel Modules

  • Prepare kernel & toolchain
    1. Clone this repo
    2. Download Linaro 6.3.1 toolchain
    3. make ARCH=arm64 tbt8a10_defconfig
  • Build module
    1. Go to the directory where the source code of the module you want to build is
    2. make ARCH=arm64 CROSS_COMPILE=<toolchain-path>/bin/aarch64-linux-gnu- -C <kernel source path>/ M=<module source path>/
  • Push the <module>.ko to your device & load it with insmod <module>.ko

About

Source code of a similar kernel

Resources

License

Stars

Watchers

Forks

Languages

  • C 97.9%
  • Assembly 1.5%
  • Makefile 0.3%
  • Shell 0.1%
  • Perl 0.1%
  • Python 0.1%