mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Cannot set GPIOs in barebox
@ 2018-07-19  9:05 Mihaita Ivascu
  2018-07-19 10:30 ` Mihaita Ivascu
  0 siblings, 1 reply; 5+ messages in thread
From: Mihaita Ivascu @ 2018-07-19  9:05 UTC (permalink / raw)
  To: barebox

Hello,

    I would like to set gpio direction and values from barebox. I use:

gpio_direction_output(133, 1);
        mdelay(2);
        gpio_set_value(133, 1);
        mdelay(2);
        gpio_direction_output(137, 1);
        mdelay(2);
        gpio_set_value(137, 1);

from my board.c or using commands in the barebox shell. Setting
direction is working but setting value it not performed.

GPIOs 128-159, chip 20ac000.gpio:
             dir val requested  label
  GPIO  128:  in  lo        false
  GPIO  129:  in  lo        false
  GPIO  130:  in  lo        false
  GPIO  131:  in  lo        false
  GPIO  132:  in  lo        false
  GPIO  133: out  lo         true  gpio
  GPIO  134:  in  lo        false
  GPIO  135:  in  lo        false
  GPIO  136:  in  lo        false
  GPIO  137: out  lo         true  gpio
  GPIO  138:  in  lo        false


    What could be the issue? And what could be the workaround? I would
really need to set some GPIOs high from the barebox.

Thanks,
      Mihaita

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-03  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-19  9:05 Cannot set GPIOs in barebox Mihaita Ivascu
2018-07-19 10:30 ` Mihaita Ivascu
2018-07-30 19:27   ` Aleksander Morgado
2018-07-30 20:40     ` Andrey Smirnov
2018-08-03  8:22       ` Mihaita Ivascu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox