Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 497 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 497 Bytes

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.