[beagleboard] Re: Using UART

2014-11-02 Thread gntoni
You can use one of the overlays here to set the different UARTS: https://github.com/gntoni/projectM/tree/master/devTree A good way to test if it is working is to place a wire between pins Tx and Rx. You can use minicom sudo minicom -b 9600 -D /dev/ttyO1 and check that you can see what you

[beagleboard] Re: How to access debian gpio, not as root?

2014-04-30 Thread gntoni
Have you created a file on /etc/udev/rules.d with the two lines of code from your link? that should work On Tuesday, April 22, 2014 10:03:14 AM UTC+2, cecco wrote: Hello everyone, I'm testing last release of Debian (2014-04-14) to use with my custom board. I've just written my cape