Hi,
First and foremost - Great work on this excellent distro.
I'm not exactly an expert at anything so have been mudling through to try and build an embedded home automation system.
I started off with PiCorePlayer which is great, just a few too many tweaks tho so I decided to go back to basics - im a bit of a control freak.
Anyhow, I have got python and various 3rd party modules up and running and have got a good stable platform with my cloud-based control system linked to a python "node" on PCL and finally directing instruction to an atmega328p to read sensors, control RF, etc etc.
Now, I really would like to be able to update the MCU firmware "over the air" so to speak and for this I would like to use avrdude as a standalone package.
Now I have tried manually installing it, which after loading libusb-compat seems to allow it to run ok.
However I am getting the following error:
$ avrdude -C /etc/avrdude.conf -p atmega328p -P /dev/ttyAMA0 -c arduino -b 57600 -D -U flash:w:aiopi.hex:i
avrdude: error at line 610 of /etc/avrdude.conf: pin must be in the range 1-255
Would anyone be able to point me in the right direction or do me a massive favour and make a TCZ for me?
I don't need hand holding but some kind of guidance would be great.
TIA
Luke
update: I'm on 5.1.rc3 btw. Helps to give you all the right info