< Home - < Back

uisp


Information about the package, uisp, which is shipped with common Linux distributions. The uisp package is designed for, Universal In-System Programmer for Atmel AVR and 8051.


Package Name:

uisp

Summary:

Universal In-System Programmer for Atmel AVR and 8051

Description:

Uisp is utility for downloading/uploading programs to AVR devices. Can also be used for some Atmel 8051 type devices. In addition, uisp can erase the device, write lock bits, verify and set the active segment. For use with the following hardware to program the devices: pavr http://avr.jpk.co.nz/pavr/pavr.html stk500 Atmel STK500 dapa Direct AVR Parallel Access stk200 Parallel Starter Kit STK200, STK300 abb Altera ByteBlasterMV Parallel Port Download Cable avrisp Atmel AVR ISP (?) bsd http://www.bsdhome.com/avrprog/ (parallel) fbprg http://ln.com.ua/~real/avreal/adapters.html (parallel) dt006 http://www.dontronics.com/dt006.html (parallel) dasa serial (RESET=RTS SCK=DTR MOSI=TXD MISO=CTS) dasa2 serial (RESET=!TXD SCK=RTS MOSI=DTR MISO=CTS)

Architecture:

x86_64

Version:

20050207

Release:

8.el6

Size:

57 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for uisp


Control the uisp package with the following handy commands outlined below.


Command

Description of Command

yum install uisp

This command will install uisp on the server.

yum remove uisp

This command will un-install uisp on the server. When you run this command, you will be asked if you are sure that you want to remove uisp, so you have to manually confirm that you want to do this.

yum -y remove uisp

This command will un-install uisp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove uisp when using the -y flag.

yum update uisp

This command will update uisp to the latest version. When you run this command, you will be asked if you are sure that you want to remove uisp, so you have to manually confirm that you want to do this.

yum -y update uisp

This command will update uisp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove uisp when using the -y flag.

yum info uisp

This command will show you core information about the uisp package.

yum deplist uisp

This command will show you the dependencies for uisp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update uisp

This command will check if there is an update waiting on uisp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.