Skip to content

beta-0.1.42-RC4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jun 21:09

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: beta-0.1.41...beta-0.1.42-RC4