Hello,
I am using a custom board with the i.MX7ulp with Yocto Linux 5.15. I enabled the Pin 19 on the device tree that i have attached. The problem is I don't receive a signal when I set it to High as an output. I can receive signals as input with no problem but when I try to set it to 1 using sysfs or with gpioset on linux, I don't see a signal using a voltmeter. Does anyone know what else I can do?
I also tried to set it as pull-up or as a FlexIO but it does not seem to work.
已解决! 转到解答。
Hello,
Could you please try with next value recommended by Config Tools for i.MX.
pinctrl_gpio_misc: gpio_misc {
fsl,pins = <
IMX7ULP_PAD_PTC5__PTC5 0x20100 /* Debug LED */
IMX7ULP_PAD_PTC12__PTC12 0x20100 /* USB HUB RST */
IMX7ULP_PAD_PTC16__PTC16 0x20100 /* RGB LED */
IMX7ULP_PAD_PTC19__PTC19 0x00000100
>;
};
Best regards.