Skip to content

beta-0.1.44-RC6

Pre-release
Pre-release

Choose a tag to compare

@hermes-gadget hermes-gadget released this 12 Jul 12:37

SigurdOS T-Deck Firmware — beta-0.1.44-RC6

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 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
firmware-debug.bin Debug build with verbose logging
manifest.json Web flasher manifest
sigurdos-tdeck-bootloader.bin Bootloader (web flasher)
sigurdos-tdeck-partitions.bin Partition table (web flasher)
sigurdos-tdeck-boot_app0.bin Boot app0 (web flasher)
sigurdos-tdeck-firmware.bin App firmware (web flasher)
sigurdos-tdeck-full.bin Full image (web flasher)

What's Changed

Full Changelog: beta-0.1.43-RC5...beta-0.1.44-RC6