ep092 / arducam-osd

Automatically exported from code.google.com/p/arducam-osd
0 stars 0 forks source link

Firmware missing #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
Expected output id OSD :-) I see nothing :-(

What version of the product are you using? On what operating system?
minimOSD Version 1.0 on Windows 7

Please provide any additional information below.

Hi Guys! I'm having serious problems with flashing of the OSD. I've tried all 
day going from a working OSD v2.0 and getting the "Failed to talk to 
bootloader" to having no OSD.

I have a minimOSD v1.0
connected with six wiers to the
USBasp programmer.

I have installed the Arduino 1.0.5 - to get the bootloader
I have installed the AVRdudeGUI
I've made a "read FLASH" and "read EEPROM" in the AVR dudeGUI.
I have copied the bootloader to the AVRdude folder
I've made a batch file in the AVRdude folder going like this:
  avrdude -c usbasp -p m328p -U lfuse:w:0xFF:m  
  avrdude -c usbasp -p m328p -U hfuse:w:0xDA:m
  avrdude -c usbasp -p m328p -U efuse:w:0x05:m
  avrdude -c usbasp -p m328p -U flash:w:ATmegaBOOT_168_atmega328.hex

After that i get a red solid LED and a bright green flashing LED and of course 
no OSD firmware. I still get the "Failed to talk to bootloader" when connecting 
from "MinimOSD Config"

Original issue reported on code.google.com by MartinGornitzka on 23 May 2013 at 6:31

Attachments:

GoogleCodeExporter commented 9 years ago
Are you trying to connect to the "Config Tool" through a USBASP programmer?
After recording the bootloader you'll connect using an FTDI cable.

Original comment by sbeni...@gmail.com on 23 May 2013 at 8:11

GoogleCodeExporter commented 9 years ago
<i>Are you trying to connect to the "Config Tool" through a USBASP 
programmer?</i>
Yes

<i>After recording the bootloader you'll connect using an FTDI cable.</i>
I don't have a FTDI cable. Can't I use the USBasp programmer? Is there an other 
way than trough the FTDI cable?

Original comment by MartinGornitzka on 23 May 2013 at 8:30

GoogleCodeExporter commented 9 years ago
Now I've gotten the FTDI Cable.
How do I know if the bootloader is installed?

Original comment by MartinGornitzka on 13 Jun 2013 at 8:36