I am trying to setup (it's been a while...) the development environment, as follows:
I get all kinds of errors from Eclipse plugin when trying to load target hardware from MCU.
Has anyone here set this kind of system up??
AVRDUDE Documentation says:
Default Serial Port is /dev/ttyS0
But dmesg from my terminal says:
FTDI USB Serial Device converter now attached to ttyUSB0
I got a timeout error for /dev/ttyS0 so I changed the default port as follows:
avrdude -cjtag2 -P/dev/ttyUSB0
I still get the same timeout error:
avrdude: jtagmkII_getsync(): timeout/error communication with programmer (status -1)
Second - mikroElectronika forum POST
Third - AVRFreaks forum POST
Also followed this:
stackoverflow - 1
the answer by Katy Levinson
stackoverflow - 2
I have been reading about this for a month now and could not find an answer...
I have also posted the question on stackOverFlow - full question
A few snapshots attached...!
What am I doing wrong??
Is there a guide for such a setup??
Does anyone here find the problem???
Thanx.
Diff: