Your message dated Sun, 7 Sep 2014 14:45:04 +0900
with message-id <[email protected]>
and subject line At least, 6.1 fixed this bug, let's close bug
has caused the Debian Bug report #637909,
regarding support for atmega48p/pa is missing
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
637909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637909
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: avrdude
Version: 5.10-3
Severity: minor
Tags: upstream
$ avrdude -p atmega48 -P /dev/parport0 -c pony-stk200 -E noreset -U
flash:r:/tmp/test.hex
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e920a
avrdude: Expected signature for ATMEGA48 is 1E 92 05
Double check chip, or use -F to override this check.
avrdude done. Thank you.
See also http://stackoverflow.com/questions/3338285/avrdude-and-atmega48pa
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages avrdude depends on:
ii libc6 2.13-7 Embedded GNU C Library: Shared lib
ii libncurses5 5.7+20100313-2 shared libraries for terminal hand
ii libreadline6 6.0-5 GNU readline and history libraries
ii libusb-0.1-4 2:0.1.12-13 userspace USB programming library
avrdude recommends no packages.
Versions of packages avrdude suggests:
ii avrdude-doc 5.10-3 documentation for avrdude
-- no debconf information
--- End Message ---
--- Begin Message ---
control: fixed -1 6.0.1-1
control: notfound -1 6.0.1-1
control: notfound -1 6.1-1
thanks
Hi,
I checked situation under the new testing / unstable for avrdude.
$ grep -i -e 'atmega48' /etc/avrdude.conf
#define ATMEGA48 0x59
# ATmega48
desc = "ATmega48";
# ATmega48P
desc = "ATmega48P";
$ dpkg -l avrdude
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii avrdude 6.1-1 amd64 software for programming Atmel AV
Upstream NEWS for 6.0 release has:
* New devices supported:
- ATmega48P (patch #7629 add support for atmega48p)
- AT90PWM316 (bug #21797: AT90PWM316: New part description)
- ATxmega16D4, ATxmega32D4, ATxmega64D4, ATxmega128D4
- ATmega256RFR2, ATmega128RFR2, ATmega64RFR2, ATmega2564RFR2,
ATmega1284RFR2, ATmega644RFR2
- ATtiny1634
- ATxmega128A1U, ATxmega128A3U, ATxmega128A4U, ATxmega128B1,
ATxmega128B3, ATxmega128C3, ATxmega128D3, ATxmega16A4U,
ATxmega16C4, ATxmega192A3U, ATxmega192C3, ATxmega192D3,
ATxmega256A3BU, ATxmega256A3U, ATxmega256C3, ATxmega256D3,
ATxmega32A4U, ATxmega32C4, ATxmega384C3, ATxmega384D3,
ATxmega64A1U, ATxmega64A3U, ATxmega64A4U, ATxmega64B1,
ATxmega64B3, ATxmega64C3, ATxmega64D3
- ATtiny43U
- ATmega406
- ATxmega8E5, ATxmega16E5, ATxmega32E5
- ATtiny20, ATtiny40
So this is done for good.
Regards,
Osamu
--- End Message ---