Cross-Compiling the Kernel Install Required Dependencies and Toolchain sudo apt install git bc bison flex libssl-dev make libc6-dev libncurses5-dev Install the 32-bit Toolchain for a 32-bit Kernel sudo apt install crossbuild-essential-armhf Install the 64-bit Toolchain for a 64-bit Kernel sudo apt install crossbuild-essential-arm64 Get the Kernel Sources git clone --depth=1 https://github.com/ra..