-
Notifications
You must be signed in to change notification settings - Fork 0
/
uploading-sketch-log.txt
94 lines (81 loc) · 8.84 KB
/
uploading-sketch-log.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
/usr/share/arduino/arduino-builder -dump-prefs -logger=machine -hardware /usr/share/arduino/hardware -hardware /home/joaoantoniocardoso/.arduino15/packages -hardware /home/joaoantoniocardoso/Arduino/hardware -tools /usr/share/arduino/tools-builder -tools /home/joaoantoniocardoso/.arduino15/packages -libraries /home/joaoantoniocardoso/Arduino/libraries -fqbn=MiniCore:avr:328:bootloader=uart0,variant=modelPB,BOD=2v7,LTO=Os,clock=16MHz_external -vid-pid=0403_6001 -ide-version=10809 -build-path /tmp/arduino_build_329111 -warnings=all -build-cache /tmp/arduino_cache_542887 -prefs=build.warn_data_percentage=75 -verbose /home/joaoantoniocardoso/Arduino/HelloWorld_Serial/HelloWorld_Serial.ino
/usr/share/arduino/arduino-builder -compile -logger=machine -hardware /usr/share/arduino/hardware -hardware /home/joaoantoniocardoso/.arduino15/packages -hardware /home/joaoantoniocardoso/Arduino/hardware -tools /usr/share/arduino/tools-builder -tools /home/joaoantoniocardoso/.arduino15/packages -libraries /home/joaoantoniocardoso/Arduino/libraries -fqbn=MiniCore:avr:328:bootloader=uart0,variant=modelPB,BOD=2v7,LTO=Os,clock=16MHz_external -vid-pid=0403_6001 -ide-version=10809 -build-path /tmp/arduino_build_329111 -warnings=all -build-cache /tmp/arduino_cache_542887 -prefs=build.warn_data_percentage=75 -verbose /home/joaoantoniocardoso/Arduino/HelloWorld_Serial/HelloWorld_Serial.ino
Using board '328' from platform in folder: /home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3
Using core 'MCUdude_corefiles' from platform in folder: /home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3
Detecting libraries used...
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328pb -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_ATmega328 -DARDUINO_ARCH_AVR -I/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/cores/MCUdude_corefiles -I/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/variants/pb-variant /tmp/arduino_build_329111/sketch/HelloWorld_Serial.ino.cpp -o /dev/null
Generating function prototypes...
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328pb -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_ATmega328 -DARDUINO_ARCH_AVR -I/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/cores/MCUdude_corefiles -I/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/variants/pb-variant /tmp/arduino_build_329111/sketch/HelloWorld_Serial.ino.cpp -o /tmp/arduino_build_329111/preproc/ctags_target_for_gcc_minus_e.cpp
/usr/bin/arduino-ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_329111/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -Wall -Wextra -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328pb -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_ATmega328 -DARDUINO_ARCH_AVR -I/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/cores/MCUdude_corefiles -I/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/variants/pb-variant /tmp/arduino_build_329111/sketch/HelloWorld_Serial.ino.cpp -o /tmp/arduino_build_329111/sketch/HelloWorld_Serial.ino.cpp.o
Compiling libraries...
Compiling core...
Using precompiled core: /tmp/arduino_cache_542887/core/core_bde136d512adbac2a0e4240b3321f46a.a
Linking everything together...
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-gcc -Wall -Wextra -Os -Wl,--gc-sections -mmcu=atmega328pb -o /tmp/arduino_build_329111/HelloWorld_Serial.ino.elf /tmp/arduino_build_329111/sketch/HelloWorld_Serial.ino.cpp.o /tmp/arduino_build_329111/../arduino_cache_542887/core/core_bde136d512adbac2a0e4240b3321f46a.a -L/tmp/arduino_build_329111 -lm
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /tmp/arduino_build_329111/HelloWorld_Serial.ino.elf /tmp/arduino_build_329111/HelloWorld_Serial.ino.eep
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-objcopy -O ihex -R .eeprom /tmp/arduino_build_329111/HelloWorld_Serial.ino.elf /tmp/arduino_build_329111/HelloWorld_Serial.ino.hex
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-size -A /tmp/arduino_build_329111/HelloWorld_Serial.ino.elf
Sketch uses 2038 bytes (6%) of program storage space. Maximum is 32256 bytes.
Global variables use 198 bytes (9%) of dynamic memory, leaving 1850 bytes for local variables. Maximum is 2048 bytes.
/home/joaoantoniocardoso/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude -C/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/avrdude.conf -v -patmega328pb -carduino -P/dev/ttyUSB0 -b115200 -D -Uflash:w:/tmp/arduino_build_329111/HelloWorld_Serial.ino.hex:i
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/home/joaoantoniocardoso/.arduino15/packages/MiniCore/hardware/avr/2.0.3/avrdude.conf"
User configuration file is "/home/joaoantoniocardoso/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyUSB0
Using Programmer : arduino
Overriding Baud Rate : 115200
AVR Part : ATmega328PB
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
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 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
Programmer Type : Arduino
Description : Arduino
Hardware Version: 3
Firmware Version: 8.0
Vtarget : 0.3 V
Varef : 0.3 V
Oscillator : 28.800 kHz
SCK period : 3.3 us
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e9516 (probably m328pb)
avrdude: reading input file "/tmp/arduino_build_329111/HelloWorld_Serial.ino.hex"
avrdude: writing flash (2038 bytes):
Writing | ################################################## | 100% 0.64s
avrdude: 2038 bytes of flash written
avrdude: verifying flash memory against /tmp/arduino_build_329111/HelloWorld_Serial.ino.hex:
avrdude: load data flash data from input file /tmp/arduino_build_329111/HelloWorld_Serial.ino.hex:
avrdude: input file /tmp/arduino_build_329111/HelloWorld_Serial.ino.hex contains 2038 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.69s
avrdude: verifying ...
avrdude: 2038 bytes of flash verified
avrdude done. Thank you.