在uboot BeagleBoneBlack中配置GPIO

时间:2019-02-02 11:11:24

标签: embedded-linux beagleboneblack u-boot

我想在开机时将beaglebone上的引脚P8_09配置为gpio LOW。我已经为此编写了一个自定义uboot,并且能够将pin设置为低。问题在于,该引脚在变为低电平之前会变为高电平几毫秒。

在board.c中的spl_start_uboot()函数中已将引脚定义为gpio低。

[['Brian Olsavsky', 3, 0], ['Justin', 0, 0], ['Justin', 4, 11], ['Justin', 9, 5]]

我想在没有任何延迟的情况下将引脚设置为LOW。

0 个答案:

没有答案