-
Robert Nelson authored
BBDTBS: https://git.beagleboard.org/beagleboard/BeagleBoard-DeviceTrees/-/commit/d7178030b932f3f95ee2f556b8c71279c874ff1c WIRELESS_REGDB: https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/commit/?id=ae1421fc746f456c6124d6265413c28460a85f31 TI_AMX3_CM3: http://git.ti.com/gitweb/?p=processor-firmware/ti-amx3-cm3-pm-firmware.git;a=commit;h=fb484c5e54f2e31cf0a338d2927a06a2870bcc2c WPANUSB: https://git.beagleboard.org/beagleconnect/linux/wpanusb/-/commit/6aa9bf65b9d88a2c9a111e7b4aed03de2be9413d BCFSERIAL: https://git.beagleboard.org/beagleconnect/linux/bcfserial/-/commit/db467023bd136c97c2e13c3a8b9e41dbdfafbc66 Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
123afa5a
This is just a set of scripts to rebuild a known working kernel for ARM devices.
Script Bugs: "robertcnelson+bugs@gmail.com"
Note, for older git tag's please use: https://github.com/RobertCNelson/yakbuild
Dependencies: GCC Cross ToolChain
https://mirrors.edge.kernel.org/pub/tools/crosstool/
Dependencies: Linux Kernel Source
This git repo contains just scripts/patches to build a specific kernel for some ARM devices. The kernel source will be downloaded when you run any of the build scripts.
By default this script will clone the linux-stable tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git to: ${DIR}/ignore/linux-src:
If you've already cloned torvalds tree and would like to save some hard drive space, just modify the LINUX_GIT variable in system.sh to point to your current git clone directory.
Build Kernel Image:
./build_kernel.sh
Optional: Build Debian Package:
./build_deb.sh
Development/Hacking:
first run (to setup baseline tree):
./build_kernel.sh
then modify files under KERNEL directory then run (to rebuild with your changes):
./tools/rebuild.sh