burn address：
 0x0 bootloader.bin 0x10000 touchsensor_firmware.bin 0x8000 partition-table.bin


burn command：
esptool.py esp32s3 -p COM3 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader.bin 0x10000 touchsensor_firmware.bin 0x8000 partition-table.bin