avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] AVR-GCC-list Digest, Vol 97, Issue 2


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] AVR-GCC-list Digest, Vol 97, Issue 2
Date: Mon, 11 Feb 2013 09:19:08 +0100 (MET)

Gerrit Bosch <address@hidden> wrote:

> Last question, can VTG be set only from AVR Studio, not with Avrdude
> or something else running on a Mac?

VTG can also be set through AVRDUDE, but only from "terminal mode"
(option -t).  As the startup will probe for a valid AVR ISP
connection, if you don't have a target connected to ISP (or if your
VTG is set to 0 for some reason so the target cannot respond), you
have to force it entering terminal mode by -F.

Once in terminal mode, use something like

vtarg 3

You should also be able to read out the current settings by

parms

If there's enough demand, it would perhaps also be possible to add a
commandline option for it (through the -x "extended options" feature),
but so far, nobody seemed to care much about it.
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



reply via email to

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