CC3200 Info - mozilla-sensorweb/sensorweb-wiki GitHub Wiki
Flashing using cc3200tool
- 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.