Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- naresh@linaro:~/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest$ sudo make upload reset_stty
- -------------------------
- Arduino.mk Configuration:
- - [AUTODETECTED] CURRENT_OS = LINUX
- - [AUTODETECTED] ARDUINO_DIR = /usr/share/arduino
- - [COMPUTED] ARDMK_DIR = /usr/share/arduino (relative to Common.mk)
- - [AUTODETECTED] ARDUINO_VERSION = 105
- - [DEFAULT] ARCHITECTURE =
- - [DEFAULT] VENDOR = arduino
- - [DEFAULT] ARDUINO_SKETCHBOOK =
- - [BUNDLED] AVR_TOOLS_DIR = /usr/share/arduino/hardware/tools/avr (in Arduino distribution)
- - [COMPUTED] ARDUINO_LIB_PATH = /usr/share/arduino/libraries (from ARDUINO_DIR)
- - [COMPUTED] ARDUINO_VAR_PATH = /usr/share/arduino/hardware/arduino//variants (from ARDUINO_DIR)
- - [COMPUTED] BOARDS_TXT = /usr/share/arduino/hardware/arduino//boards.txt (from ARDUINO_DIR)
- - [DEFAULT] USER_LIB_PATH = /libraries (in user sketchbook)
- - [DEFAULT] PRE_BUILD_HOOK = pre-build-hook.sh
- - [DEFAULT] BOARD_TAG = uno
- - [COMPUTED] CORE = arduino (from build.core)
- - [COMPUTED] VARIANT = standard (from build.variant)
- - [COMPUTED] OBJDIR = build-uno (from BOARD_TAG)
- - [COMPUTED] ARDUINO_CORE_PATH = /usr/share/arduino/hardware/arduino//cores/arduino (from ARDUINO_DIR, BOARD_TAG and boards.txt)
- - [DETECTED] MONITOR_BAUDRATE = 9600 (in sketch)
- - [DEFAULT] OPTIMIZATION_LEVEL = s
- - [DEFAULT] MCU_FLAG_NAME = mmcu
- - [DEFAULT] CFLAGS_STD =
- - [DEFAULT] CXXFLAGS_STD =
- - [AUTODETECTED] DEVICE_PATH = /dev/ttyUSB0
- - [DEFAULT] FORCE_MONITOR_PORT =
- - [AUTODETECTED] Size utility: AVR-aware for enhanced output
- - [COMPUTED] BOOTLOADER_PARENT = /usr/share/arduino/hardware/arduino//bootloaders (from ARDUINO_DIR)
- - [COMPUTED] ARDMK_VERSION = 1.5
- - [COMPUTED] CC_VERSION = 4.9.2 (avr-gcc)
- -------------------------
- mkdir -p build-uno
- make reset
- make[1]: Entering directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
- /usr/bin/ard-reset-arduino /dev/ttyUSB0
- make[1]: Leaving directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
- make do_upload
- make[1]: Entering directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
- /usr/share/arduino/hardware/tools/avr/../avrdude -q -V -p atmega328p -C /usr/share/arduino/hardware/tools/avr/../avrdude.conf -D -c arduino -b 115200 -P /dev/ttyUSB0 \
- -U flash:w:build-uno/gpiotest.hex:i
- avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30
- avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
- avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
- avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
- avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
- avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
- avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
- avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
- avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
- avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20
- avrdude done. Thank you.
- Makefile:1416: recipe for target 'do_upload' failed
- make[1]: *** [do_upload] Error 1
- make[1]: Leaving directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
- Makefile:1408: recipe for target 'upload' failed
- make: *** [upload] Error 2
- naresh@linaro:~/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest$
Add Comment
Please, Sign In to add comment