Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

GPIO support #10

Description

@gabrielandrade2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions