Skip to content

Instantly share code, notes, and snippets.

@vallettea
Created November 27, 2014 12:33
Show Gist options
  • Select an option

  • Save vallettea/4c03ef4b27e5590486dd to your computer and use it in GitHub Desktop.

Select an option

Save vallettea/4c03ef4b27e5590486dd to your computer and use it in GitHub Desktop.
ttl on beagle bone black
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