URL:
  <http://savannah.nongnu.org/bugs/?34027>

                 Summary: avrdude AT90S1200 Problem
                 Project: AVR Downloader/UploaDEr
            Submitted by: kyriako
            Submitted on: Di 16 Aug 2011 19:18:17 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: kyriako
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hello avrdude,
I wanted to use avrdude for programming older AVR types, especially
AT90S1200.
For testing the installation, I wrote a "blink test" program.
Download:http://home.arcor.de/guentermeinel/div/blinktest.zip 
and tried two ISP-programmers:
1. avrispmkII:
avrdude.exe -p 1200 -c avrispmkII -P usb -U flash:w:BlinkTest.hex:i -F
2. siprog:
avrdude.exe -p 1200 -c siprog -P com1 -U flash:w:BlinkTest.hex:i -F

With both programmers, the same error occured:
avrdude.exe: verifying ...
avrdude.exe: verification error, first mismatch at byte 0x0017
             0xcf != 0xc9
avrdude.exe: verification error; content mismatch

I don't have an avrdude version number, but the first line of the config file
is:
# $Id: avrdude.conf.in 916 2010-01-15 16:36:13Z joerg_wunsch $

Besides that, I have the impression that the program destroyed the device
signature:
avrdude.exe: Device signature = 0x009001
avrdude.exe: Expected signature for AT90S1200 is 1E 90 01

I tried three chips with the same result.
Other chips, like AT90S2313 and ATtiny2313 were programmed correctly.

With "PonyProg2000", the AT90S1200-programming worked well.
My OS is Windows XP. The libusb-driver installation is
libusb-win32-bin-1.2.5.0

Regards
Kyriako.








    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?34027>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/


_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to