nareshkamboju

gpiotest

Apr 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. naresh@linaro:~/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest$ sudo make upload reset_stty
  2. -------------------------
  3. Arduino.mk Configuration:
  4. - [AUTODETECTED] CURRENT_OS = LINUX
  5. - [AUTODETECTED] ARDUINO_DIR = /usr/share/arduino
  6. - [COMPUTED] ARDMK_DIR = /usr/share/arduino (relative to Common.mk)
  7. - [AUTODETECTED] ARDUINO_VERSION = 105
  8. - [DEFAULT] ARCHITECTURE =
  9. - [DEFAULT] VENDOR = arduino
  10. - [DEFAULT] ARDUINO_SKETCHBOOK =
  11. - [BUNDLED] AVR_TOOLS_DIR = /usr/share/arduino/hardware/tools/avr (in Arduino distribution)
  12. - [COMPUTED] ARDUINO_LIB_PATH = /usr/share/arduino/libraries (from ARDUINO_DIR)
  13. - [COMPUTED] ARDUINO_VAR_PATH = /usr/share/arduino/hardware/arduino//variants (from ARDUINO_DIR)
  14. - [COMPUTED] BOARDS_TXT = /usr/share/arduino/hardware/arduino//boards.txt (from ARDUINO_DIR)
  15. - [DEFAULT] USER_LIB_PATH = /libraries (in user sketchbook)
  16. - [DEFAULT] PRE_BUILD_HOOK = pre-build-hook.sh
  17. - [DEFAULT] BOARD_TAG = uno
  18. - [COMPUTED] CORE = arduino (from build.core)
  19. - [COMPUTED] VARIANT = standard (from build.variant)
  20. - [COMPUTED] OBJDIR = build-uno (from BOARD_TAG)
  21. - [COMPUTED] ARDUINO_CORE_PATH = /usr/share/arduino/hardware/arduino//cores/arduino (from ARDUINO_DIR, BOARD_TAG and boards.txt)
  22. - [DETECTED] MONITOR_BAUDRATE = 9600 (in sketch)
  23. - [DEFAULT] OPTIMIZATION_LEVEL = s
  24. - [DEFAULT] MCU_FLAG_NAME = mmcu
  25. - [DEFAULT] CFLAGS_STD =
  26. - [DEFAULT] CXXFLAGS_STD =
  27. - [AUTODETECTED] DEVICE_PATH = /dev/ttyUSB0
  28. - [DEFAULT] FORCE_MONITOR_PORT =
  29. - [AUTODETECTED] Size utility: AVR-aware for enhanced output
  30. - [COMPUTED] BOOTLOADER_PARENT = /usr/share/arduino/hardware/arduino//bootloaders (from ARDUINO_DIR)
  31. - [COMPUTED] ARDMK_VERSION = 1.5
  32. - [COMPUTED] CC_VERSION = 4.9.2 (avr-gcc)
  33. -------------------------
  34. mkdir -p build-uno
  35. make reset
  36. make[1]: Entering directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
  37. /usr/bin/ard-reset-arduino /dev/ttyUSB0
  38. make[1]: Leaving directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
  39. make do_upload
  40. make[1]: Entering directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
  41. /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 \
  42. -U flash:w:build-uno/gpiotest.hex:i
  43. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30
  44. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
  45. avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
  46. avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
  47. avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
  48. avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
  49. avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
  50. avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
  51. avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
  52. avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20
  53.  
  54. avrdude done. Thank you.
  55.  
  56. Makefile:1416: recipe for target 'do_upload' failed
  57. make[1]: *** [do_upload] Error 1
  58. make[1]: Leaving directory '/home/naresh/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest'
  59. Makefile:1408: recipe for target 'upload' failed
  60. make: *** [upload] Error 2
  61. naresh@linaro:~/git-local/2017/I2C/96boards-lsexpansion-tests/gpiotest$
Add Comment
Please, Sign In to add comment