Guest User

Untitled

a guest
Sep 17th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Processing trinket5 (platform: atmelavr; board: trinket5; framework: arduino)
  2. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
  3. CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/trinket5.html
  4. PLATFORM: Atmel AVR (4.0.0) > Adafruit Trinket 5V/16MHz
  5. HARDWARE: ATTINY85 8MHz, 512B RAM, 8KB Flash
  6. DEBUG: Current (simavr) On-board (simavr)
  7. PACKAGES:
  8. - framework-arduino-avr @ 5.1.0
  9. - tool-avrdude @ 1.60300.200527 (6.3.0)
  10. - toolchain-atmelavr @ 1.70300.191015 (7.3.0)
  11. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  12. LDF Modes: Finder ~ chain, Compatibility ~ soft
  13. Found 11 compatible libraries
  14. Scanning dependencies...
  15. No dependencies
  16. Building in release mode
  17. Checking size .pio\build\trinket5\firmware.elf
  18. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  19. RAM: [ ] 1.8% (used 9 bytes from 512 bytes)
  20. Flash: [ ] 3.5% (used 286 bytes from 8192 bytes)
  21. Configuring upload protocol...
  22. AVAILABLE: usbtiny
  23. CURRENT: upload_protocol = usbtiny
  24. Looking for upload port...
  25. Uploading .pio\build\trinket5\firmware.hex
  26.  
  27. avrdude: AVR device initialized and ready to accept instructions
  28.  
  29. Reading | ################################################## | 100% 0.00s
  30.  
  31. avrdude: Device signature = 0x1e930b (probably t85)
  32. avrdude: reading input file ".pio\build\trinket5\firmware.hex"
  33. avrdude: writing flash (286 bytes):
  34.  
  35. Writing | ##########avrdude: 7 retries during SPI command
  36. ##########avrdude: 9 retries during SPI command
  37. ##########avrdude: 9 retries during SPI command
  38. ##########avrdude: 9 retries during SPI command
  39. ########## | 100% 0.24s
  40.  
  41. avrdude: 286 bytes of flash written
  42. avrdude: verifying flash memory against .pio\build\trinket5\firmware.hex:
  43. avrdude: load data flash data from input file .pio\build\trinket5\firmware.hex:
  44. avrdude: input file .pio\build\trinket5\firmware.hex contains 286 bytes
  45. avrdude: reading on-chip flash data:
  46.  
  47. Reading | ################################################## | 100% 0.04s
  48.  
  49. avrdude: verifying ...
  50. avrdude: verification error, first mismatch at byte 0x006a
  51. 0x22 != 0x26
  52. avrdude: verification error; content mismatch
  53.  
  54. avrdude: safemode: Fuses OK (E:00, H:00, L:00)
  55.  
  56. avrdude done. Thank you.
  57.  
  58. *** [upload] Error 1
Add Comment
Please, Sign In to add comment