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

@gabrielandrade2

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.

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