On Thu, May 12, 2016 at 2:10 PM, Michael Williams <[email protected]> wrote:
> Ok. I have made a bit of progress, this afternoon. > > I finally was able to get the file you sent me to compile with the dtc > version that I have. The only problem, is it is not assigning BB-UART3 to > /dev/ttyO3 for use. Attached is my updated ".dts" file. > if you are still using 3.8.13, see this: https://github.com/beagleboard/linux/blob/3.8/firmware/capes/BB-UART4-00A0.dts#L41 Notice: target = <&uart5>; /* really uart4 */ Change your &uart3 to &uart4... Regards, -- Robert Nelson https://rcn-ee.com/ -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhPmcuhQmjKe6cAkk%3DSNT31Cnay-pRWo%3DSScdAToNFaHg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
