Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Processing trinket5 (platform: atmelavr; board: trinket5; framework: arduino)
- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
- CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/trinket5.html
- PLATFORM: Atmel AVR (4.0.0) > Adafruit Trinket 5V/16MHz
- HARDWARE: ATTINY85 8MHz, 512B RAM, 8KB Flash
- DEBUG: Current (simavr) On-board (simavr)
- PACKAGES:
- - framework-arduino-avr @ 5.1.0
- - tool-avrdude @ 1.60300.200527 (6.3.0)
- - toolchain-atmelavr @ 1.70300.191015 (7.3.0)
- LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
- LDF Modes: Finder ~ chain, Compatibility ~ soft
- Found 11 compatible libraries
- Scanning dependencies...
- No dependencies
- Building in release mode
- Checking size .pio\build\trinket5\firmware.elf
- Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
- RAM: [ ] 1.8% (used 9 bytes from 512 bytes)
- Flash: [ ] 3.5% (used 286 bytes from 8192 bytes)
- Configuring upload protocol...
- AVAILABLE: usbtiny
- CURRENT: upload_protocol = usbtiny
- Looking for upload port...
- Uploading .pio\build\trinket5\firmware.hex
- avrdude: AVR device initialized and ready to accept instructions
- Reading | ################################################## | 100% 0.00s
- avrdude: Device signature = 0x1e930b (probably t85)
- avrdude: reading input file ".pio\build\trinket5\firmware.hex"
- avrdude: writing flash (286 bytes):
- Writing | ##########avrdude: 7 retries during SPI command
- ##########avrdude: 9 retries during SPI command
- ##########avrdude: 9 retries during SPI command
- ##########avrdude: 9 retries during SPI command
- ########## | 100% 0.24s
- avrdude: 286 bytes of flash written
- avrdude: verifying flash memory against .pio\build\trinket5\firmware.hex:
- avrdude: load data flash data from input file .pio\build\trinket5\firmware.hex:
- avrdude: input file .pio\build\trinket5\firmware.hex contains 286 bytes
- avrdude: reading on-chip flash data:
- Reading | ################################################## | 100% 0.04s
- avrdude: verifying ...
- avrdude: verification error, first mismatch at byte 0x006a
- 0x22 != 0x26
- avrdude: verification error; content mismatch
- avrdude: safemode: Fuses OK (E:00, H:00, L:00)
- avrdude done. Thank you.
- *** [upload] Error 1
Add Comment
Please, Sign In to add comment