coolsnowwolf / lede

Lean's LEDE source
Other
29.69k stars 19.51k forks source link

瑞芯微设备,编译到uboot-rockchip时FAIL,应该是dlfr100-rk3399问题 #12538

Closed Gabrielxzx closed 4 days ago

Gabrielxzx commented 4 days ago

详细叙述

编译时选择 CONFIG_TARGET_rockchip=y CONFIG_TARGET_rockchip_armv8=y CONFIG_TARGET_MULTI_PROFILE=y 编译时遇到


*** Can't find default configuration "arch/../configs/dlfr100-rk3399_defconfig"!


make[5]: *** [scripts/kconfig/Makefile:96: dlfr100-rk3399_defconfig] Error 1

重复 issue

具体型号

CONFIG_TARGET_MULTI_PROFILE=y,设备不唯一

详细日志

image

image

Lemon1151 commented 4 days ago

--- /dev/null +++ b/configs/dilusense-dlfr100-rk3399_defconfig @@ -0,0 +1,72 @@ +CONFIG_ARM=y 是因为这个patch的defconfig名称加了dilusense厂商,二uboot编译配置里面是dlfr100-rk3399吧。