[beagleboard] Re: Using UART with bonescript

2021-02-24 Thread Scott Mulder
Not positive, but I think you misnamed the file in /lib/systemd/system/config_custom.sh when it should have ended in service. On Monday, April 1, 2019 at 10:15:30 AM UTC-4 catalin...@gmail.com wrote: > Your issue might be different, depending on what you have installed, but > I'll write down

[beagleboard] Re: Using UART with bonescript

2019-04-01 Thread catalin . miclea
Your issue might be different, depending on what you have installed, but I'll write down what solution worked for me(I used socket.io and serialport): - clean install of Debian 8.3(should be the same for newer dists) - npm install socket.io - npm install serialport - apt-get update - apt-get

[beagleboard] Re: Using UART with bonescript

2019-04-01 Thread madproc12
I get the same error when I run the script "kernel does not include CapeMgr module" Were you ever able to find a solution to this problem? I am running the same code example using bonescript but no luck. On Sunday, January 14, 2018 at 2:00:54 PM UTC-5, shant...@gmail.com wrote: > > Hi, > > I

[beagleboard] Re: Using UART with bonescript

2018-01-14 Thread shanti . putta
Hi, I am seeing the same error when trying to read from serial port UART4. "kernel does not include capemgr module " Any help please? On Friday, April 1, 2016 at 12:06:01 AM UTC+5:30, Wally Bkg wrote: > > I don't think this is the problem. /dev/ttyS1 exists and works with > minicom (as

[beagleboard] Re: Using UART with bonescript

2016-03-31 Thread Wally Bkg
I don't think this is the problem. /dev/ttyS1 exists and works with minicom (as root, after doing the config-pin uart commands) /dev/ttyO1 is a link to /dev/ttyS1. While it may not be "optimal" by default the Bonescript and Cloud9 stuff run as root, which I think is a good choice initially

[beagleboard] Re: Using UART with bonescript

2016-03-31 Thread boris . kochetkov
sudo groups $username | grep dialout > /dev/null reboot sudo sh -c "echo 'BB-UART1' > /sys/devices/platform/bone_capemgr/slots" cat /sys/devices/platform/bone_capemgr/slots 0: PF -1 ne_capemgr/slots"pploader/bin# sh -c "echo 'BB-UART1' > /sys/devic 1: PF -1 2: PF -1 3:

[beagleboard] Re: Using UART

2014-11-04 Thread faimbs
Hello! Many thanks for your answer! I also found that the UART DeviceTree are already available. I have just the problem with echo and cat that he send sometimes more Characters. When I send Hello I receive Hello When I send again Hello, I receive HHello Did you have an idea? Minicom I have

[beagleboard] Re: Using UART

2014-11-02 Thread faimbs
btw: I miss also the path: /sys/kernel/debug/omap_mux/ I found some help in the internet, but all are using this path, what I doesn´t has. BBB is brand new. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[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