Flash Instructions
Prerequisites: Install esptool (pip install esptool)
Flash the firmware:
esptool.py --chip esp32s3 -p PORT write_flash 0x0 lunarcore-esp32s3.binReplace PORT with your serial port:
- Linux:
/dev/ttyACM0or/dev/ttyUSB0 - macOS:
/dev/cu.usbmodem* - Windows:
COM3(check Device Manager)
Supported hardware: Heltec WiFi LoRa 32 V3, LilyGo T3-S3, or any ESP32-S3 + SX1262 board.
The binary includes bootloader + partition table + application merged at offset 0x0.
Full Changelog: https://github.com/STCisGOOD/lunarcore/commits/v1.1.0