私は中国のArduino-Uno(Uno R3)をUbuntu 14.04に使用しようとしていますが、私はスケッチをアップロードできません。私は、コマンドを実行したUbuntu + UNO R3 - Avrdudeプログラマが応答していません
は:
avrdude: Version 6.0.1, compiled on Oct 21 2013 at 15:55:32
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/etc/avrdude.conf"
User configuration file is "/root/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyUSB0
Using Programmer : avrisp
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude done. Thank you.
は、私はすでに試してください:
- チェックケーブルおよび/またはコネクタの場合は持っていません
sudo avrdude -v -v -v -v -c avrisp -p m328p -P /dev/ttyUSB0
私はこの結果を得ますマイクロカット;
- RXとTXのピンを確認してください。
- アップロード中にボード上のリセットボタン。
- http://playground.arduino.cc/Linux/Ubuntuに記載されているすべての手順に従ってください。
このエラーを修正するお手伝いをしてもらえますか?
PS:私のボードはこのようなものですone。
4の下で、sudo usermod -aG dialout 'を実行してログアウトし、ログイン(または再起動)しましたか?また:あなたはどのようにavrdudeをインストールしましたか? apt?ソースからコンパイル?ダウンロードされたバイナリ? (私は 'システム全体の設定ファイルが" /etc/avrdude.conf "であると考えています) –
showp1984
こんにちはshowp1984、 ありがとうございました。説明したテストでsudo usermod -aGダイヤルアウトというコマンドを実行しました。 avrdudeはapt-getによってインストールされました。あなたは私にこの問題を解決する助けとなる考えがありますか? よろしくお願いします。 Ricardo –
実際のユーザー名に「」を使用しましたか? :)また、Arduinoは動作していますか? Arduino IDEで点滅しますか? –
showp1984