-
Notifications
You must be signed in to change notification settings - Fork 0
/
my_gemma_errors.txt
100 lines (82 loc) · 5 KB
/
my_gemma_errors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Arduino: 1.8.5 (Mac OS X), Board: "Adafruit Gemma 8MHz"
Sketch uses 476 bytes (8%) of program storage space. Maximum is 5310 bytes.
Global variables use 9 bytes of dynamic memory.
/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -pattiny85 -cusbtiny -Uflash:w:/var/folders/h4/qd5z2gvj66n5mqnwg64t0m5w0000gn/T/arduino_build_292358/gemma_blink.ino.hex:i
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:01:35
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/myusername/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : usb
Using Programmer : usbtiny
avrdude: usbdev_open(): Found USBtinyISP, bus:device: 020:053
AVR Part : ATtiny85
Chip Erase delay : 400000 us
PAGEL : P00
BS2 : P00
RESET disposition : possible i/o
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 12 4 0 no 512 4 0 4000 4500 0xff 0xff
flash 65 6 32 0 yes 8192 64 128 30000 30000 0xff 0xff
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
Programmer Type : USBtiny
Description : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
avrdude: programmer operation not supported
avrdude: Using SCK period of 10 usec
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e930b (probably t85)
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: Using SCK period of 10 usec
avrdude: reading input file "/var/folders/h4/qd5z2gvj66n5mqnwg64t0m5w0000gn/T/arduino_build_292358/gemma_blink.ino.hex"
avrdude: writing flash (476 bytes):
Writing | ######
avrdude: error: usbtiny_receive: Device not configured (expected 4, got -6)
######
avrdude: error: usbtiny_send: Device not configured (expected 64, got -6)
######
avrdude: error: usbtiny_receive: Device not configured (expected 4, got -6)
---- like 30 more of device not configured error ------a
---- like 30 more of device not configured error ------
avrdude: error: usbtiny_receive: Device not configured (expected 4, got -6)
# | 100% 1.01s
avrdude: 476 bytes of flash written
avrdude: verifying flash memory against /var/folders/h4/qd5z2gvj66n5mqnwg64t0m5w0000gn/T/arduino_build_292358/gemma_blink.ino.hex:
avrdude: load data flash data from input file /var/folders/h4/qd5z2gvj66n5mqnwg64t0m5w0000gn/T/arduino_build_292358/gemma_blink.ino.hex:
avrdude: input file /var/folders/h4/qd5z2gvj66n5mqnwg64t0m5w0000gn/T/arduino_build_292358/gemma_blink.ino.hex contains 476 bytes
avrdude: reading on-chip flash data:
Reading |
avrdude: error: usbtiny_receive: Device not configured (expected 128, got -6)
######
avrdude: error: usbtiny_receive: Device not configured (expected 4, got -6)
avr_read(): error reading address 0x0000
read operation not supported for memory "flash"
avrdude: failed to read all of flash memory, rc=-2
avrdude: error: usbtiny_transmit: Device not configured
avrdude done. Thank you.
the selected serial port
does not exist or your board is not connected
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.