
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x4b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x4b
보드에 업로딩중에 문제 발생. 다음을 참고하세요. http://www.arduino.cc/en/Guide/Troubleshooting#upload
비슷하게 검색한 결과
이 사이트의 수박썜 이라는 사람이 답변한 글에
1. 혹시 FTDI드라이버를 설치하지 않으셨다면 아래 링크에 따라 설치해 보세요.
FTDI드라이버 설치하기 - http://kocoafab.cc/tutorial/view/489
2. 아두이노 스케치에서 도구 - 시리얼 포트에 가서 아두이노가 연결된 포트가 제대로 선택되었는지 확인해 보세요.
보통은 아두이노 하나만 연결할 경우 아두이노와 연결된 포트 하나만 생기지만
간혹 컴퓨터에 따라 COM1, COM3, COM4 등으로 이렇게 여러가지가 있을 수 있는데
오렌지 보드가 아닌 다른 포트를 잡고 있을 경우 이런 에러가 생길 수 있습니다.
하라고 했는데 그럼에도 불구하고 문제가 생겼읍니다.
1번 따라서 그대로 설치하였고,
2번 따라서 포트를 확인한 결과 1번과 4번 포트밖에 없는데 1번 포트는 애초에 정보를 얻을 수 없다고 나오고
4번은 알 수 없는 보드라고 나오면서도 업로드가 안됩니다.
|