2017年2月14日火曜日

avrdude: no programmer has been specified on the command line or the config file

概要

Arduino Pro mini にスケッチを書き込もうとしたら急にタイトルのエラーが発生しスケッチがうまく書き込めなくなりました

avrdude: no programmer has been specified on the command line or the config file
         Specify a programmer using the -c option and try again

対処できたので方法を紹介します

環境

  • Arduino IDE 1.6.7
  • Mac OS X 10.11.5
  • Arduino Pro mini (5V 16MHz)

対処方法

Arduino IDE を 1.6.9 にアップデートしました (2016/06/15 時点で最新)

https://www.arduino.cc/en/Main/Donate

から Zip ファイル (arduino-1.6.9-macosx.zip) をダウンロードし展開します
その中に入っている「Arduino.app」をアプリケーション配下にコピーします
既存の Arduino.app がある場合は上書きしちゃって OK です

で再度 Arduino IDE を開いてスケッチを書き込んだらうまくいきました

参考サイト

0 件のコメント:

コメントを投稿