Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Upload the Binary using STM32_Programmer_CLI

...

You can also update Sparrow firmware with STM32_Programmer_CLI by following the steps below.

NOTE: To complete this section you’ll need to have STM32CubeProgammer installed. So if you haven’t already, install STM32CubeProgrammer, and make sure to follow these installation notes.

  1. Ensure your Sparrow hardware has power, either from a LiPo battery, a Qwiic connection, or a USB connection.

  2. Connect your STLINK-V3MINI to your Sparrow Essentials Board, or Sparrow Reference Node.

  3. Upload the local copy of the sparrow.elf file you just downloaded:

    Code Block
    STM32_Programmer_CLI --connect port=SWD reset=HWrst --write ~/Downloads/sparrow.elf --verify --go
    
  4. Wait for the download to complete and your Sparrow to reboot.

...