Kernel
Configure defconfig
Android kernel configuration
Linux kernel configuration
Kernel path
General configuration commands for kernel config
ARCH=arm64 Configure the architecture. Currently, rk356x/3588 uses the arm64 architecture. menuconfig Launch the graphical configuration interface. saveconfig Save the current configuration as a
defconfig
file after streamlining. rockchip_defconfig Load the ARM64 architecture configuration file pre - set by Rockchip. loadconfig Load the default defconfig.
The defconfig generated by
make saveconfig
needs to be copied to the *defconfig file used for SDK compilation.The defconfig may vary across different versions. You can find the corresponding version file in the git history.
$ git log --name-only kernel-5.10/ | grep defconfig
DTS
rk356x-linux
rk-android
Last updated