Created
November 27, 2014 12:33
-
-
Save vallettea/4c03ef4b27e5590486dd to your computer and use it in GitHub Desktop.
ttl on beagle bone black
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo vim /boot/uEnv.txt | |
| and add | |
| optargs=quiet drm.debug=7 capemgr.enable_partno=BB-UART4 | |
| reboot | |
| root@beaglebone:/dev# ls -l /dev/ttyO* | |
| crw-rw---- 1 root tty 249, 0 Jan 1 01:18 /dev/ttyO0 | |
| crw-rw---- 1 root dialout 249, 4 Jan 1 01:18 /dev/ttyO4 | |
| copy | |
| https://raw.githubusercontent.com/adafruit/Adafruit-VC0706-Serial-Camera-Library/master/getimage0706.py | |
| and change to /dev/ttyO4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment