2016-07-25 6 views
0

私は中国の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. 

は、私はすでに試してください:

  1. チェックケーブルおよび/またはコネクタの場合は持っていません

    sudo avrdude -v -v -v -v -c avrisp -p m328p -P /dev/ttyUSB0 
    

    私はこの結果を得ますマイクロカット;

  2. RXとTXのピンを確認してください。
  3. アップロード中にボード上のリセットボタン。
  4. http://playground.arduino.cc/Linux/Ubuntuに記載されているすべての手順に従ってください。

このエラーを修正するお手伝いをしてもらえますか?

PS:私のボードはこのようなものですone

+0

4の下で、sudo usermod -aG dialout 'を実行してログアウトし、ログイン(または再起動)しましたか?また:あなたはどのようにavrdudeをインストールしましたか? apt?ソースからコンパイル?ダウンロードされたバイナリ? (私は 'システム全体の設定ファイルが" /etc/avrdude.conf "であると考えています) – showp1984

+0

こんにちはshowp1984、 ありがとうございました。説明したテストでsudo usermod -aGダイヤルアウトというコマンドを実行しました。 avrdudeはapt-getによってインストールされました。あなたは私にこの問題を解決する助けとなる考えがありますか? よろしくお願いします。 Ricardo –

+0

実際のユーザー名に「」を使用しましたか? :)また、Arduinoは動作していますか? Arduino IDEで点滅しますか? – showp1984

答えて

0

-c arduinoを使用すると、DTRをトグルしてMCUを再起動し、ブートローダを数秒間起動します。

BTW:リセットボタンは、再試行の直前にほとんど正確に押さなければならず、聞こえるほど簡単ではありません。

+0

こんにちはKIIV、 ありがとうございました。 'avrdude:Send:0 [30] [20] avrdude:ser_recv():プログラマが応答していません avrdude:stk500_recv():プログラマ応答していません ' この問題を解決するためのお手伝いはありますか? よろしくお願いいたします。 リカルド –

関連する問題