Skip to content

beta-0.1.34

Pre-release
Pre-release

Choose a tag to compare

@hermes-gadget hermes-gadget released this 27 May 21:42

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: beta-0.1.33...beta-0.1.34