arduino environment on the sharp netwalker

Posted by on 2010/06/26

The easy way is to upgrade to lucid or meerkat, install rxtx, avr-gcc, avr-libs, avrdude and the newest arduino and replace the .so files of rxtx with those of the armel package.

what worked for me (for the atmega328-based ardweeny kit)

1. compile, insmod, copy to /lib/modules and depmod for ftdi_sio

2. install the cross-compiler (avr-gcc and avr-libs) from 9.0.4 distro

3. install openjdk from 9.0.4 distro

4. force install newest avrdude from sid, ignore complains about some readline library missing

5. install rxtx, remove/rename the x86 lib/libSerial.so in arduino dist. directory

6. remove avrdude for x86 from hardware/tools directory and link the system avrdude

7. update system avrdude config to include atmega328 section from the arduino file

this configuration also works with the cli dev. setup as described here:

http://mjo.tc/atelier/2009/02/arduino-cli.html

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© Copyright simoivanov.com | Credits: Wordpress | Speckyboy