OpenChirp / ccbootutil

A command line and scriptable interface to the TI CC2538/CC26xx Serial Bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a command line and scriptable interface to the TI CC2538/CC26xx Serial Bootloader.

Example Full Programming and Reset

  1. Plug in a CC2538/CC26xx device with bootloader triggered. Say the serial bridge enumerates as /dev/ttyUSB0.
  2. Open a terminal in a Code Composer Studio (CCS) project's Debug directory.
  3. Run ccbootutil -verbose /dev/ttyUSB0 prgm SOME_PROJECT_NAME.out .

Note: CCS generates the .out ELF file after a successful build of the Debug target.

About

A command line and scriptable interface to the TI CC2538/CC26xx Serial Bootloader

License:MIT License


Languages

Language:Go 87.1%Language:Makefile 7.4%Language:Shell 5.5%