• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:ubuntuでarduinoをつかって遊んでみようと思い本を買い、さっ)

ubuntuでarduinoをつかって遊ぼう!

このQ&Aのポイント
  • ubuntuでarduinoをつかって遊ぼうと思ったけど、IDEのインストールが少し複雑。
  • 英語で書かれたサイトを見ても分からず、困っています。
  • どなたかlinuxにarduinoのIDEとドライバのインストール方法を教えていただけませんか?

質問者が選んだベストアンサー

  • ベストアンサー
  • cynthia4
  • ベストアンサー率51% (186/358)
回答No.1

質問した時点で半分くらい挫折とかの ツッコミは止めて >インストール方法を詳しく知っている方 別に知らなくても難しいとは思わないが 先ずこのページ http://www.arduino.cc/playground/Learning/Linux * sun's java runtime (JRE, package sun-java6-jre) * avr-gcc-c++ (Else you will get this error: Cannot run program "avr-g++":j ava.io.IOException:Error=2: No such file or directory) * avr-gcc (aka "gcc-avr"), version 4.3.2 or later o Version 4.3.0 has a major bug which affects multiplication of long int's. This is the default version in Ubuntu Intrepid (8.10). Check using "avr-gcc --version" and upgrade if necessary. o Versions prior to 4.3.0 do not support the ATmega328 (which comes on the Arduino Duemilanove). People running distributions like Hardy Heron (Ubuntu) or Etch (Debian) and previous will need to upgrade their version of avr-gcc. * avr-libc JRE の install は既知とする。 // 探せば、日本語で有るし、英語だからわからないと言っているし // JAVA_HOME の環境変数 と bin への PATH 設定 も必要 Ubuntu 10.04 で Synaptic で avr-libc に install の check を 入れると gcc-avr ,binutils-avr もcheck が入り install される。 apt なら $ sudo apt-get update $ sudo apt-get install avr-libc 次に http://www.arduino.cc/playground/Linux/Ubuntu $ sudo add-apt-repository ppa:arduino-ubuntu-team $ sudo apt-get update $ sudo apt-get install arduino 問題は USB-Serial Devices だが 特に何かしろとは書いてない。 $ sudo dmesg で、ftdi が有れば良い。 ftdi_sio 2-2:1.0: FTDI USB Serial Device converter detected または /dev/ttyUSB# が有れば良い?? しかし、このboard を持っていないので確認出来ません。 これは、最後の手段だと思われる。 kernel の再構築 を要求するのは、無理がある。 Kernel Configuration If you configured your own kernel, the driver is under "Device Drivers => USB Support => USB Serial Converter Support => USB FTDI Single Port Serial Driver", either select [Y], to have it "built in" to the kernel or [M] to have it built as a module. Dmesg then should show the device like this: ftdi_sio 2-2:1.0: FTDI USB Serial Device converter detected

その他の回答 (1)

回答No.2

ベストアンサーにしないと閉じられない仕組みなので、閉じるふん切りがつかなくてお困りでは無いですか? 皆さんの反応を試す為にストッパー用のアカウント作ってみました。 宜しければこれで閉じて下さい。 新しく質問を作りなおした方が回答が付く可能性も高いです。

関連するQ&A