tree: d74508b529de291c37f2d58d3744a6eeecd31c8a [path history] [tgz]
  1. README.md
  2. st_flash.cc
  3. st_flash.gyp
st_flash/README.md

st_flash

This is a tool for updating STM32-based touchpads using the STM IAP protocol.

Installation

Build:

emerge-${BOARD} st_flash

Install:

cros deploy ${DUT_IP} st_flash

Usage

To check the active firmware version, run

st_flash --board=BOARD --fw_version

To update the firmware, run:

st_flash --board=BOARD firmware.bin

Currently only the ‘eve’ board is supported.