Skip to content

Replay 2026 Badge v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 May 16:21
c164336

Replay 2026 Badge v1.0.0

Firmware release v1.0.0 for the Replay 2026 Badge.

Downloads

  • firmware.bin: OTA update image. The badge firmware updater looks for this exact asset name on the latest GitHub release.

  • replay2026-factory-16MB.bin: complete 16 MB factory image for Ignition, first-time setup, or recovery. This includes bootloader, partition table, firmware, filesystem, bundled apps, docs, and the DOOM shareware data file.

  • community_apps.json: generated Community Apps registry fetched by badges over WiFi.

Flashing

Use Ignition for the recommended flashing path:

cd ignition
./start.sh --latest-release

Use ./start.sh --release-tag to pin this release, or ./start.sh --no-build --factory-image ~/Downloads/replay2026-factory-16MB.bin for a manually downloaded image.

Developers can also build and flash from firmware/ with PlatformIO using the replay2026 environment.

Notes

  • doom1.wad is freely redistributable shareware game data with separate terms; it is not MIT-licensed source code.
  • See the repository docs for Ignition setup, OTA behavior, firmware development, hardware files, and third-party notices.