Re: [beagleboard] Trying to enable UART

2014-03-17 Thread Louis Thiery
same deal, I'm afraid. export SLOTS=/sys/devices/bone_capemgr.9/slots echo BB-uART4 $SLOTS -bash: echo: write error: No such file or directory On Sunday, March 16, 2014 3:24:38 PM UTC-4, Mike Bell wrote: On 03/16/2014 12:51 PM, Louis Thiery wrote: echo BB-uART4-00A0 $SLOTS

Re: [beagleboard] Trying to enable UART

2014-03-17 Thread woelf...@arcor.de
Hello Louis, simply type: echo BB-UART4 /sys/devices/bone_capemgr.9/slots Why this variable? For control type: cat /sys/devices/bone_capemgr.9/slots Werner Am 17.03.2014 14:35, schrieb Louis Thiery: same deal, I'm afraid. export SLOTS=/sys/devices/bone_capemgr.9/slots echo BB-uART4

Re: [beagleboard] Trying to enable UART

2014-03-17 Thread Guy Grotke
You probably have a bone_capemgr.8 instead of a .9. Have a look. Or just try using .8 instead. From: woelf...@arcor.de Sent: Monday, March 17, 2014 10:08 AM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Trying to enable UART Hello Louis, simply type: echo BB-UART4 /sys

[beagleboard] Trying to enable UART

2014-03-16 Thread Louis Thiery
I'm a little confused... FYI I'm running ArchLinux on BBB, but I get this error: cat $SLOTS 0: 54:PF--- 1: 55:PF--- 2: 56:PF--- 3: 57:PF--- 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G 5: ff:P-O-L Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI echo

Re: [beagleboard] Trying to enable UART

2014-03-16 Thread Mike
On 03/16/2014 12:51 PM, Louis Thiery wrote: echo BB-uART4-00A0 $SLOTS -bash: echo: write error: No such file or directory $SLOTS is an environmental variable pointing to /sys/devices/bone_capemgr.9/slots I'm not sure how I can cat $SLOTS, see what I expect, but then not be able to