I pressed reset and restart button on my ESP32 S3 board and uploaded simple LED Blinking code, which was uploaded successfull but nothing happens.
Board – ESP32S3 Dev Module
Port – usbserial-110
Here is the LOG given below -:
esptool.py v4.6
Serial port /dev/cu.usbserial-110
Connecting....
Chip is ESP32-S3 (revision v0.2)
Features: WiFi, BLE
Crystal is 40MHz
MAC: 34:b7:da:64:02:30
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00003fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x00053fff...
Compressed 14880 bytes to 10569...
Writing at 0x00000000... (100 %)
Wrote 14880 bytes (10569 compressed) at 0x00000000 in 1.1 seconds (effective 110.8 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 496.9 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 907.6 kbit/s)...
Hash of data verified.
Compressed 276352 bytes to 155998...
Writing at 0x00010000... (10 %)
Writing at 0x0001b9fe... (20 %)
Writing at 0x000245b7... (30 %)
Writing at 0x00029d40... (40 %)
Writing at 0x0002f27f... (50 %)
Writing at 0x000348fa... (60 %)
Writing at 0x0003d5d5... (70 %)
Writing at 0x000454b7... (80 %)
Writing at 0x0004ae37... (90 %)
Writing at 0x0005071c... (100 %)
Wrote 276352 bytes (155998 compressed) at 0x00010000 in 13.8 seconds (effective 160.0 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...