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?