• Уважаемые посетители сайта esp8266.ru!
    Мы отказались от размещения рекламы на страницах форума для большего комфорта пользователей.
    Вы можете оказать посильную поддержку администрации форума. Данные средства пойдут на оплату услуг облачных провайдеров для сайта esp8266.ru
  • Система автоматизации с открытым исходным кодом на базе esp8266/esp32 микроконтроллеров и приложения IoT Manager. Наша группа в Telegram

Ошибка в чом пролема?

sasha294

Member
14:29:44 **** Build of configuration Default for project blinky ****
mingw32-make.exe -f C:/Espressif/examples/blinky/Makefile flash
CC user/user_main.c
AR build/app_app.a
LD build/app.out
------------------------------------------------------------------------------
Section info:

build/app.out: file format elf32-xtensa-le

Sections:
Idx Name Size VMA LMA File off Algn
0 .data 00000374 3ffe8000 3ffe8000 000000e0 2**4
CONTENTS, ALLOC, LOAD, DATA
1 .rodata 00000100 3ffe8378 3ffe8378 00000458 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
2 .bss 00006230 3ffe8478 3ffe8478 00000558 2**4
ALLOC
3 .text 00006732 40100000 40100000 00000558 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
4 .irom0.text 0002d494 40240000 40240000 00006c90 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
------------------------------------------------------------------------------
Section| Description| Start (hex)| End (hex)|Used space
------------------------------------------------------------------------------
data| Initialized Data (RAM)| 3FFE8000| 3FFE8374| 884
rodata| ReadOnly Data (RAM)| 3FFE8378| 3FFE8478| 256
bss| Uninitialized Data (RAM)| 3FFE8478| 3FFEE6A8| 25136
text| Uncached Code (IRAM)| 40100000| 40106732| 26418
irom0_text| Cached Code (SPI)| 40240000| 4026D494| 185492
------------------------------------------------------------------------------
Entry Point : 40100004 call_user_start()
Total Used RAM : 26276
Free RAM : 55644
Free IRam : 6350 or 22734 if 48k IRam
------------------------------------------------------------------------------
Generate 0x00000.bin and 0x40000.bin successully in folder firmware.
0x00000.bin-------->0x00000
0x40000.bin-------->0x40000
Done
c:/Espressif/utils/esptool.exe -p COM3 -b 256000 write_flash -ff 40m -fm qio -fs 4m 0x00000 firmware/0x00000.bin 0x40000 firmware/0x40000.bin
Traceback (most recent call last):
File "esptool.py", line 566, in <module>
File "esptool.py", line 69, in __init__
File "serial\serialwin32.pyo", line 38, in __init__
File "serial\serialutil.pyo", line 282, in __init__
File "serial\serialwin32.pyo", line 66, in open
serial.serialutil.SerialException: could not open port 'COM3': WindowsError(2, '\xcd\xe5 \xf3\xe4\xe0\xe5\xf2\xf1\xff \xed\xe0\xe9\xf2\xe8 \xf3\xea\xe0\xe7\xe0\xed\xed\xfb\xe9 \xf4\xe0\xe9\xeb.')
C:/Espressif/examples/blinky/Makefile:220: recipe for target 'flash' failed
mingw32-make: *** [flash] Error 255

14:29:49 Build Failed. 2 errors, 0 warnings. (took 4s.139ms)
 

Алексей.

Active member
c:/Espressif/utils/esptool.exe -p COM3 -b 256000 write_flash -ff 40m -fm qio -fs 4m 0x00000 firmware/0x00000.bin 0x40000 firmware/0x40000.bin
Traceback (most recent call last):
File "esptool.py", line 566, in <module>
File "esptool.py", line 69, in __init__
File "serial\serialwin32.pyo", line 38, in __init__
File "serial\serialutil.pyo", line 282, in __init__
File "serial\serialwin32.pyo", line 66, in open
serial.serialutil.SerialException: could not open port 'COM3': WindowsError(2, '\xcd\xe5 \xf3\xe4\xe0\xe5\xf2\xf1\xff \xed\xe0\xe9\xf2\xe8 \xf3\xea\xe0\xe7\xe0\xed\xed\xfb\xe9 \xf4\xe0\xe9\xeb.')
У вас СОМ3 недоступен
переведу с русского '\xcd\xe5 \xf3\xe4\xe0\xe5\xf2\xf1\xff \xed\xe0\xe9\xf2\xe8 \xf3\xea\xe0\xe7\xe0\xed\xed\xfb\xe9 \xf4\xe0\xe9\xeb.' на русский 'Не удается найти указанный файл.'
 
Сверху Снизу