alishahbaz111 / open-evse

Automatically exported from code.google.com/p/open-evse
0 stars 1 forks source link

V4: Unable to upload firmware #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SYMPTOMS/ENVIRONMENT:
When attempting to upload the open_evse.pde to an open-evse V4 board (from OSH 
PARK direct purchase) with the Arduino IDE and a USBtinyISP, the following 
avrdude error occurs:
"initialization failed, rc=-1"

ISSUE:
It appears that the "RST" trace from pin 5 of the ISP1 header (J1) to pin 1 of 
IC1 is missing.  This was evident in the board file: "Open EVSEv4.brd" and may 
have occurred because of the label mismatch (RST vs RESET) in the schematic: 
"Open EVSEv4.sch".

WORKAROUND:
After adding a jumper in place of the missing trace, upload was successful.

Original issue reported on code.google.com by tracyand...@gmail.com on 10 Mar 2013 at 6:13

GoogleCodeExporter commented 8 years ago
Thanks for the workaround! I have been pulling my hair out trying to figure out 
why my uploads keep failing. I'll go try this right away...

Original comment by mrpilot...@gmail.com on 15 Mar 2013 at 2:41

GoogleCodeExporter commented 8 years ago
Forgot to mention for the benefit of others: My workaround was to pull the chip 
and program it directly in my Dragon programmer's prototyping area. This isn't 
an option if you are using USBTiny or AVRISP. 

Original comment by mrpilot...@gmail.com on 15 Mar 2013 at 2:47

GoogleCodeExporter commented 8 years ago
The OpenEVSE DIY Thru-hole V4 board and schematic have been depreciated and 
replaced by the V4.2 board and schematic which corrects the issue.

Original comment by artgeck...@gmail.com on 13 Apr 2013 at 5:36