2. I'm running Ubuntu 11.10 on a Toshiba Satellite C650D laptop
3. I'm using avrdude for programming and attempting to program an atmega 16
4. This is the first time i've tried to talk to the chip
5. I will post pictures in the next couple days if required
I just finished building the USBtinyISP kit, and when i connect the programmer to the computer without a target connected
the greenlight turns on and avrdude detects the programmer with the following message:
- Code: Select all
awsheldo@awsheldo-Satellite-C650D:~$ avrdude -c usbtiny -p m16
avrdude: error: usbtiny_transmit: error sending control message: Operation not permitted
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: error: usbtiny_transmit: error sending control message: Operation not permitted
avrdude done. Thank you.
which makes sense since nothing is connected but,
Once, I plug the target into the programmer using the 6 pin header the greenlight turns off and when trying to talk to the chip
avrdude shows the following error message:
- Code: Select all
awsheldo@awsheldo-Satellite-C650D:~$ avrdude -c usbtiny -p m16
avrdude: Error: Could not find USBtiny device (0x1781/0xc9f)
avrdude done. Thank you.
If anyone could help try and help debug this problem that would be great.
Thanks in advance for any help
Alex

