IMX8MM disable PCIe,MIPI,CSI

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IMX8MM disable PCIe,MIPI,CSI

跳至解决方案
1,675 次查看
mahesh_rd
Contributor I

Hi,

We are working on a custom board based on the i.MX8M Mini Processor [MIMX8MM3CVTKZAA]. We only require 3 UART, 3 SPI and 3 I2C lines. We do not need VPU, GPU,PCIe, MIPI,Bluetooth, etc nodes. Is there any way I can disable these devices in DTS or/and Kernel so that I can have a minimal kernel?

0 项奖励
回复
1 解答
1,666 次查看
igorpadykov
NXP Employee
NXP Employee

Hi mahesh_rd

 

in device tree it can be changed from status = "okay" to status = "disabled".

In kernel one can look at section "Menu Configuration Options"  i.MX Linux Reference Manual​

description of each module.

 

Best regards
igor

 

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,650 次查看
mahesh_rd
Contributor I

Thank you so much Igor.

0 项奖励
回复
1,667 次查看
igorpadykov
NXP Employee
NXP Employee

Hi mahesh_rd

 

in device tree it can be changed from status = "okay" to status = "disabled".

In kernel one can look at section "Menu Configuration Options"  i.MX Linux Reference Manual​

description of each module.

 

Best regards
igor

 

 

0 项奖励
回复
1,650 次查看
mahesh_rd
Contributor I

Thank you Igor

0 项奖励
回复