Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVR not responding #5

Open
tokio69 opened this issue Jun 28, 2018 · 3 comments
Open

AVR not responding #5

tokio69 opened this issue Jun 28, 2018 · 3 comments

Comments

@tokio69
Copy link

tokio69 commented Jun 28, 2018

Hello,
should this work also with a blank ATMega?
I have some fresh ones that have never been programmed before cause I don't have a programmer.
I followed the wiki and on the "make fuses" command I get this error :

_pi@raspberrypi:~/RasPagerC9000/software/atmega $ make fuses
sudo avrdude -C +./avrdude.conf -c raspberry_pi -p m8 -U lfuse:w:0xff:m -U hfuse:w:0xc9:m

avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.

avrdude done. Thank you.

Makefile:38: recipe for target 'fuses' failed
make: *** [fuses] Error 1_

@dh3wr
Copy link
Member

dh3wr commented Jun 29, 2018

Hi Tom,
Yes it should work. Try first make program and afterwards make fuses

@dh3wr
Copy link
Member

dh3wr commented Jun 29, 2018

If you still get the error, there is a wiring problem (not all ISP connections to ATMega ok?) Or some other service is accessing and thus blocking the GPIO-Lines.

@tokio69
Copy link
Author

tokio69 commented Jun 29, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants