[avrdude-dev] invalid pin definition - Configured as pin 12, but highest pin is 11.

2012-08-13 Thread Ing. Daniel Rozsnyó
Hi, I've just built the SVN version of avrdude and it has an issue with its own stock config file :) it says: $ /usr/bin/avrdude -p atmega2560 -c 2232HIO -P -V -E noreset avrdude: WARNING: -E option not supported by this programmer type avrdude invalid pin definition for pin ERRLED.

[avrdude-dev] Performance of programming via MPSEE

2012-08-13 Thread Ing. Daniel Rozsnyó
Hi, I finally get my onboard programming via FT2232HL to work (on previous 5.11 release, there was a random verification failure, todays svn is ok). But the performance is quite disappointing (112898 B data), comparing to my old parallel port approach it goes nearly at half of the speed:

[avrdude-dev] Windows avrdude issue - device not detected

2012-08-13 Thread Ing. Daniel Rozsnyó
Hi, I just got to another deal breaker bug :) When searching for the latest windows build of the avrdude, I've got to a patched version, which is supposed to support the FT2232 hardware. But on my installation, it has no go - the hardware is not detected by avrdude, but is shown by a

Re: [avrdude-dev] Windows avrdude issue - device not detected

2012-08-13 Thread Ing. Daniel Rozsnyó
Weisbach wrote: Am 13.08.2012 um 23:39 schrieb Ing. Daniel Rozsnyó: Where could be the problem? I don't see how this could be avrdude's fault. I believe the libftdi is too old and does not recognise you 2232H - it only knows 2232C/D devices. For those devices the Vendor and Product IDs

Re: [avrdude-dev] Windows avrdude issue - device not detected

2012-08-13 Thread Ing. Daniel Rozsnyó
the vid:pid being not found. Never seen a mention of that needed to be done. On 08/14/2012 12:54 AM, Ing. Daniel Rozsnyó wrote: Okay :) so being a hardcore Gentoo user, I am used to compiling... but how to make it on Windows.. thats different story. For the ones who attempt to get the same

[avrdude-dev] New FTDI device - a minimalistic FT230X

2012-09-22 Thread Ing. Daniel Rozsnyó
Hi all, had anybody tested a FT230X chip? It features a serial port + 4 pins usable as GPIO, would be nice to have support for that chip as it does everything what the bigger ones do, but this one is just QFN16 package. Is the GPIO support in FTDI devices hard to implement for new

Re: [avrdude-dev] new ISP programmer

2012-11-04 Thread Ing. Daniel Rozsnyó
Why not, it is not even half the price of an FT232 chip :) It has nice documentation, usually the USB devices are not described like that, rather a (closed source) driver library is supplied. Daniel On 11/04/2012 09:55 AM, Weddington, Eric wrote: A microchip device being used as an ISP for

Re: [avrdude-dev] Fwd: avrftdi

2012-11-27 Thread Ing. Daniel Rozsnyó
I think, that is not possible. It is not even possible to remap the signals to other pins, due to hardware acceleration by the MPSEE unit. Could you solve the problem in the hardware, by using a single invertor gate (e.g. in SOT23-5 package) ? BTW, which avr chip uses such a strange way of

[avrdude-dev] Remote programming

2013-02-17 Thread Ing. Daniel Rozsnyó
Is there any way to realise a remote programming with avrdude? Use case: our AVR device with a bootloader (emulating a programmer) will be connected to an ethernet-to-serial converter (well, one which operates over cellular network), so on the server side I need to connect to a specific TCP

Re: [avrdude-dev] avrftdi TPI support

2013-05-05 Thread Ing. Daniel Rozsnyó
Hi, could you please share a usable programmer definition? (I use a FT2232H minimodule by FTDI). Daniel On 05/02/2013 01:40 PM, Hannes Weisbach wrote: Hello, as of SVN r1156, avrftdi now supports TPI (and I hope I didn't break anything else in the process). I tested TPI support with all

Re: [avrdude-dev] PDI capable bitbang programmers?

2013-05-05 Thread Ing. Daniel Rozsnyó
On 05/05/2013 01:14 PM, Szymon Ulatowski wrote: On 05/05/2013 10:52 AM, Ing. Daniel Rozsnyó wrote: I have started to compare TPI and PDI - seems very similar. The TPI has a dedicated reset wire, so PDI looks like a subset of TPI, with no modification required. last year i considered

[avrdude-dev] JTAG ICE3 + XMEGA32A4U

2013-05-07 Thread Ing. Daniel Rozsnyó
So... where the error is? (i get different behavour depending on whether my board is connected) $ avrdude -p atxmega32a4 -c jtag3pdi -P usb avrdude: AVR device initialized and ready to accept instructions Reading || 0% 0.00savrdude: bad

Re: [avrdude-dev] XMEGA32A4U not supported?

2013-05-15 Thread Ing. Daniel Rozsnyó
Considering AVRDUDE, no difference. The part has even the same chip ID. Why is that possible?? But myself I found it hard to program any USB functionality without the proper register define / header files. I had to manually insert two USB interrupt handlers to have a stable system. If you

[avrdude-dev] Using a FT232HL in slow bitbang mode

2013-06-06 Thread Ing. Daniel Rozsnyó
Hi, how can I make use of pins AC3~AC7 on a FT232HL for bitbang programming an AVR? I naturally tried to count the pins in order AD0..AD7,AC0-AC9, but avrdude is complaining: $ avrdude -p atmega32 -c prob-hand -P usb -b 9600 avrdude: BUFF: Following pins are not valid pins for this

Re: [avrdude-dev] FT2232H-based programmers

2013-06-10 Thread Ing. Daniel Rozsnyó
On 06/10/2013 10:03 AM, Hannes Weisbach wrote: Am 09.06.2013 um 18:26 schrieb Дмитрий Головин: Hi, I saw avrdude 5.11 release with MPSSE support and thought it would be very fast. I ordered the FT2232H Mini-Module and now I received it. Having this tiny thing is cool, but I don't know

Re: [avrdude-dev] Using a FT232HL in slow bitbang mode

2013-06-15 Thread Ing. Daniel Rozsnyó
, currently only FT232R/FT245R are supported, for other chips one had to extend this module. René On 06.06.2013 21:44, Ing. Daniel Rozsnyó wrote: Hi, how can I make use of pins AC3~AC7 on a FT232HL for bitbang programming an AVR? I naturally tried to count the pins in order AD0..AD7,AC0-AC9

[avrdude-dev] Can't erase an ATmega644p

2013-06-25 Thread Ing. Daniel Rozsnyó
Hi, I am unable to work on a project which uses an ATmega644P part because avrdude behaves strange. 1) it wont exit after processing all operations, all the time I have to use Ctrl+C 2) it is not able to erase the chip: $ avrdude -p atmega644p -c usbmega-ft232rq -P usb -e -b 1200

[avrdude-dev] Can't erase an ATmega644p

2013-06-25 Thread Ing. Daniel Rozsnyó
Hi, I am unable to work on a project which uses an ATmega644P part because avrdude behaves strange. 1) it wont exit after processing all operations, all the time I have to use Ctrl+C 2) it is not able to erase the chip, but it is able to program it! (see the attachments) Any

[avrdude-dev] [patch] Typo fix in fuses report (for 6.1-svn-20130917)

2013-09-22 Thread Ing. Daniel Rozsnyó
Hi guys, I have tried out the latest avrdude: avrdude: Version 6.1-svn-20130917, compiled on Sep 22 2013 at 17:00:32 And without any -v I get this unexpected report (E-fuse is usually with low bit count): avrdude: safemode: Fuses OK (H:01, E:DC, L:E7) With -v the error is clear:

[avrdude-dev] ftdi_syncbb (FT232R): won't erase the (m88p) chip

2013-09-22 Thread Ing. Daniel Rozsnyó
Hello, is the fuse reading and programming too different from a chip erase ? I am having trouble flashing a ATmega88PA chip - lowering the bitrate does not help (anyway at 250400 it behaves realtime, at 9600 reading the fuses takes 10-15sec! And it still wont exit correctly): *$ avrdude -c

[avrdude-dev] [patch] FT245R correct reset (was Re: ftdi_syncbb (FT232R): won't erase the (m88p) chip)

2013-09-22 Thread Ing. Daniel Rozsnyó
was of no success - the timing does not reflect the datasheet of the cpu (20ms!) Patch attached. I'll also try to solve the last annoying bit - lockup after the command is done. Daniel On 09/22/2013 05:47 PM, Ing. Daniel Rozsnyó wrote: Hello, is the fuse reading and programming too different from

Re: [avrdude-dev] [patch] FT245R correct reset (was Re: ftdi_syncbb (FT232R): won't erase the (m88p) chip)

2013-09-22 Thread Ing. Daniel Rozsnyó
Actually, the SCK has to be set before powerup, so the new line goes before power setting :) Sorry, D. On 09/22/2013 08:13 PM, Ing. Daniel Rozsnyó wrote: I was quite impatient so I started debugging with adding printf() to the ft245 code... and found out that the reset is done wrong. So I

Re: [avrdude-dev] [bug #42480] 6.0.1 Text Fuses OK ... letters H and E swapped

2014-06-01 Thread Ing. Daniel Rozsnyó
In current SVN version my patch for this fix was included. http://savannah.nongnu.org/bugs/?40085 On 06/01/2014 09:21 AM, Rudolf Reuter wrote: URL: http://savannah.nongnu.org/bugs/?42480 Summary: 6.0.1 Text Fuses OK ... letters H and E swapped Project: