- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
CC3200 Info
        Dave Hylands edited this page Oct 27, 2016 
        ·
        9 revisions
      
    - TI's SimpleLink CC3200-LaunchXL with Linux First Steps
 - CC3200 Development under Linux, with the sdk extracted
 - Tools & Software for SimpleLink WiFi
 - 
SimpleLink WiFi cc3200 SDK
- note that you can install the executables under linux by using wine
 
 - uniflash for Windows/Linux
 - cc3200tool - Open Source flashing tool
 - CC32xx Wiki
 
- Under linux, run cc3200-serial.sh (found in the sersorweb-firmware repository). This will install a file called 49-cc3200.rules into /etc/udev/rules.d, and cause /dev/ttyUSB0 and /dev/ttyUSB1 to be created.
 - sudo pip install git+git://github.com/ALLTERCO/cc3200tool.git
 - You can now flash using:
 
cc3200tool -p /dev/ttyUSB1 --sop2 ~dtr --reset prompt write_file ./exe/blinky.bin /sys/mcuimg.bin
- When prompted, connect a jumper (I borrowed the one connecting VCC to P58) on SOP2, and press RESET on the board, and then press ENTER back in the cc3200tool prompt.
 - Once the image has finished flashing, remove the SOP2 jumper and press RESET again. The image you just uplaoded should now be running.