You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the generic nightly build here:
GENERIC_S3-20220930-unstable-v1.19.1-461-g282401da5.bin
Which works fine but no display.
I am able to use ampy to see the filesystem and get and put files just fine.
I just got a new build from lilygo folks here: Xinyuan-LilyGO/lilygo-micropython#16
Running esptool.py to do anything on the board now results in No serial data received.
└─> ampy ls
/boot.py
/image_bitmap.py
/logo.mpy
/logo.py
/webrepl_cfg.py
└─> ampy get boot.py
# This file is executed on every boot (including wake-boot from deepsleep)
import esp
# Setup networking
import network
#import webrepl
esp.osdebug(None)
#webrepl.start()
└─> sudo esptool.py --chip esp32s3 --port /dev/cu.usbmodem1234561 read_mac
esptool.py v4.3
Serial port /dev/cu.usbmodem1234561
Connecting......................................
A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
└─> sudo esptool.py --chip esp32s3 --port /dev/cu.usbmodem1234561 write_flash -z 0 LilyGo-MicroPython_esp32s3_LILYGO_T-DisplayS3_MPY-d7919ea71_IDF-8153bfe412_B20221017_9950096a17.bin
esptool.py v4.3
Serial port /dev/cu.usbmodem1234561
Connecting......................................
A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a lilygo t-display s3 box.
I installed the generic nightly build here:
GENERIC_S3-20220930-unstable-v1.19.1-461-g282401da5.bin
Which works fine but no display.
I am able to use ampy to see the filesystem and get and put files just fine.
I just got a new build from lilygo folks here:
Xinyuan-LilyGO/lilygo-micropython#16
Running esptool.py to do anything on the board now results in No serial data received.
Beta Was this translation helpful? Give feedback.
All reactions