masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1902806943
@tmedicci I noticed that my esp32-devkitc board does not boot withi this PR. The esptool says that the board has `ESP32-D0WD (revision v1.0)`. Is it no longer supported? ``` esptool.py v3.3.3 Serial port /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_18c6af91956ee911b0ad8811cd81828a-if00-port0 Connecting.... Chip is ESP32-D0WD (revision v1.0) Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None Crystal is 40MHz MAC: fc:f5:c4:45:a8:9c Uploading stub... Running stub... Stub running... Changing baud rate to 921600 Changed. Configuring flash size... Auto-detected Flash size: 4MB Flash will be erased from 0x00001000 to 0x00007fff... Flash will be erased from 0x00008000 to 0x00008fff... Flash will be erased from 0x00010000 to 0x00066fff... Compressed 26288 bytes to 16480... Writing at 0x00001000... (50 %) Writing at 0x0000762a... (100 %) Wrote 26288 bytes (16480 compressed) at 0x00001000 in 0.7 seconds (effective 311.5 kbit/s)... Hash of data verified. Compressed 3072 bytes to 69... Writing at 0x00008000... (100 %) Wrote 3072 bytes (69 compressed) at 0x00008000 in 0.1 seconds (effective 399.1 kbit/s)... Hash of data verified. Compressed 355168 bytes to 174997... Writing at 0x00010000... (9 %) Writing at 0x00019c8d... (18 %) Writing at 0x0002823a... (27 %) Writing at 0x00035802... (36 %) Writing at 0x00040794... (45 %) Writing at 0x00045e1f... (54 %) Writing at 0x0004b80a... (63 %) Writing at 0x000511d8... (72 %) Writing at 0x00056bcc... (81 %) Writing at 0x0005c825... (90 %) Writing at 0x00062bf6... (100 %) Wrote 355168 bytes (174997 compressed) at 0x00010000 in 3.1 seconds (effective 929.0 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin... $ picocom -q -b 115200 /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_18c6af91956ee911b0ad8811cd81828a-if00-port0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org