Creating a defconfig for u-boot



我正在尝试使用make u-boot-savedefconfig创建一个u-boot的defconfig,但我遇到了错误。

make: *** No rule to make target 'u-boot-savedefconfig'.  Stop.make: *** No rule to make target 'u-boot-savedefconfig'.  Stop.

我应该修改makefile还是无法为U-Boot创建Defconfig?

我希望使用现有.config文件创建一个Defconfig文件,因为我想将Defconfig上传到GitHub。

我可以遵循任何文档吗?我正在使用时代来创建自定义嵌入的Linux,时代中的文档不包含有关创建Defconfig的任何信息。

make目标的名称不是 u-Boot-savedefconfig ,而只是 SaveDefConfig 就像Linux内核一样。

最新更新