摘要: 答: zcat /proc/config.gz 当然有个前提条件,需要打开内核的以下两个选项(CONFIG_IKCONFIG和CONFIG_IKCONFIG_PROC): General setup > <*> Kernel .config support [ * ] Enable access t 阅读全文
posted @ 2019-06-05 18:31 Jello 阅读(5580) 评论(0) 推荐(0)
摘要: 答: make <vendor>/<device_name>.dtb 如: make freescale/fsl-1043a-rdb.dtb 阅读全文
posted @ 2019-06-05 14:27 Jello 阅读(3657) 评论(0) 推荐(0)
摘要: 1. 先找到描述这三个命令的相关信息 在内核目录下使用make help命令可以获取相关信息,信息如下: Cleaning targets: clean - Remove most generated files but keep the config and enough build suppor 阅读全文
posted @ 2019-06-05 11:54 Jello 阅读(1390) 评论(0) 推荐(0)