You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
I would like to know if the GPIO command inside u-boot is supported for the Edison.
I need to set some of the pins as early as possible during the boot process and since the intel IFWI is not open, u-boot should be the way.
I was able to compile the source code from the v2015.10 branch with the #define CONFIG_CMD_GPIO enable on the edison.h file and the gpio command is now available inside u-boot,b ut I cannot set or clean any of the GPIO pins. I keep getting "Command 'gpio' failed: Error -22" at every command I try.
Testing "gpio status -a" doesn't return anything.
This behavior made me believe that there is some code that make u-boot compilable with that define enable but it is not the correct code for the Edison GPIO. Am I correct?
Hello,
I would like to know if the GPIO command inside u-boot is supported for the Edison.
I need to set some of the pins as early as possible during the boot process and since the intel IFWI is not open, u-boot should be the way.
I was able to compile the source code from the v2015.10 branch with the #define CONFIG_CMD_GPIO enable on the edison.h file and the gpio command is now available inside u-boot,b ut I cannot set or clean any of the GPIO pins. I keep getting "Command 'gpio' failed: Error -22" at every command I try.
Testing "gpio status -a" doesn't return anything.
This behavior made me believe that there is some code that make u-boot compilable with that define enable but it is not the correct code for the Edison GPIO. Am I correct?
Thanks in advance.