Hi All.
Thanks for the replies.
I managed to get it working with your help:
1. Make sure RX on serial device points to UARTX TX and TX on serial device
points to UARTX RX.
2. nano /boot/uboot/uEnv.txt add "optargs=capemgr.enable_partno=BB-UART1"
or alternatively add a systemd service (I'm running Debian) to execute the
command "echo BB-UART1 > /sys/devices/bone_capemgr*/slots"
3. to make sure this succeeded:
run : ls /dev/ttyO* - you should see ttyO1
run cat /sys/devices/bone_capemgr*/slots - you should see BB-UART1
added to the output.
This pretty much enabled UART over serial for me.
Pieter
On Wednesday, November 26, 2014 at 12:21:06 AM UTC+2, John Mladenik wrote:
>
>
> I would make sure that the Analog device IC has the output TX connected to
> the TX on the Ext. Board and the input RX to RX. I wish I had a nickel for
> every time I saw the DTE (Data Terminal Equipment) and DCE (Data
> Communications Equipment) swapped.
>
>
>
> It would be helpfull to probe the RX and TX line to see if there is
> activity on it using a logic analyzer or o-scope. This will let you verify
> the TX/RX and baud rates of the two devices. I did not have to change
> any configuration or enable anything to get the UARTS working using
> Bonescript commands on my two Rev C BBB's. I have a simple HTML/Java app
> that you can point to from Chrome to send out data bytes on the UART if you
> want that let me know, I havn't gotten to the receive part of my app yet.
> I am probably less experienced than you with software so this is the only
> way I got the UARTs working.
>
>
>
>
>
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.