acidvegas / acid-drop

Hacking the planet from a LilyGo T-Deck using custom firmware
GNU General Public License v3.0
23 stars 2 forks source link

T-deck not booting after freshing the firmware #12

Open nullbeing opened 2 weeks ago

nullbeing commented 2 weeks ago

the device not booting up shows nothing after fresh the firmware, tried several times, no luck

esptool.py --chip esp32-s3 --port /dev/cu.usbmodem2301 --baud 115200 write_flash -z 0x1000 acid-drop_v0.1.0_beta.bin esptool.py v4.7.0 Serial port /dev/cu.usbmodem2301 Connecting... Chip is ESP32-S3 (QFN56) (revision v0.2) Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3) Crystal is 40MHz MAC: 30:30:f9:74:59:7c Uploading stub... Running stub... Stub running... Configuring flash size... Flash will be erased from 0x00001000 to 0x000e1fff... Compressed 921232 bytes to 588479... Wrote 921232 bytes (588479 compressed) at 0x00001000 in 7.8 seconds (effective 940.1 kbit/s)... Hash of data verified.

Leaving... Hard resetting via RTS pin...

acidvegas commented 2 weeks ago

Are you pressing the RST button after flashing??

either way I will push a new version today. You can also try compiling the source in vscode and flashing it via platformio in vscode to see if that works.