정보나눔

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

갑자기 오류가 생기는데 왜 그런지 모르겠어요 ㅠ
김해성 | 2017-01-04

업로드가 잘 되고 있었는데 어느 순간부터 안되기 시작하더라구요...이런 오류가 뜨는데 어떻게 해야할지 모르겠습니다.

 

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

프로필사진

Klant 2017-01-04 13:18:47

위와 같은 에러는 PC에서 오렌지보드 쪽으로 데이터 전송을 하지 못해서 발생되는 오류라고 생각됩니다. 

 

해당 에러 메세지로는 정확히 어떤 것이 원인인지 파악할 수는 없으나 주로 아래와 같은 원인을 의심해 볼 수 있습니다. 

 

1. PC에서 comport 설정이 제대로 이뤄지지 않았을 경우

2. IDE에서 comport 선택을 제대로 하지 않았을 경우

3. 아두이노의 0번, 1번 핀에 어떠한 소자를 연결했을 경우(0번, 1핀을 사용할 경우)

 

위 사항들을 다시 한 번 검토해보세요! ;)

이전글   |    에러좀요 2017-01-02
다음글   |    esp 12e // 안드로이드 어플 연동 질문 입니다.... 2017-01-05