This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x启动后个别GPIO口无法控制的问题,更换启动顺序后该GPIO口又可以控制。AM3352,最新的TISDK。



软件程序一样,设备树配置也一样。在启动顺序为:Default[4:0] 01011:USB0->NAND->SPI0->MMC0,这时GPIO0_4端口无法控制,通过/sys/class/gpio/gpio4/value测试。

软件程序一样,设备树配置也一样。在启动顺序为:Default[4:0] 11100: MMC1->MMC0->UAR0->USB0,这时GPIO0_4端口可以控制,通过/sys/class/gpio/gpio4/value测试。

软件启动都是从SD卡启动。