avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] JTAGICE MKII very slow under Ubuntu Linux 9.04


From: Markus Schulz
Subject: [avrdude-dev] JTAGICE MKII very slow under Ubuntu Linux 9.04
Date: Fri, 07 Aug 2009 21:58:40 -0400
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Hello,

I guess everything is working, but very slow... if I boot up windows and
use AVR STUDIO it is very fast... any ides how to make this faster under
Ubuntu 9.04? By the way I tried to install the 5.8 version deb file form
Ubuntu Karmic, but than I get this RSP_ILLEGAL_EMULATOR_MODE error and
nothing works. I also tried to compile the latest version my self, but I
only get this error, see very bottom.

Thanks,
Markus Schulz

Here is my console output

address@hidden:~/avr/HIDKeys.2007-03-29_change$ avrdude -U HIDKeys.hex -c
jtag2isp -p 2313 -P usb -D

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.15s

avrdude: Device signature = 0x1e9101
avrdude: current erase-rewrite cycle count is 2147483647 (if being tracked)
avrdude: reading input file "HIDKeys.hex"
avrdude: input file HIDKeys.hex auto detected as Intel Hex
avrdude: writing flash (1866 bytes):

Writing | ################################################## | 100% 284.16s

avrdude: 1866 bytes of flash written
avrdude: verifying flash memory against HIDKeys.hex:
avrdude: load data flash data from input file HIDKeys.hex:
avrdude: input file HIDKeys.hex auto detected as Intel Hex
avrdude: input file HIDKeys.hex contains 1866 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 95.08s

avrdude: verifying ...
avrdude: 1866 bytes of flash verified

avrdude done.  Thank you.

address@hidden:~/avr/HIDKeys.2007-03-29_change$ avrdude -vv

avrdude: Version 5.8, compiled on Jul 20 2009 at 14:56:17
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

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


avrdude: no programmer has been specified on the command line or the
config file
         Specify a programmer using the -c option and try again



And here is my make output:

address@hidden:~/Desktop/downloads/avrdude-5.8$ make
make  all-recursive
make[1]: Entering directory `/home/markus/Desktop/downloads/avrdude-5.8'
make[2]: Entering directory `/home/markus/Desktop/downloads/avrdude-5.8'
/bin/bash ./ylwrap config_gram.y y.tab.c config_gram.c y.tab.h
config_gram.h y.output config_gram.output -- bison -y  -d
updating config_gram.h
gcc -DHAVE_CONFIG_H -I.  -DCONFIG_DIR=\"/usr/local/etc\"  -Wall -g -O2
-MT libavrdude_a-config_gram.o -MD -MP -MF
.deps/libavrdude_a-config_gram.Tpo -c -o libavrdude_a-config_gram.o
`test -f 'config_gram.c' || echo './'`config_gram.c
config_gram.y: In function ‘parse_cmdbits’:
config_gram.y:1373: warning: ‘brkt’ may be used uninitialized in this
function
mv -f .deps/libavrdude_a-config_gram.Tpo .deps/libavrdude_a-config_gram.Po
/bin/bash ./ylwrap lexer.l .c lexer.c -- :
make[2]: *** [lexer.c] Error 1
make[2]: Leaving directory `/home/markus/Desktop/downloads/avrdude-5.8'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/markus/Desktop/downloads/avrdude-5.8'
make: *** [all] Error 2





reply via email to

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