完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
电子发烧友论坛|
你好。我现在一直在使用 ESP32-S3-DEVKITC,它在 USB 端口(串行或本机)上都能很好地工作。我继续并决定转向定制 PCB 原型。虽然闪存监控过程似乎并不相同。通常我可以在闪烁后立即看到日志消息,但我却得到了不同类型的输出。当我按 ctrl + ] 离开时,我的 ESP32-S3 没有正常运行(比如运行程序)。既然我已经转移到我自己的 PCB 上,我是否在闪存过程中遗漏了什么?我也附上了我的原理图以供参考。
代码:全选 PS C:BBG_FirmwareAntagonist_V2> idf.py flash monitor Executing action: flash Serial port COM4 Connecting....................... COM4 failed to connect: Failed to connect to Espressif device: No serial data received. For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html Serial port COM3 Connecting... COM3 failed to connect: Write timeout Serial port COM17 COM17 failed to connect: could not open port 'COM17': OSError(22, 'The semaphore timeout period has expired.', None, 121) Serial port COM16 Connecting... COM16 failed to connect: Write timeout Serial port COM10 Connecting... Detecting chip type... ESP32-S3 Running ninja in directory c:bbg_firmwareantagonist_v2build Executing "ninja flash"... [1/5] cmd.exe /C "cd /D C:BBG_FirmwareAntagonist_V2buildesp-idfesptool_py && c:esptoolsEspressifpython_envi...are/Antagonist_V2/build/partition_table/partition-table.bin C:/BBG_Firmware/Antagonist_V2/build/antagonist_esp32.bin"antagonist_esp32.bin binary size 0x6af40 bytes. Smallest app partition is 0x100000 bytes. 0x950c0 bytes (58%) free. [2/5] Performing build step for 'bootloader' [1/1] cmd.exe /C "cd /D C:BBG_FirmwareAntagonist_V2buildbootloaderesp-idfesptool_py && c:esptoolsEspressifpython_envidf4.4_py3.8_envScriptspython.exe C:/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 C:/BBG_Firmware/Antagonist_V2/build/bootloader/bootloader.bin" Bootloader binary size 0x51a0 bytes. 0x2e60 bytes (36%) free. [2/3] cmd.exe /C "cd /D C:espesp-idfcomponentsesptool_py && C:esptoolsEspressiftoolscmake3.20.3bincmake.e...ORKING_DIRECTORY="C:/BBG_Firmware/Antagonist_V2/build" -P C:/esp/esp-idf/components/esptool_py/run_serial_tool.cmake"esptool.py esp32s3 -p COM10 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 antagonist_esp32.bin 0x8000 partition_table/partition-table.bin esptool.py v3.3-dev Serial port COM10 Connecting... Chip is ESP32-S3 Features: WiFi, BLE Crystal is 40MHz MAC: 7c:df:a1:e3:76:3c Uploading stub... Running stub... Stub running... Changing baud rate to 460800 Changed. Configuring flash size... Flash will be erased from 0x00000000 to 0x00005fff... Flash will be erased from 0x00010000 to 0x0007afff... Flash will be erased from 0x00008000 to 0x00008fff... Compressed 20896 bytes to 13036... Writing at 0x00000000... (100 %) Wrote 20896 bytes (13036 compressed) at 0x00000000 in 0.4 seconds (effective 379.9 kbit/s)... Hash of data verified. Compressed 438080 bytes to 260916... Writing at 0x00010000... (6 %) Writing at 0x0001b227... (12 %) Writing at 0x0002369a... (18 %) Writing at 0x00029329... (25 %) Writing at 0x0002f2d3... (31 %) Writing at 0x0003504d... (37 %) Writing at 0x0003a957... (43 %) Writing at 0x00040050... (50 %) Writing at 0x00046328... (56 %) Writing at 0x0004c18a... (62 %) Writing at 0x000525c3... (68 %) Writing at 0x00057dd1... (75 %) Writing at 0x00060565... (81 %) Writing at 0x00068cf2... (87 %) Writing at 0x0006f53e... (93 %) Writing at 0x00074f4e... (100 %) Wrote 438080 bytes (260916 compressed) at 0x00010000 in 4.8 seconds (effective 736.4 kbit/s)... Hash of data verified. Compressed 3072 bytes to 103... Writing at 0x00008000... (100 %) Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 370.0 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin... Executing action: monitor Serial port COM4 COM4 failed to connect: could not open port 'COM4': PermissionError(13, 'Access is denied.', None, 5) Serial port COM3 COM3 failed to connect: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5) Serial port COM17 COM17 failed to connect: could not open port 'COM17': OSError(22, 'The semaphore timeout period has expired.', None, 121) Serial port COM16 COM16 failed to connect: could not open port 'COM16': PermissionError(13, 'Access is denied.', None, 5) Serial port COM10 Connecting... Detecting chip type... ESP32-S3 Running idf_monitor in directory c:bbg_firmwareantagonist_v2 Executing "c:esptoolsEspressifpython_envidf4.4_py3.8_envScriptspython.exe c:espesp-idftools/idf_monitor.py -p COM10 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- --target esp32s3 c:bbg_firmwareantagonist_v2buildantagonist_esp32.elf -m 'c:esptoolsEspressifpython_envidf4.4_py3.8_envScriptspython.exe' 'c:espesp-idftoolsidf.py'"... --- WARNING: GDB cannot open serial ports accessed as COMx --- Using \.COM10 instead... --- idf_monitor on \.COM10 115200 --- --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x15 (USB_UART_CHIP_RESET),boot:0x0 (DOWNLOAD(USB/UART0)) Saved PC:0x400490cc waiting for download |
|
相关推荐
|
|
只有小组成员才能发言,加入小组>>
945 浏览 0 评论
1672 浏览 0 评论
请问一下我想用ESP8685直接替换ESP8266而不用写程序,可以让ESP8685直接通过之前ESP8266的外挂的flash运行程序吗
1330 浏览 1 评论
1233 浏览 1 评论
5021 浏览 2 评论
为blufi_device设置自定义名称,但是无法修改,为什么?
1253浏览 4评论
请问ESP32-S2-WROOM怎么获得ESP32-S2外接FLASH的唯一序列号?
927浏览 3评论
2336浏览 3评论
ESP-IDF的VScode插件的build按钮点击会报错的原因?
2526浏览 3评论
ESP-Jumpstart例程中第5个工程:5_cloud连接报错是哪里的问题?
1051浏览 2评论
/9
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-12-2 04:19 , Processed in 0.532412 second(s), Total 69, Slave 52 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191

淘帖
636
