Re: avr

2011-09-21 Thread Daniel Gruber
Hi Igor, > May someone tell me how to program Atmega through usb using FDTI? Not exactly an OpenBSD related question, but the easiest way is to burn a serial bootloader (e.g. the Arduino bootloader) onto the AVR and use avrdude in serial mode to upload your firmware. FTDI bitbang also works, bu

Re: avr

2011-09-20 Thread Fred Crowson
On 18 September 2011 15:37, igor denisov wrote: > Hello there, > > May someone tell me how to program Atmega through usb using FDTI? > No, but avr tools are in ports [1] and work well on OpenBSD. hth Fred [1] grep " avr" index.txt -rw-r--r-- 1 276 1254625119 Aug 16 01:30:08 2011 avr-binu

Re: avr

2011-09-18 Thread ropers
On 18 September 2011 16:37, igor denisov wrote: > Hello there, > > May someone tell me how to program Atmega through usb using FDTI? I don't have the final answer, but maybe this will help someone: You probably mean FTDI, not FDTI. I presume you are looking for a way to use the FTDI chip bitbang