avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] Building Avrdude 5.0cvs on FreeBSD


From: User Tomdean
Subject: Re: [avrdude-dev] Building Avrdude 5.0cvs on FreeBSD
Date: Tue, 20 Sep 2005 01:25:45 -0700 (PDT)

I have it working.  The code I used was extracted from anoncvs.

I was using a broken avrdude.conf!

Thanks,
tomdean


./avrdude -v -v -p m16 -P /dev/cuaa0 -C ./avrdude.conf -c stk500v2 -t

avrdude: Version 5.0-BETAcvs
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

         System wide configuration file is "./avrdude.conf"
         User configuration file is "/home/tomdean/.avrduderc"
         User configuration file does not exist or is not a regular file, 
skipping

         Using Port            : /dev/cuaa0
         Using Programmer      : stk500v2
         AVR Part              : ATMEGA16
         Chip Erase delay      : 9000 us
         PAGEL                 : PD7
         BS2                   : PA0
         RESET disposition     : dedicated
         RETRY pulse           : SCK
         serial program mode   : yes
         parallel program mode : yes
         Timeout               : 200
         StabDelay             : 100
         CmdexeDelay           : 25
         SyncLoops             : 32
         ByteDelay             : 0
         PollIndex             : 3
         PollValue             : 0x53
         Memory Detail         :

                              Block Poll               Page                     
  Polled
       Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   
ReadBack
       ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- 
---------
       eeprom         4    10   128    0 no        512    4      0  9000  9000 
0xff 0xff
       flash         33     6   128    0 yes     16384  128    128  4500  4500 
0xff 0xff
       lock           0     0     0    0 no          1    0      0     0     0 
0x00 0x00
       lfuse          0     0     0    0 no          1    0      0     0     0 
0x00 0x00
       hfuse          0     0     0    0 no          1    0      0     0     0 
0x00 0x00
       signature      0     0     0    0 no          3    0      0     0     0 
0x00 0x00

         Programmer Type : STK500V2
         Description     : Atmel STK500 V2
         Hardware Version: 2
         Firmware Version: 2.0
         Topcard         : Unknown
         Vtarget         : 5.1 V
         Varef           : 5.0 V
         Oscillator      : 3.686 MHz
         SCK period      : 10.9 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.03s

avrdude: Device signature = 0x1e9403

avrdude: safemode: lfuse reads as E0
avrdude: safemode: hfuse reads as D9

avrdude: safemode is enabled, you will NOT be able to change the fuse bits. Use 
-u option to disable
avrdude> quit
>>> quit 
avrdude: safemode: lfuse reads as E0
avrdude: safemode: hfuse reads as D9
avrdude: safemode: Fuses OK
avrdude done.  Thank you.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]