scripts/kconfig/conf --defconfig=arch/arm/configs/imx_v7_defconfig Kconfig Linux 的图行界面配置和 uboot 是一样的,这里我们不需要做任何的配置,直接按两下 ESC键退出,退出图形界面以后会自动开始编译Linux: 编译完成后如下图: 先编译出zimage,各种dtb,最后编译出ko。 distclean过程 make ARCH=arm CROSS_...
*** Default configuration is based on 'x86_64_defconfig'# # configuration written to .config # ...
$~/oshw/rk3399/build/kernel$exportARCH=arm64 $~/oshw/rk3399/build/kernel$exportCROSS_COMPILE=aarch64-linux-gnu- $~/oshw/rk3399/build/kernel$ make rockchip_linux_defconfig##configuration written to .config#$~/oshw/rk3399/build/kernel$ make zImage scripts/kconfig/conf --silentoldconfig Kconfi...
主要参考文件:Rockchip_Developer_Guide_Linux_Software_CN.pdf uboot的编译 根据文档的说法,编译uboot...
(CONFIG_ARCH_ROCKCHIP),y) # On ARM64 this target is produced by binman so we don't need this dep ifeq ($(CONFIG_ARM64),y) ifeq ($(CONFIG_SPL),y) # TODO: Get binman to generate this too INPUTS-y += u-boot-rockchip.bin endif else ifeq ($(CONFIG_SPL),y) # Generate ...
U-Boot tree for pending commits. Contribute to rockchip-linux/u-boot development by creating an account on GitHub.
rockchip_%_defconfig: $(BUILD_DIR)/buildroot-config/conf $(1)/configs/rockchip_%_defconfig outputmakefile $(TOPDIR)/build/parse_defconfig.sh $(1)/configs/$$@ \ $(BASE_DIR)/.config.in $$(COMMON_CONFIG_ENV) BR2_DEFCONFIG=$(1)/configs/$$@ \ $$< --defconfig=$(BASE_DIR)/...
echo " 2. Github repository: https://github.com/rockchip-linux/rkbin" echo " 3. Download full release SDK repository" exit 1 fi } select_toolchain() { local absolute_path if grep -q '^CONFIG_ARM64=y' ${OUTDIR}/.config ; then if [ -d ${TOOLCHAIN_ARM64} ]; then...
(which doesn't happen often, but it's often# unavoidable when linking the built-in.o targets which finally# turn into vmlinux), we will call a sub make in that other dir, and# after that we are sure that everything which is in that other dir# is now up to date.## The only ...
这个是在修改驱动配置后的提示,可以在make menuconfig ARCH=arm之前make sun8iw11p1smp_oka40i_c_defconfig,还是有提示的话就试一下,看看y还是N是保存配置[ 2022-1-13 10:48:51 评论 举报 孙丽萍 提交评论 撰写答案 你正在撰写答案 如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。 B Co...