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