Programming Issue - Adafruit ESP32-S2

I'm not sure whats going on, I have three boards, and all of them are doing the same thing. For now I'm just doing test codes, to resolve this. Codes upload just fine, when I hit reset, the Serial Monitor shows this. Also, the only light that comes on now is the red power light, nothing else.

21:39:05.446 -> ESP-ROM:esp32s2-rc4-20191025
21:39:05.446 -> Build:Oct 25 2019
21:39:05.446 -> rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
21:39:05.446 -> SPIWP:0xee
21:39:05.446 -> mode:DIO, clock div:1
21:39:05.446 -> load:0x3ffe6110,len:0x1794
21:39:05.446 -> load:0x4004b000,len:0x4
21:39:05.446 -> load:0x4004b004,len:0x1004
21:39:05.478 -> load:0x4004f000,len:0x3370
21:39:05.478 -> entry 0x4004b324
21:39:05.478 -> e[0;32mI (24) boot: ESP-IDF v5.1.4 2nd stage bootloadere[0m
21:39:05.478 -> e[0;32mI (24) boot: compile time Sep  5 2024 17:36:53e[0m
21:39:05.478 -> e[0;32mI (24) boot: chip revision: v0.0e[0m
21:39:05.478 -> e[0;32mI (27) qio_mode: Enabling default flash chip QIOe[0m
21:39:05.478 -> e[0;32mI (32) boot.esp32s2: SPI Speed      : 80MHze[0m
21:39:05.511 -> e[0;32mI (37) boot.esp32s2: SPI Mode       : QIOe[0m
21:39:05.511 -> e[0;32mI (42) boot.esp32s2: SPI Flash Size : 4MBe[0m
21:39:05.511 -> e[0;32mI (47) boot: Enabling RNG early entropy source...e[0m
21:39:05.511 -> e[0;32mI (52) boot: Partition Table:e[0m
21:39:05.511 -> e[0;32mI (56) boot: ## Label            Usage          Type ST Offset   Lengthe[0m
21:39:05.511 -> e[0;32mI (63) boot:  0 nvs              WiFi data        01 02 00009000 00005000e[0m
21:39:05.544 -> e[0;32mI (70) boot:  1 otadata          OTA data         01 00 0000e000 00002000e[0m
21:39:05.544 -> e[0;32mI (78) boot:  2 ota_0            OTA app          00 10 00010000 00160000e[0m
21:39:05.544 -> e[0;32mI (85) boot:  3 ota_1            OTA app          00 11 00170000 00160000e[0m
21:39:05.544 -> e[0;32mI (93) boot:  4 uf2              factory app      00 00 002d0000 00040000e[0m
21:39:05.544 -> e[0;32mI (100) boot:  5 ffat             Unknown data     01 81 00310000 000f0000e[0m
21:39:05.577 -> e[0;32mI (108) boot: End of partition tablee[0m
21:39:05.577 -> e[0;32mI (112) boot: Reset Reason = 1e[0m
21:39:06.070 -> e[0;32mI (616) esp_image: segment 0: paddr=00010020 vaddr=3f000020 size=1246ch ( 74860) mape[0m
21:39:06.070 -> e[0;32mI (629) esp_image: segment 1: paddr=00022494 vaddr=3ffc1190 size=024c4h (  9412) loade[0m
21:39:06.070 -> e[0;32mI (631) esp_image: segment 2: paddr=00024960 vaddr=40024000 size=0b6b8h ( 46776) loade[0m
21:39:06.102 -> e[0;32mI (645) esp_image: segment 3: paddr=00030020 vaddr=40080020 size=2b86ch (178284) mape[0m
21:39:06.135 -> e[0;32mI (676) esp_image: segment 4: paddr=0005b894 vaddr=4002f6b8 size=01ad0h (  6864) loade[0m
21:39:06.135 -> e[0;32mI (685) boot: Loaded app from partition at offset 0x10000e[0m
21:39:06.135 -> e[0;32mI (685) boot: Disabling RNG early entropy source...e[0m
21:39:06.365 -> E (915) esp_core_dump_flash: No core dump partition found!
21:39:06.365 -> E (915) esp_core_dump_flash: No core dump partition found!

My hunch is one or more of the settings in the Tools menu is wrong. Check the esp32-S2 docs for guidance. OR try Partition settings then Flash Mode

I figured it out..took a while. Adafruit lists the unit as a ESP32-S2 Dev Feather board. I was selecting the board as Adafruit Feather ESP32-S2. What I needed to choose was just ESP32-S2 Dev Board. Kind of generic. Usually Adafruit is good with their documentation, but they missed this one.