tree: 08e4ed1fd14e116ece76a1d493ace5b137f4c360 [path history] [tgz]
  1. BUILD.gn
  2. OWNERS
  3. README.md
  4. st_flash.cc
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.