Guest User

ESP-fail

a guest
Oct 9th, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.71 KB | None | 0 0
  1.  *  Executing task in folder Blink_Test: C:\Users\user\.platformio\penv\Scripts\platformio.exe run --target upload
  2.  
  3. Processing esp01_1m (platform: espressif8266; board: esp01_1m; framework: arduino)
  4. ----------------------------------------------------------------------------------------------------------------------------------------------------
  5. Verbose mode can be enabled via `-v, --verbose` option
  6. CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp01_1m.html
  7. PLATFORM: Espressif 8266 (4.2.1) > Espressif Generic ESP8266 ESP-01 1M
  8. HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash
  9. PACKAGES:
  10.  - framework-arduinoespressif8266 @ 3.30102.0 (3.1.2)
  11.  - tool-esptool @ 1.413.0 (4.13)
  12.  - tool-esptoolpy @ 1.30000.201119 (3.0.0)
  13.  - tool-mklittlefs @ 1.203.210628 (2.3)
  14.  - tool-mkspiffs @ 1.200.0 (2.0)
  15.  - toolchain-xtensa @ 2.100300.220621 (10.3.0)
  16. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  17. LDF Modes: Finder ~ chain, Compatibility ~ soft
  18. Found 37 compatible libraries
  19. Scanning dependencies...
  20. No dependencies
  21. Building in release mode
  22. Retrieving maximum program size .pio\build\esp01_1m\firmware.elf
  23. Checking size .pio\build\esp01_1m\firmware.elf
  24. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  25. RAM:   [===       ]  34.3% (used 28104 bytes from 81920 bytes)
  26. Flash: [===       ]  34.3% (used 261479 bytes from 761840 bytes)
  27. Configuring upload protocol...
  28. AVAILABLE: espota, esptool
  29. CURRENT: upload_protocol = esptool
  30. Looking for upload port...
  31. Auto-detected: COM6
  32. Uploading .pio\build\esp01_1m\firmware.bin
  33. esptool.py v3.0
  34. Serial port COM6
  35. Traceback (most recent call last):
  36.   File "C:\Users\user\.platformio\packages\tool-esptoolpy\esptool.py", line 3969, in <module>
  37.     _main()
  38.   File "C:\Users\user\.platformio\packages\tool-esptoolpy\esptool.py", line 3962, in _main
  39.     main()
  40.   File "C:\Users\user\.platformio\packages\tool-esptoolpy\esptool.py", line 3551, in main
  41.     esp = chip_class(each_port, initial_baud, args.trace)
  42.           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  43.   File "C:\Users\user\.platformio\packages\tool-esptoolpy\esptool.py", line 283, in __init__
  44.     self._port.write_timeout = DEFAULT_SERIAL_WRITE_TIMEOUT
  45.     ^^^^^^^^^^^^^^^^^^^^^^^^
  46.   File "C:\Users\user\.platformio\penv\Lib\site-packages\serial\serialutil.py", line 392, in write_timeout
  47.     self._reconfigure_port()
  48.   File "C:\Users\user\.platformio\penv\Lib\site-packages\serial\serialwin32.py", line 222, in _reconfigure_port
  49.     raise SerialException(
  50. serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
  51. *** [upload] Error 1
Add Comment
Please, Sign In to add comment