Created
January 28, 2018 21:07
-
-
Save LuighiV/6331eb764b146c2fe463c58f63d4f834 to your computer and use it in GitHub Desktop.
Script to configure CC2650
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
#!/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