Using USB-ISP Prog to burn bootloader ???

Hi Guys

I have a USB-ISP programmer from EMBUD and I'm trying to burn a boot loader int omy clone ATmega328P chip.

Is there any way that I can use this programmer to burn the bootloader ?

It is not clear if the EMBUD USB-ISP Programmer emulates any of the programmers supported by the Arduino IDE. I would try using it as a USBasp or USBtiny.

Unfortunately I tried both option and none worked for me.

tolisn63:
Unfortunately I tried both option and none worked for me.

Do we get to see any wiring diagrams, error messages or anything useful like that?

The USB-ISP programmer form EMBUD, uses drivers from FTDI. It does not require LIBUSB.

http://avrhelp.mcselec.com/index.html?libusb.htm

Only reference I could find in quick search.

Ray