Hi,
I built up the AVR Doper circuit and it seems to be working. The only problem is that it takes a very long time to program a device. My experiments have seen it take 14 minutes to program and verify 75K bytes of code. This is about 200 bytes per second to program and 170 bytes per second to verify. My system is running avrdude 5.3.1 on Ubuntu linux V6.06. Has anyone seen better performance ?
Thanks
Avr Doper performance
Avr Doper performance
Hi,
Thank you for the response. Will checkout what you suggested today.
Best regards
Thank you for the response. Will checkout what you suggested today.
Best regards
Avr Doper performance
Hi,
I tracked down the problem. Looks like it is a issue with Ubuntu kernel version. I ran the Avrdude 5.3.1 on my laptop with Gentoo and programming took only 75 seconds and 71 seconds to verify. I scoped out the USB activity after issuing a "read eeprom 0 100" command in terminal mode of Avrdude. Ubuntu was using up 90% of the bus bandwidth while Gentoo was using up 12%. So it would definitely seem that this is a driver issue. I am planning to upgrade my Ubuntu system to 6.10 and will see if this improves.
Thanks for open sourcing the design
Best regards.
I tracked down the problem. Looks like it is a issue with Ubuntu kernel version. I ran the Avrdude 5.3.1 on my laptop with Gentoo and programming took only 75 seconds and 71 seconds to verify. I scoped out the USB activity after issuing a "read eeprom 0 100" command in terminal mode of Avrdude. Ubuntu was using up 90% of the bus bandwidth while Gentoo was using up 12%. So it would definitely seem that this is a driver issue. I am planning to upgrade my Ubuntu system to 6.10 and will see if this improves.
Thanks for open sourcing the design
Best regards.