uboot的配置(make xxx_config)和编译(make)工程解读

uboot编译三步走: make xxx_config make make install   第一步make xxx_config 这一步是产生板子的配置文件。 我们假设是配置ast2500evb板子,那么这里的配置命令就是 make ast2500evb_config uboot/Makefile 这里%_config中%表示通配任意字符,即匹配ast2500evb_config。 首先执行依
相关文章
相关标签/搜索