Flash a hex file via USB

Is it possible to flash a hex file to an electron via USB?

Hi,
not sure if that’s possible but you can use converter and then Particle CLI
particle flash --usb firmware.bin

The .hex files are for use with a debugger. For Gen 2 devices, this can be a ST-LINK or ST-LINK clone USB stick. For all devices, it could also be a Particle Debugger or Segger J-LINK.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.