Skip to content

RobertCNelson/yakbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is just a set of scripts to rebuild a known working kernel for ARM devices.

Script Bugs: "[email protected]"

Step 1: Clone repo

git clone https://github.com/RobertCNelson/yakbuild
cd ./yakbuild/

Step 2: create recipe.sh

cp recipe.sh.sample recipe.sh

Step 3: edit recipe.sh

Step 3a: Enable toolchain:

#toolchain="gcc_linaro_eabi_4_8"
#toolchain="gcc_linaro_eabi_4_9"
#toolchain="gcc_linaro_eabi_5"
#toolchain="gcc_linaro_eabi_6"
#toolchain="gcc_linaro_eabi_7"
#toolchain="gcc_arm_eabi_8"
#toolchain="gcc_arm_eabi_9"
#toolchain="gcc_linaro_gnueabihf_4_7"
#toolchain="gcc_linaro_gnueabihf_4_8"
#toolchain="gcc_linaro_gnueabihf_4_9"
#toolchain="gcc_linaro_gnueabihf_5"
#toolchain="gcc_linaro_gnueabihf_6"
#toolchain="gcc_linaro_gnueabihf_7"
#toolchain="gcc_arm_gnueabihf_8"
#toolchain="gcc_arm_gnueabihf_9"

Step 3b: Enable choosen kernel_tag (uname -r)

kernel_tag="4.14.108-ti-r127"

Step 4: build

./build_kernel.sh

About

Yet Another Kernel BUILD script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages