filyx20 | Posted: 28 Dec 2020, 04:42 PM |
---|---|
Member Posts: 1 Joined: 28-December 20 |
hey there, i was currious abbout updatting the firmware of the pressision clock. folowing the guide i connect the attiny 2313 to a usbasp using the pinnouts. i then run the avrdude code, but i end up having this result:[filyx20@DellBeast build]$ sudo avrdude -c usbasp -p t2313 -U flash:w:us_eastern.hex:i i then try again using the -F parameter but i get this result [filyx20@DellBeast build]$ sudo avrdude -c usbasp -p t2313 -F -U flash:w:us_eastern.hex:i i try to check if the chip still works but without any sucess, and tryig to see if the utc switch works (the reason why im updatting) it dosent. thanks for any help. ------------- |
[top] | |
mit | Posted: 28 Dec 2020, 08:00 PM |
yeah whatever Admin Posts: 566 Joined: 4-May 16 |
Hi, it's probably that something wasn't wired up correctly. I would recommend to never use -F, if it can't talk to the chip then forcing it to send commands won't work either. Are you sure the chip is powered? The USBASP programmer has a little header pin where you can set the voltage, should be set to 5V. ------------- |
[top] | |
Sign in to post a reply.