SigurdOS T-Deck

SigurdOS T-Deck · Releases

from GitHub · updated 2026-06-24

20 releases

  1. v0.1.42-RC4 # Pre-release 7 days ago · 2026-06-20 21:09 UTC

    SigurdOS T-Deck Firmware — beta-0.1.42-RC4

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    SigurdOS-tdeck-launcher.bin For bmorcelli/Launcher install (same bytes as merged)

    What's Changed

    Full Changelog: https://github.com/

  2. v0.1.41.1 # Pre-release 13 days ago · 2026-06-14 22:52 UTC

    SigurdOS T-Deck Firmware — beta-0.1.41.1

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    SigurdOS-tdeck-launcher.bin For bmorcelli/Launcher install (same bytes as merged)

    Full Changelog: https://github.com/hermes-gadget/SigurdOS-tdeck/compare/beta-0.1.41...beta-0.1.41.1

  3. v0.1.41 # Pre-release 14 days ago · 2026-06-13 13:03 UTC

    SigurdOS T-Deck Firmware — beta-0.1.41

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    SigurdOS-tdeck-launcher.bin For bmorcelli/Launcher install (same bytes as merged)

    What's Changed

  4. v0.1.40 # Pre-release 20 days ago · 2026-06-07 14:38 UTC

    SigurdOS T-Deck Firmware — beta-0.1.40

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)

    What's Changed

  5. v0.1.39 # Pre-release 25 days ago · 2026-06-03 00:52 UTC

    SigurdOS T-Deck Firmware — beta-0.1.39

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/sigurdos-tdeck-firmware.bin App update
    webflasher/sigurdos-tdeck-full.bin Full flash
    webflasher/sigurdos-tdeck-bootloader.bin Bootloader
    webflasher/sigurdos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

  6. v0.1.38 # Pre-release 26 days ago · 2026-06-01 21:42 UTC

    SigurdOS T-Deck Firmware — beta-0.1.38

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/sigurdos-tdeck-firmware.bin App update
    webflasher/sigurdos-tdeck-full.bin Full flash
    webflasher/sigurdos-tdeck-bootloader.bin Bootloader
    webflasher/sigurdos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    Full Changelog: https://github.com/hermes-gadget/SigurdOS-tdeck/compare/beta-0.1.37...beta-0.1.38

  7. v0.1.37 # Pre-release 28 days ago · 2026-05-30 17:05 UTC

    SlopOS T-Deck Firmware — beta-0.1.37

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.36...beta-0.1.37

  8. v0.1.36 # Pre-release 29 days ago · 2026-05-29 16:56 UTC

    SlopOS T-Deck Firmware — beta-0.1.36

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.35...beta-0.1.36

  9. v0.1.35 # Pre-release 1 month ago · 2026-05-28 18:42 UTC

    SlopOS T-Deck Firmware — beta-0.1.35

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.34...beta-0.1.35

  10. v0.1.34 # Pre-release 1 month ago · 2026-05-27 21:42 UTC

    SlopOS T-Deck Firmware — beta-0.1.34

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.33...beta-0.1.34

  11. v0.1.33 # Pre-release 1 month ago · 2026-05-27 08:01 UTC

    SlopOS T-Deck Firmware — beta-0.1.33

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

  12. v0.1.32 # Pre-release 1 month ago · 2026-05-24 21:56 UTC

    SlopOS T-Deck Firmware — beta-0.1.32

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.31...beta-0.1.32

  13. v0.1.31 # Pre-release 1 month ago · 2026-05-24 13:38 UTC

    SlopOS T-Deck Firmware — beta-0.1.31

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.30...beta-0.1.31

  14. v0.1.30 # Pre-release 1 month ago · 2026-05-24 01:25 UTC

    SlopOS T-Deck Firmware — beta-0.1.30

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    What's Changed

    New Contributors

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.29...beta-0.1.30

  15. v0.1.29 # Pre-release 1 month ago · 2026-05-23 16:17 UTC

    SlopOS T-Deck Firmware — beta-0.1.29

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.28...beta-0.1.29

  16. v0.1.28 # Pre-release 1 month ago · 2026-05-23 15:57 UTC

    SlopOS T-Deck Firmware — beta-0.1.28

    Flash with esptool

    # Full flash (first install):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
    
    # App update (keep settings):
    esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
      write_flash 0x10000 firmware.bin
    

    Web Flasher

    Use the manifest at webflasher/manifest.json with esptool.js.

    File Use
    firmware.bin App only (flash at 0x10000)
    firmware-merged.bin Full flash (flash at 0x0)
    webflasher/slopos-tdeck-firmware.bin App update
    webflasher/slopos-tdeck-full.bin Full flash
    webflasher/slopos-tdeck-bootloader.bin Bootloader
    webflasher/slopos-tdeck-partitions.bin Partition table
    webflasher/manifest.json Web flasher manifest

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.27...beta-0.1.28

  17. v0.1.27 # Pre-release 1 month ago · 2026-05-19 19:54 UTC

    SlopOS T-Deck Firmware — beta-0.1.27

    File Use
    firmware.bin OTA update (app only, flash at 0x10000)
    firmware-merged.bin Full flash (bootloader + partitions + app, flash at 0x0)

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.26...beta-0.1.27

  18. v0.1.26 # Pre-release 1 month ago · 2026-05-19 19:21 UTC

    SlopOS T-Deck Firmware — beta-0.1.26

    File Use
    firmware.bin OTA update (app only, flash at 0x10000)
    firmware-merged.bin Full flash (bootloader + partitions + app, flash at 0x0)

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.25...beta-0.1.26

  19. v0.1.25 # Pre-release 1 month ago · 2026-05-19 02:53 UTC

    SlopOS T-Deck Firmware — beta-0.1.25

    File Use
    firmware.bin OTA update (app only, flash at 0x10000)
    firmware-merged.bin Full flash (bootloader + partitions + app, flash at 0x0)

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.24...beta-0.1.25

  20. v0.1.24 # Pre-release 1 month ago · 2026-05-15 22:58 UTC

    SlopOS T-Deck Firmware — beta-0.1.24

    File Use
    firmware.bin OTA update (app only, flash at 0x10000)
    firmware-merged.bin Full flash (bootloader + partitions + app, flash at 0x0)

    Full Changelog: https://github.com/hermes-gadget/SlopOS-tdeck/compare/beta-0.1.23...beta-0.1.24