Flashing instructions
Easiest — merged binary (single file, address 0x00)
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
write_flash 0x0 BambuTagger-Touch_merged.bin
Manual — three separate files
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
write_flash \
0x0 bootloader.bin \
0x8000 partitions.bin \
0x10000 firmware.bin
Partition scheme: Custom 16 MB — app0/app1 = 1408 KB, ffat = 1152 KB
Board: Guition JC8048W550 (ESP32-S3-WROOM-1-N16R8)
Full Changelog: v1.9.6...v2.0.0