Has anyone been able to enable and use UART3 (ttyO3) on the Beaglebone Black? Any tips or tricks to share?
Thank you for your input. You cannot enable uart3_txd?
Thank you, Robert, for the tips and files. Still not having luck with enabling the uart3_txd. With the github file, linked above, does that have to be put in a special place and does it need compiled? Also, can the other uarts be enabled along with the uart3_txd? Normally, I include this "cape_enable=capemgr.enable_partno=BB-UART1,BB-UART2,BB-UART4,BB-UART5" in my uEnv.txt file so I can enable those uarts. I have tried issuing adding the line you sent me, "cape_enable=bone_capemgr.enable_partno=BB-UART3", both with and without my normal line and still not seeing the uart3_txd(ttyO3) listed in device list.
I apologize for bothering you again. I seem to be having a problem compiling the BB-UART3-00A0.dts file that you sent me a link to. Here is the command I issue to compile it. "dtc -O dtb -o BB-UART3-00A0.dtbo -b 0 -@ BB-UART3-00A0.dts" I have tried several times and have received the following error"Error: BB-UART3-00A0.dts:11.1-9 syntax errorFATAL ERROR: Unable to parse input tree"is there a trick or something special I need to do to compile it to get it to compile correctly?
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/b41268c5-1ddb-48a8-8d10-aaf4dc87cd24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
dont you love the error when compiling ?
no line number or more infos to help you troubleshoot.
have you modified it in any way ?
i had issues manually compiling so i just used the makefile
make clean then make and if all went well a sudo make install
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.