SFS to use the Arduino and Wiring platform in Puppy Linux

Talk about and post software packages known to work or packaged for Puppy.
Post Reply
Message
Author
sternenstaub
Posts: 6
Joined: Mon 16 May 2011, 19:04
Location: Austria

SFS to use the Arduino and Wiring platform in Puppy Linux

#1 Post by sternenstaub »

I have made an .sfs for using the arduino and wiring boards with puppy.
I have tested it with 4.3 and 5.25. I hope is it useful for someone.
In the sfs is the avr-gcc toolchain, avrdude, java and cutecom which is very useful to communicate with the boards.

You can download the sfs here(97MB): http://www.file-upload.net/download-343 ... 7.sfs.html

Informations about arduino: www.arduino.cc
Informations about wiring: http://wiring.org.co

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#2 Post by GustavoYz »

Hi, thanks for the upload.
Have you seen this post?
8)

sternenstaub
Posts: 6
Joined: Mon 16 May 2011, 19:04
Location: Austria

#3 Post by sternenstaub »

Thanks, i have not seen this before.
My solution was very easy, because in the wiring software packages is most of the software included (AVR, AVRDUDE, JAVA). So i only have to place the folders on the right place that Arduino can use it also.

I was not able to set the path permanent to an additional folder. My solution was to bring the folder to a place where a path exists.

Can anyone say me how is it possible to add an path permanently?

Thanks

Master_wrong
Posts: 452
Joined: Thu 20 Mar 2008, 01:48

#4 Post by Master_wrong »

Can anyone say me how is it possible to add an path permanently?

http://www.linuxheadquarters.com/howto/basic/path.shtml

export PATH=$PATH:/usr/sbin/:/usr/local/bin

These commands can either be typed at the terminal each time you login, or you can add it to your .bashrc for bash shell or .cshrc for csh or tcsh so that each time you login, the PATH is already set. The $PATH means to keep the existing PATH and then append it with the other directories listed. This is helpful if a directory is set in the PATH by the System Administrator for everyone.
Cluster-Pup v.2-Puppy Beowulf Cluster
[url]http://www.murga-linux.com/puppy/viewtopic.php?p=499199#499199[/url]

Post Reply