uisp-dev
[Top][All Lists]
Advanced

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

Re: [Uisp-dev] Example command lines?


From: Theodore A. Roth
Subject: Re: [Uisp-dev] Example command lines?
Date: Mon, 16 Dec 2002 13:11:13 -0800 (PST)


On Mon, 16 Dec 2002, Bob Paddock wrote:

:)
:) I'm new to uisp.
:)
:) I have my STK500, with 90S8515 installed, connected to COM2 (tty1) on
:) my Linux box.
:)
:) Can you show me a few example command lines?  Might be good to put in
:) the documentation, FAQ, or man page.
:)
:) All I get is "command not found" with the things I've tried so far.
:)
:) I know the board works, as I can talk to it with AVR Studio.

What does your command line look like?

I use this command line for uploading programs to mega128 devices with
stk500:

  uisp -dprog=stk500 -dpart=atmega128 --erase --upload if=toggles.srec

This assumes that the stk500 is connected to the default port of /dev/avr
which looks like this on my system:

  $ ls -l /dev/avr
  lrwxrwxrwx    1 root     root       5 Jun 18 09:26 /dev/avr -> ttyS0

You could also at the -dserial=/dev/ttyS0 to avoid using the default.

The "command not found" is more likely coming from your shell saying that
it can't find uisp. Is directory you installed uisp into in your PATH?
Where did you install uisp?

Ted Roth




reply via email to

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