Talesztoja

marlin czysty vsc blad

Dec 14th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Verbose mode can be enabled via `-v, --verbose` option
  2. CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/sanguino_atmega1284p.html
  3. PLATFORM: Atmel AVR (3.4.0) > Sanguino ATmega1284p (16MHz)
  4. HARDWARE: ATMEGA1284P 16MHz, 16KB RAM, 124KB Flash
  5. DEBUG: Current (simavr) On-board (simavr)
  6. PACKAGES:
  7. - framework-arduino-avr 5.1.0
  8. - tool-avrdude 1.60300.200527 (6.3.0)
  9. - toolchain-atmelavr 1.70300.191015 (7.3.0)
  10. Converting Marlin.ino
  11. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  12. LDF Modes: Finder ~ chain, Compatibility ~ soft
  13. Found 6 compatible libraries
  14. Scanning dependencies...
  15. Dependency Graph
  16. |-- <LiquidCrystal> 1.5.1
  17. | |-- <Wire> 1.0
  18. |-- <SPI> 1.0
  19. |-- <Wire> 1.0
  20. |-- <EEPROM> 2.0
  21. |-- <SoftwareSerial> 1.0
  22. Building in release mode
  23. Compiling .pio\build\sanguino1284p\src\src\inc\Warnings.cpp.o
  24. Linking .pio\build\sanguino1284p\firmware.elf
  25. Checking size .pio\build\sanguino1284p\firmware.elf
  26. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  27. RAM: [=== ] 25.6% (used 4200 bytes from 16384 bytes)
  28. Flash: [========= ] 85.3% (used 108370 bytes from 126976 bytes)
  29. Configuring upload protocol...
  30. AVAILABLE: arduino
  31. CURRENT: upload_protocol = arduino
  32. Auto-detected: COM3
  33. Uploading .pio\build\sanguino1284p\firmware.hex
  34. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x73
  35. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x74
  36. avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x61
  37. avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x72
  38. avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x74
  39. avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x0a
  40. avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x20
  41. avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x45
  42. avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x78
  43. avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x74
  44.  
  45. avrdude done. Thank you.
  46.  
  47. *** [upload] Error 1
  48. ========================= [FAILED] Took 15.22 seconds =========================
  49.  
  50. Environment Status Duration
  51. ------------- -------- ------------
  52. sanguino1284p FAILED 00:00:15.222
  53. ==================== 1 failed, 0 succeeded in 00:00:15.222 ====================
  54. PS E:\!3d\Soft\12.12.2021\Marlin 20\Marlin-2.0.x czysty> echo "done" >"C:\Users\ja\AppData\Local\Temp\ipc"
  55. PS E:\!3d\Soft\12.12.2021\Marlin 20\Marlin-2.0.x czysty>
Add Comment
Please, Sign In to add comment