I created a startup script called cc3200-serial.sh which will install itself into the /etc/init.d so that your FTDI serial ports will be insitialized automatically on every boot.
Once you've run the script you should see /dev/ttyUSB0 and /dev/ttyUSB1
I tested this under Ubuntu 16.04 LTS.
Immediately upon bootup, the permissions show up as:
crw------- 1 root root 188, 0 Oct 26 16:17 /dev/ttyUSB0
crw------- 1 root root 188, 1 Oct 26 16:17 /dev/ttyUSB1
and then after about 30 seconds or so, the permissions change to:
crw-rw-rw- 1 root dialout 188, 0 Oct 26 16:18 /dev/ttyUSB0
crw-rw-rw- 1 root dialout 188, 1 Oct 26 16:18 /dev/ttyUSB1
If you're not seeing the permissions change, let me know, and I can make some more changes.
Dave Hylands