3 stable releases

1.3.0 Nov 6, 2020
1.2.0 Oct 28, 2020
1.1.0 Aug 3, 2020

#1031 in Hardware support

537 stars & 34 watchers

MIT and LGPL-3.0

150KB
3.5K SLoC

Rust 2K SLoC // 0.0% comments FreeMarker 1.5K SLoC Shell 8 SLoC

Popsicle

Popsicle is a Linux utility for flashing multiple USB devices in parallel, written in Rust.

Build Dependencies

If building the GTK front end, you will be required to install the development dependencies for GTK and D-Bus, usually named libgtk-3-dev and libdbus-1-dev, respectively. No other dependencies are required to build the CLI or GTK front ends, besides Rust's cargo utility.

For those who need to vendor Cargo's crate dependencies which are fetched from Crates.io, you will need to install cargo-vendor, and then run make vendor.

Installation Instructions

A makefile is included for simply building and installing all required files into the system. You may either build both the CLI and GTK workspace, just the CLI workspace, or just the GTK workspace.

  • make cli && sudo make install-cli will build and install just the CLI workspace
  • make gtk && sudo make install-gtk will build and install just the GTK workspace
  • make && sudo make install will build and install both the CLI and GTK workspaces

Screenshots

Image Selection

Image Selection

Device Selection

Device Selection

The list will also dynamically refresh as devices are added and removed

GIF Demo

Device Flashing

Flashing Devices Flashing Devices

Summary

Summary

Translators

Translators are welcome to submit translations directly as a pull request to this project. It is generally expected that your pull requests will contain a single commit for each language that was added or improved, using a syntax like so:

i18n(eo): Add Esperanto language support

Translation files can be found here. We are using Project Fluent for our translations, which should be easier than working with gettext.

Dependencies

~9–22MB
~290K SLoC