uisp-dev
[Top][All Lists]
Advanced

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

[Uisp-dev] new --wr_lock option


From: Theodore A. Roth
Subject: [Uisp-dev] new --wr_lock option
Date: Mon, 3 Jun 2002 00:52:46 -0600 (MDT)

Hi,

I have just checked in the changes to implement the --wr_lock option. Give 
it a whirl and see if it wobbles.

Ted Roth

Here's a sample run:

  $ ./uisp -dprog=stk500 -dserial=/dev/stk500 -dpart=atmega128 --rd_fuses
  Atmel AVR ATmega128 is found.
  
  Fuse Low Byte      = 0xe1
  Fuse High Byte     = 0x19
  Fuse Extended Byte = 0xff
  Calibration Byte   = 0x00  --  Read Only
  Lock Bits          = 0xff
      BLB12 -> 1
      BLB11 -> 1
      BLB02 -> 1
      BLB01 -> 1
        LB2 -> 1
        LB1 -> 1
  
  $ ./uisp -dprog=stk500 -dserial=/dev/stk500 -dpart=atmega128 --wr_lock=0xf8
  Atmel AVR ATmega128 is found.
  
  Lock Bits set to 0xf8
  $ ./uisp -dprog=stk500 -dserial=/dev/stk500 -dpart=atmega128 --rd_fuses
  Atmel AVR ATmega128 is found.
  
  Fuse Low Byte      = 0xe1
  Fuse High Byte     = 0x19
  Fuse Extended Byte = 0xff
  Calibration Byte   = 0x00  --  Read Only
  Lock Bits          = 0xf8
      BLB12 -> 1
      BLB11 -> 1
      BLB02 -> 1
      BLB01 -> 0
        LB2 -> 0
        LB1 -> 0
  
  $ ./uisp -dprog=stk500 -dserial=/dev/stk500 -dpart=atmega128 --erase       
  Atmel AVR ATmega128 is found.
  $ ./uisp -dprog=stk500 -dserial=/dev/stk500 -dpart=atmega128 --rd_fuses
  Atmel AVR ATmega128 is found.
  
  Fuse Low Byte      = 0xe1
  Fuse High Byte     = 0x19
  Fuse Extended Byte = 0xff
  Calibration Byte   = 0x00  --  Read Only
  Lock Bits          = 0xff
      BLB12 -> 1
      BLB11 -> 1
      BLB02 -> 1
      BLB01 -> 1
        LB2 -> 1
        LB1 -> 1




reply via email to

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