当前位置:网站首页>迅为iMX6开发板-设备树内核-menuconfig的使用
迅为iMX6开发板-设备树内核-menuconfig的使用
2020-11-06 22:06:00 【书白】
本文档主要讲解在 iMX6 开发板设备树的 menuconfig 的用户。
注意,关于 menuconfig 的操作,具体可以参考用户手册 9.3 小节,本文档主要介绍如何调用出 menuconfig 界面。
如下图所示,是 imx6q 的设备树内核源码目录,plus 和 imx6d 的类似。
要开启 menuconfig,要用到.config 文件,设备树内核的.config 文件,需要配置下,如下图所示。
android 的缺省文件是:arch/arm/configs/imx_v7_android_defconfig
qt 的缺省文件是:arch/arm/configs/imx_v7_linux_defconfig
使用命令“cp -r arch/arm/configs/imx_v7_linux_defconfig .config”,配置拷贝缺省文件到内核目录,然后使用命令“export ARCH=arm”设置为 arm 平台,如下图所示。
接着使用命令“make menuconfig”就可以打开 menuconfig 文件,如下图所示。
关于 menuconfig 界面的操作,可以参考用户手册 9.3 小节。如果需要在 menuconfig中配置,可以将配置好的 .config 覆盖掉 imx_v7_linux_defconfig,这样重新编译内核就会使用新配置的.config 文件。
版权声明
本文为[书白]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/3005926/blog/4701921
边栏推荐
- [self taught unity2d legendary game development] map editor
- Summary of front-end performance optimization that every front-end engineer should understand:
- Python basic data type -- tuple analysis
- list转换map(根据key来拆分list,相同key的value为一个list)
- An article taught you to download cool dog music using Python web crawler
- Road to simple HTML + JS to achieve the most simple game Tetris
- 2020-09-09:裸写算法:两个线程轮流打印数字1-100。
- Ronglian completed US $125 million f round financing
- Share with Lianyun: is IPFs / filecoin worth investing in?
- How about small and medium-sized enterprises choose shared office?
猜你喜欢
【ElasticSearch搜索引擎】
Tron smart wallet PHP development kit [zero TRX collection]
Outsourcing is really difficult. As an outsourcer, I can't help sighing.
Understanding formatting principles
Introduction to Huawei cloud micro certification examination
The role of theme music in games
What is the tensor in tensorflow?
【涂鸦物联网足迹】涂鸦云平台全景介绍
Zero basis to build a web search engine of its own
Introduction to the development of small game cloud
随机推荐
ES6 learning notes (3): teach you to use js object-oriented thinking to realize the function of adding, deleting, modifying and checking tab column
Python 100 cases
2020-08-15:什么情况下数据任务需要优化?
An article will take you to understand SVG gradient knowledge
Hdu3974 assign the task segment tree DFS order
【ElasticSearch搜索引擎】
实用工具类函数(持续更新)
Event monitoring problem
Git rebase is in trouble. What to do? Waiting line
To Lianyun analysis: why is IPFs / filecoin mining so difficult?
Road to simple HTML + JS to achieve the most simple game Tetris
How to prepare for the system design interview
2020-08-24:什么是小文件?很多小文件会有什么问题?很多小文件怎么解决?(大数据)
From overseas to China, rancher wants to do research on container cloud market
(2) ASP.NET Core3.1 Ocelot routing
html+ vue.js Implementing paging compatible IE
Application insights application insights use application maps to build request link views
华为Mate 40 系列搭载HMS有什么亮点?
window系统 本机查找端口号占用方法
Why is quicksort so fast?