uisp-dev
[Top][All Lists]
Advanced

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

Re: [Uisp-dev] [bug #5307] uisp fails to enter programming mode on STK50


From: Theodore A. Roth
Subject: Re: [Uisp-dev] [bug #5307] uisp fails to enter programming mode on STK500
Date: Mon, 15 Sep 2003 08:55:30 -0700 (PDT)


On Mon, 15 Sep 2003 address@hidden wrote:

>
> =================== BUG #5307: LATEST MODIFICATIONS ==================
> http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=5307&group_id=2117
>
> Changes by: Anonymous user        Date: Mon 09/15/2003 at 06:04
>
> ------------------ Additional Follow-up Comments ----------------------------
> I'm sorry but the code was a little confusing due to mix of integer
> and hex presentation. The correct test code is:
>
> -----------------
>
>     for (i=0;i<(int)sizeof(EnterPgmMode_Reply);i++) {
>
>       printf("%x: %x = %xn", i, buf[i], EnterPgmMode_Reply[i]);
>
> -----------------
>
> and the printout is:
>
> -----------------
>
> prompt>/uisp -dprog=stk500 -dserial=/dev/ttyS0 -dpart=AT90S8515
> --erase --upload --verify if=rom.hex
>
> Firmware Version: 1.14
>
> 0: 14 = 14
>
> 1: 11 = 10
>
> Failed to enter programming mode.
>
> prompt>
>
> ------------------
>
>
>
> I'm sorry, hope I havent confused you to much.

Please run your uisp command with the -v=4 option and post output to
the uisp-dev list. Use uisp without your changes to avoid confusion.

Ted Roth




reply via email to

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