Guest User

avrdude output, good

a guest
Dec 18th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 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 | ################################################## | 100% 0.45s
  44.  
  45. avrdude: verifying ...
  46. avrdude: 1976 bytes of flash verified
  47.  
  48. avrdude: safemode: Fuses OK (E:00, H:00, L:00)
  49.  
  50. avrdude done. Thank you.
  51.  
  52. ===================== [SUCCESS] Took 2.98 seconds =====================
Add Comment
Please, Sign In to add comment