Error Building Process Stopped in imx8mm

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

Error Building Process Stopped in imx8mm

2,772 次查看
Ruban1
Contributor II

Error Building Process Stopped in imx8mm

i added GPIO in imx8mm-evk.dts file inside freescale folder

&iomuxc {
pinctrl-0 = <&pinctrl_hog_1>;
pinctrl_hog_1: hoggrp-1 {
fsl,pins = <
MX8MM_IOMUXC_GPIO1_IO08_GPIO1_IO8 0x19
MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24 0x41

>;
};

};

Wen i run ./imx-make.sh

It stops inbetween i hve attached a screenshot.

标签 (1)
0 项奖励
回复
5 回复数

2,761 次查看
jimmychan
NXP TechSupport
NXP TechSupport

You may take this for reference.

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8x-mek.dt...

 

&iomuxc {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_hog>;

	pinctrl_hog: hoggrp {
		fsl,pins = <
			IMX8QXP_MCLK_OUT0_ADMA_ACM_MCLK_OUT0       0x0600004c
			IMX8QXP_COMP_CTL_GPIO_1V8_3V3_GPIORHB_PAD  0x000514a0
		>;
	};

0 项奖励
回复

2,758 次查看
Ruban1
Contributor II

i have attached the file .There is not &IOMUX in that

i am using Android 10 OS files

0 项奖励
回复

2,756 次查看
jimmychan
NXP TechSupport
NXP TechSupport

imx8mm.dtsi is for the chip. You should modify the dts or dtsi file for the board. There should have a imx8mm-evk.dts for the evk board.

0 项奖励
回复

2,750 次查看
Ruban1
Contributor II

i have imx8mm-evk.dts file 

in that i hve & iomux but inside that function. imx8mm-evk function is not available .

I have attached the file below 

So to add 

MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24       0x41

In which inner function should i add .So it wil be available in below path 

$ ls /sys/class/gpio

 

0 项奖励
回复

2,733 次查看
jimmychan
NXP TechSupport
NXP TechSupport

So, I shown you the example in imx8x-mek.dtsi above. You can do the same in imx8mm-evk.dts.

0 项奖励
回复