Guest User

avrdude output, bad

a guest
Dec 18th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Processing nanoatmega328 (platform: atmelavr; board: nanoatmega328; framework: arduino)
  2. ------------------------------------------------------------------------
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/nanoatmega328.html
  5. PLATFORM: Atmel AVR 2.0.0 > Arduino Nano ATmega328
  6. HARDWARE: ATMEGA328P 16MHz, 2KB RAM, 30KB Flash
  7. PACKAGES: toolchain-atmelavr 1.50400.190710 (5.4.0), framework-arduino-avr 5.0.0, tool-avrdude 1.60300.190424 (6.3.0)
  8. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  9. LDF Modes: Finder ~ chain, Compatibility ~ soft
  10. Found 5 compatible libraries
  11. Scanning dependencies...
  12. No dependencies
  13. Building in release mode
  14. Compiling .pio/build/nanoatmega328/src/main.cpp.o
  15. Linking .pio/build/nanoatmega328/firmware.elf
  16. Checking size .pio/build/nanoatmega328/firmware.elf
  17. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  18. DATA: [= ] 9.6% (used 196 bytes from 2048 bytes)
  19. PROGRAM: [= ] 6.4% (used 1976 bytes from 30720 bytes)
  20. Configuring upload protocol...
  21. AVAILABLE: arduino
  22. CURRENT: upload_protocol = arduino
  23. Looking for upload port...
  24. Auto-detected: /dev/ttyUSB0
  25. Uploading .pio/build/nanoatmega328/firmware.hex
  26.  
  27. avrdude: AVR device initialized and ready to accept instructions
  28.  
  29. Reading | ################################################## | 100% 0.00s
  30.  
  31. avrdude: Device signature = 0x1e950f (probably m328p)
  32. avrdude: reading input file ".pio/build/nanoatmega328/firmware.hex"
  33. avrdude: writing flash (1976 bytes):
  34.  
  35. Writing | ################################################## | 100% 0.60s
  36.  
  37. avrdude: 1976 bytes of flash written
  38. avrdude: verifying flash memory against .pio/build/nanoatmega328/firmware.hex:
  39. avrdude: load data flash data from input file .pio/build/nanoatmega328/firmware.hex:
  40. avrdude: input file .pio/build/nanoatmega328/firmware.hex contains 1976 bytes
  41. avrdude: reading on-chip flash data:
  42.  
  43. Reading | avrdude: stk500_recv(): programmer is not responding
  44. ###avrdude: stk500_cmd(): programmer is out of sync
  45. avr_read(): error reading address 0x0000
  46. read operation not supported for memory "flash"
  47. avrdude: failed to read all of flash memory, rc=-2
  48.  
  49. avrdude: stk500_cmd(): programmer is out of sync
  50. avrdude: stk500_cmd(): programmer is out of sync
  51. avrdude: stk500_cmd(): programmer is out of sync
  52. avrdude: stk500_cmd(): programmer is out of sync
  53. avrdude: safemode: Sorry, reading back fuses was unreliable. I have given up and exited programming mode
  54. avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x00
  55.  
  56. avrdude done. Thank you.
  57.  
  58. *** [upload] Error 1
  59. ====================== [FAILED] Took 8.52 seconds ======================
  60. The terminal process terminated with exit code: 1
Add Comment
Please, Sign In to add comment