Skip to content

Lector lector.exp.53

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:23
· 179 commits to main since this release

Easiest install: use the browser flasher (Chrome/Edge, USB cable). One build serves both Xteink X3 and X4.

Update from the SD card: download firmware.bin, copy it to the SD card, then on the device open Settings and choose SD Card Firmware Update.

Manual flash (esptool):

esptool.py --chip esp32c3 write_flash \
  0x0 bootloader.bin \
  0x8000 partitions.bin \
  0xE000 boot_app0.bin \
  0x10000 firmware.bin

firmware.elf is for symbolizing crash reports, not for flashing.


Full Changelog: lector.exp.52...lector.exp.53