정보나눔

오픈소스하드웨어 프로젝트에 대한 다양한 정보를 나누는 공간입니다.

아두이노 따라하기(p29)_blink 컴파일 오류
오선경 | 2015-12-16

안녕하세요, 반갑습니다.

사물인터넷을 위한 아두이노 따라하기 학습가이드를 사서 막 따라 하려고 합니다.

그런데 오렌지보드에 blink 예제 파일을 업로드 시켰는데 에러가 났습니다.

아래는 오류메세지를 복사한 것입니다.

어떻게 해결해야 하나요?

------------------------------------------------------------------------------------------------

아두이노:1.6.6 (Windows 7), 보드:"Arduino/Genuino Uno"

스케치는 프로그램 저장 공간 (3%) 중 1,030 바이트를 사용. 최대 32,256 바이트.
전역 변수는 (0%)의 동적 메모리중 9바이트를 사용, 2,039바이트의 지역변수가 남은. 최대는 2,048 바이트.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
보드에 업로딩중에 문제 발생. 다음을  참고하세요. http://www.arduino.cc/en/Guide/Troubleshooting#upload
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xba

  이 리포트는 많은 정보를 포함합니다
  "컴파일하는 동안 상세 출력 보이기"
  파일 > 설정에 사용가능하게 됨

이전글   |    네오픽셀 질문 2015-12-16
다음글   |    초음파센서 2015-12-18