当前位置:网站首页>The use of Xunwei imx6 development board device tree kernel menuconfig
The use of Xunwei imx6 development board device tree kernel menuconfig
2020-11-06 22:06:00 【Book white】
This document focuses on iMX6 Development board equipment tree menuconfig Users of .
Be careful , About menuconfig The operation of , Please refer to the user manual for details 9.3 Section , This document mainly introduces how to call out menuconfig Interface .
As shown in the figure below , yes imx6q Device tree kernel source code directory ,plus and imx6d Similar .

To turn on menuconfig, Want to use .config file , Device tree kernel .config file , Need to configure , As shown in the figure below .
android The default file for is :arch/arm/configs/imx_v7_android_defconfig
qt The default file for is :arch/arm/configs/imx_v7_linux_defconfig

Use command “cp -r arch/arm/configs/imx_v7_linux_defconfig .config”, Configure to copy the default file to the kernel directory , Then use the command “export ARCH=arm” Set to arm platform , As shown in the figure below .

Then use the command “make menuconfig” You can open it menuconfig file , As shown in the figure below .

About menuconfig Interface operation , You can refer to the user manual 9.3 Section . If you need to menuconfig Middle configuration , You can configure .config overwrite imx_v7_linux_defconfig, So recompiling the kernel will use the new configuration .config file .

版权声明
本文为[Book white]所创,转载请带上原文链接,感谢
边栏推荐
- Markdown tricks
- Big data processing black Technology: revealing the parallel computing technology of Pb level data warehouse gaussdb (DWS)
- 2020-08-19:TCP是通过什么机制保障可靠性的?
- The essence of transaction and the principle of deadlock
- What the hell is fastthreadlocal? The existence of ThreadLocal!!
- git远程库回退指定版本
- An article takes you to understand CSS3 picture border
- Those who have worked in China for six years and a million annual salary want to share these four points with you
- How does cglib implement multiple agents?
- The isolation level of transaction and its problems
猜你喜欢

An article will introduce you to CSS3 background knowledge

vue3 新特性

Zero basis to build a web search engine of its own

Road to simple HTML + JS to achieve the most simple game Tetris

非易失性MRAM存储器应用于各级高速缓存

Those who have worked in China for six years and a million annual salary want to share these four points with you

MRAM高速缓存的组成
![[byte jumps, autumn recruitment Posts open] ohayoo! Don't leave after school, I want to ask you to play games!!!](/img/3b/00bc81122d330c9d59909994e61027.jpg)
[byte jumps, autumn recruitment Posts open] ohayoo! Don't leave after school, I want to ask you to play games!!!

迅为-iMX6ULL开发板上配置AP热点

ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录
随机推荐
An article taught you to use HTML5 SVG tags
Empty test suite appears in JUnit test
The memorandum model of behavior model
Common mathematical basic formulas of recursive and backtracking algorithms
How does cglib implement multiple agents?
Zero basis to build a web search engine of its own
Unity performance optimization
Those who have worked in China for six years and a million annual salary want to share these four points with you
To solve the problem that the data interface is not updated after WPF binding set
File download manager realized by electron
Detect certificate expiration script
实用工具类函数(持续更新)
Introduction to Huawei cloud micro certification examination
What kind of music do you need to make for a complete game?
迅为iMX6开发板-设备树内核-menuconfig的使用
移动端像素适配方案
A concise tutorial for Nacos, ribbon and feign
[learning] interface test case writing and testing concerns
Understanding formatting principles
2020-08-29: process thread differences, in addition to the inclusion relationship, the underlying details?