jam1
Posts: 47
Joined: Tue Oct 21, 2014 5:51 pm

How to set a programming Port (-P) on Arduino IDE?

Thu Dec 25, 2014 3:47 pm

Hi,
I found a linuxspi programmer for arduino. It works very well with the command line avrdude but I cannot find a way to specify the Port parameter for the Arduino IDE. I try into avrdude.conf, parameters.txt, avrducerc, to no avail. The port is /dev/spidev.0.0 .

I would like to see at the end of the uploading:

avrdude -c linuxspi -P /dev/spidev0.0 ........

Now, only (-c liniuxspi) is shown.
Is there a way to specify the port for Arduino IDE?

Return to “General discussion”