Configure and Compile the Kernel⚓︎
A toolchain is required; see Cross-Compiler / Toolchain erstellen. If
problems with missing directories ever occur, make world can help. In
normal cases, this should not be necessary.
- Select the correct box type, because only the kernel for the
corresponding box is compiled. make kernel-dircleandeletes the currently unpacked kernel source
tree. This means compiling from completely clean kernel sources. If
you do not want that, trymake kernel-cleaninstead.make kernel-menuconfigopens kernel configuration. The configuration
is saved back to./make/linux/Config.<kernel-ref>afterwards.make kernel-precompiledcompiles the kernel and kernel modules:./kernel/kernel-<kernel-ref>.bin./kernel/modules-<kernel-ref>/