Skip to content

Lilygo T-Display-S3 #9329

Sep 16, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Unless you're willing to write a custom PSRAM configuration, Lilygo recommends the GENERIC_S3 binary, which after many attempts to reset and reflash, I've finally managed to get running:

MicroPython v1.19.1 on 2022-10-11; ESP32S3 module with ESP32S3
Type "help()" for more information.
>>> 

These are the commands I used to clear flash and reprogram it:

esptool.py --chip esp32s3 --port /dev/ttyACM0 erase_flash
esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash -z 0  GENERIC_S3-20221011-unstable-v1.19.1-543-gab317a0d6.bin

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@scruss
Comment options

@russhughes
Comment options

@russhughes
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by scruss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment