beta-0.1.28
Pre-release
Pre-release
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.binWeb 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: beta-0.1.27...beta-0.1.28