Review All Gadget, Samsung Galaxy Note, Firmware/ Flash File, Auto Forward, Transfer from Note 7 to Computer/Mac, Transfer Data Contacts from HTC to Samsung, Chimera Tool Samsung

Minggu, 15 Juli 2012

Install Arduino on Linux Mint 13

Install Arduino on Linux Mint 13 - do you know that every day there are new gadgets that are created, every gadget has its own way to use it, in blogs Review All Gadget we are reviewing gadgets from various brands ranging from spec, price and how to use the feature, now we are discussing iformasi that you are looking for Install Arduino on Linux Mint 13 this information we collect from many reliable sources so that complete for you. please see.

Articles : Install Arduino on Linux Mint 13
full Link : Install Arduino on Linux Mint 13

You can also see our article on:


Install Arduino on Linux Mint 13



TRY THIS CODE
Downloaded version 0022 from:
  http://arduino.cc/en/Main/Software
  // it downloaded to my /home/mark/Downloads directory

// open terminal from Linux mint menu
Applications->Accessories->Terminal

// go to downloads directory
cd ~/Downloads

// untar the downloaded file
tar -vxzf arduino-0022.tgz

// change directory to replace librxtxSerial library    
cd arduino-0022/lib

// backup original lib
mv librxtxSerial.so librxtxSerial.so.orig

//find librxtxSerial library that works for this system
find / -ls 2>&1 | grep -i librxtxSerial

if librxtSerial library is not found somewhere in a /usr/lib subdirectory
  //  this will require root  password
 sudo apt-get install arduino
 // rerun the find command

else

// found it in /usr/lib/jni
// copy it to arduino-0022/lib directory
cp /usr/lib/jni/librxtxSerial.so .

// go up one directory
cd ..                            

// exec arduino software
./arduino




THE HARD WAY
tip1: if for some reason openJDK doesn't work for you, try the oracle JRE: http://www.java.com
  • it is HIGHLY recommended to use arduino IDE 1.0.1, because it use an internal pre-build gcc compiler. This exclude all tool-chain problem, or at least guarantee we all have the same problem.
tip2: if you stll want to use older IDE Install avr-gcc (aka "gcc-avr"), avr-gcc-c++, avr-lib only if you plan to use the arduino-IDE PRIOR 1.0.1
tip3:older arduino board (like arduino 2009, mini, etc..) works perfectly on the IDE 1.0.1
  • Plug In your arduino.
  • if prior to arduino UNO you should find
    /dev/ttyUSBX
where X is a number that may vary.
if arduino UNO you should find
/dev/ttyACMX
where X is a number that may vary



information Install Arduino on Linux Mint 13 has been discussed

hopefully the information we provide with title Install Arduino on Linux Mint 13 can provide more benefits for you.

well this information Install Arduino on Linux Mint 13 we have finished, if you intend to bookmark or sharenya can use link https://almourasiloun2.blogspot.com/2012/07/install-arduino-on-linux-mint-13.html.

Tag :
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : Install Arduino on Linux Mint 13

0 komentar:

Posting Komentar