Error Building Process Stopped in imx8mm

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error Building Process Stopped in imx8mm

1,048 Views
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.

Labels (1)
0 Kudos
5 Replies

1,037 Views
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 Kudos

1,034 Views
Ruban1
Contributor II

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

i am using Android 10 OS files

0 Kudos

1,032 Views
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 Kudos

1,026 Views
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 Kudos

1,009 Views
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 Kudos