Skip to content

Instantly share code, notes, and snippets.

@LuighiV
Created January 28, 2018 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuighiV/6331eb764b146c2fe463c58f63d4f834 to your computer and use it in GitHub Desktop.
Save LuighiV/6331eb764b146c2fe463c58f63d4f834 to your computer and use it in GitHub Desktop.
Script to configure CC2650
#!/bin/bash
#Script to configure interfaces for CC2650
echo "Starting configuration..."
echo "Setting modprobe"
modprobe ftdi_sio vendor=0x403 product=0xa6d1
modprobe ftdi_sio
echo 0403 a6d1 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment