Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cdk-avr-tools-6.0-20060610 RPM for i586

From SourceForge / c / cd / cdk4avr

Name: cdk-avr-tools Distribution: CDK4AVR
Version: 6.0 Vendor: Li-Pro.Net
Release: 20060610 Build date: Fri Jun 16 00:43:19 2006
Group: Development/CDK4AVR/misc Build host: euryale.gorgonen.de
Size: 5080413 Source RPM: cdk-avr-tools-6.0-20060610.src.rpm
Packager: Stephan Linz <linz@li-pro.net>
Url: http://cdk4avr.sourceforge.net
Summary: CDK4AVR -- usefull tools
CDK4AVR stands for Cross Development Kit for Atmels AVR RISC processor serie
and should you support with a comprehensive Assembler and C development
environment for even this processor familie under Linux. It will present only
free of fee tools, so you can use it without risks. Further you will finde
some useful OS projects and related sample code all arround AVRs inside of
the example packages.

Til now there are the following packages available:

   * see cdk-avr-base package



This is a collection of some usefull tools and utilities. For more see below.



===========================================================================
The SRecord package is a collection of powerful tools for manipulating
EPROM load files.

* The SRecord package understands a number of file formats: Motorola
  S-Record, Intel, Tektronix, Binary.  These file formats may be read
  and written.  Also C array definitions, for output only.

* The SRecord package has a number of tools: srec_cat for copying and
  and converting files, srec_cmp for comparing files and srec_info for
  printing summaries.

* The SRecord package has a number for filters: checksum to add checksums
  to the data, crop to keep address ranges, exclude to remove address
  ranges, fill to plug holes in the data, length to insert the data
  length, maximum to insert the data address maximum, minimum to insert
  the data address minimum, offset to adjust addresses, and split for
  wide data buses and memory striping.

More than one filter may be applied to each input file.  Different filters
may be applied to each input file.  All filters may be applied to all
file formats.

It comes from:

   * http://srecord.sourceforge.net



===========================================================================
bin2hex converts raw binaries into Intel hex format usual needed by
Flash/(E)EPROM device programmers.

It comes from:

   * http://web51.hw-server.com/



===========================================================================
Hex2Bin converts Intel/Motorola hex files usualy generated by assemblers
into raw binary. The conversion does minimal error checking since many hex
files are generated by known good assemblers.

It comes from:

   * ftp://ftp.metalab.unc.edu/pub/Linux/devel/lang/assemblers/



===========================================================================
GENtoHEX
--------
This program is a part of the AVR programmer software project.

It converts Atmel GENERIC files to Intel HEX format. This part is used by
the AVRprog frontend to support Intel HEX files as output.

Syntax: GENtoHEX [<options>] <GENERIC file> <HEX file>

For supported options look at the 'README' file in the appropriate version
directory.

It comes from:

   * http://avr.fenceline.de/AVR_home_english/converter/converter.html



===========================================================================
HEXtoGEN
--------
This program is a part of the AVR programmer software project.

It converts Intel HEX files to Atmel GENERIC format. This part is used by
the AVRprog frontend to support Intel HEX files as input.

Syntax: HEXtoGEN [<options>] <HEX file> <GENERIC file>

For supported options look at the 'README' file in the appropriate version
directory.

It comes from:

   * http://avr.fenceline.de/AVR_home_english/converter/converter.html



===========================================================================
HexModify
---------
HexModify is a program that can modify bytes intel hex files, we use it to
give unique serial numbers to software in embedded systems.

It comes from:

   * http://members.lycos.nl/dpruimboom/index.html



===========================================================================
Hexdmup is a simple program for dumping binary files in hexadecimal format.
It provides both hexadecimal and ascii columns.

It comes from:

   * http://www.canb.auug.org.au/~millerp/hexdump.html



===========================================================================
avr2iar and iar2avr are converters between the two different assambly
language syntaxes of Atmels AVR assembler and IAR assembler for AVR. Both
tools read from stdin and write to stdout.

It comes from:

   * SORRY I DON'T KNOW ANY MORE :-(



===========================================================================
JTAG Tools is a software package which enables working with JTAG-aware
(IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter.
This package has open and modular architecture with ability to writing
miscellanous extensions (like board testers, flash memory programmers,
and so on).

Warning: This software may damage your hardware!

JTAG adapters/cables (see 'help cable' command for more info):

	   * ARCOM        Arcom JTAG Cable
           * ByteBlaster  Altera ByteBlaster, ByteBlaster II,
                          ByteBlasterMV Parallel Port Download Cable
           * DLC5         Xilinx DLC5 JTAG Parallel Cable III
	   * EA253        ETC EA253 JTAG Cable
	   * EI012        ETC EI012 JTAG Cable
	   * KeithKoep    Keith & Koep JTAG cable
	   * MPCBDM       Mpcbdm JTAG cable
	   * WIGGLER      Macraigor Wiggler JTAG Cable

It comes from:

   * http://openwince.sourceforge.net/jtag/



===========================================================================
AVR JTAG Programmer -- javr is a JTAG Programmer for Atmel's ATMega series
of MCUs that has a JTAG interface. Not all devices are currently supported.
The software currently only supports the byteblaster interface as defined
by Altera.

It comes from:

   * http://home.telkomsa.net/antera/

N O T E S  for usage:

   * JAVR is an dangerouse and host specific binary. It will be use the
     systemcall ioperm() to get access to parallel ports. So you can run
     JAVR on x86 host systems only and you need root privilegs. Be warned,
     JAVR can damage your running system!



===========================================================================
BIEW (Binary vIEW) is a free, portable, advanced file viewer with
built-in editor for binary, hexadecimal and disassembler modes.

It contains a highlight PentiumIV/K7-Athlon/Cyrix-M2 disassembler,
full preview of MZ, NE, PE, LE, LX, DOS.SYS, NLM, ELF, a.out, arch,
coff32, PharLap, rdoff executable formats, a code guider, and lot of
other features, making it invaluable for examining binary code.


Together with the included patch you can view and disassemble AVR binaries
and/or ELF files and archives.


It comes from:

   * http://biew.sourceforge.net/



===========================================================================
dwarfdump can display lots of information about your ELF file that
contains DWARF2 debugging information. It is statically linked against
Michael Riepe's ELF library.

It comes from:

   * http://reality.sgi.com/davea/
   * http://directory.fsf.org/libs/misc/libelf.html



===========================================================================
ftdi_eeprom is a tool for creating, reading, erasing, and flashing
FTDI USB chip eeproms like FT232BM, FT245BM and FT2232C

It comes from:

   * http://www.intra2net.com/de/produkte/opensource/ftdi/index.php

Provides

Requires

Copyright

miscellaneous

Signatures

internal MD5: fbadc7ceb0670a4f4b0225ebc9ec8376
GPG

Changelog

* Sat Jun 10 2006 Stephan Linz <linz@li-pro.net> 6.0-20060610
  - move s-bit setup into rpm spec file attribute
* Sun Apr 30 2006 Stephan Linz <linz@li-pro.net> 6.0-20060430
  - added new package FTDI eeprom read/write tool 0.2
* Mon Feb 06 2006 Stephan Linz <linz@li-pro.net> 6.0-20060206
  - change "AVR Delay Loop" to cdk4avr its own gtk+-2.0 library
* Sat Jan 28 2006 Stephan Linz <linz@li-pro.net> 6.0-20060128
  - upgrade to latest srecord 1.23
* Thu Jul 21 2005 Stephan Linz <linz@li-pro.net>
  - Tcl/Tk requierments
* Fri Jul 15 2005 Stephan Linz <linz@li-pro.net> 6.0-20050815
  - upgrade to latest srecord 1.21
  - upgrade to latest javr 2.5
  - upgrade to latest Mfile 1.41
  - upgrade to latest GENtoHEX V0.3
  - upgrade to latest HEXtoGEN V0.2
  - upgrade Atmel's AVR Boundary Scan Description Laguage (BSDL) files
  - added new package DWARF Dump 20050503
  - RPM review
* Sat Mar 06 2004 Stephan Linz <linz@li-pro.net>
  - upgrade to latest srecord 1.20
  - upgrade to latest biew cvs snaphot 20040306cvs
  - added new package javr 2.4
  - added new package Mfile 1.35
  - replace each ( .. ) construct with pushd/popd
* Sun Oct 19 2003 Stephan Linz <linz@li-pro.net>
  - upgrade to latest srecord 1.17
  - upgrade to latest jtag 0.5.1 (include 0.3.2)
  - added Atmel's AVR Boundary Scan Description Laguage (BSDL) files
  - added new package biew 20031019cvs (cvs snapshot with AVR disasm plugin patch)
  - split into two packages (dump terminal / graphical console)
  - centralized all the different version numbers
  - beginning to experiment with pushd / popd
* Sat Sep 13 2003 Stephan Linz <linz@li-pro.net>
  - adjust Group entry to `misc'
* Thu Sep 11 2003 Stephan Linz <linz@li-pro.net>
  - added new package HexModify 1.0
* Tue Sep 09 2003 Stephan Linz <linz@li-pro.net>
  - added new package GENtoHEX 0.2
  - added new package HEXtoGEN 0.1
* Sat Sep 06 2003 Stephan Linz <linz@li-pro.net>
  - upgrade to latest srecord 1.16
  - upgrade to latest Hex2bin 1.0.2
  - upgrade to latest jtag 0.5 (include 0.3.1)
* Thu May 01 2003 Stephan Linz <linz@li-pro.net>
  - upgrade to latest srecord 1.14
  - upgrade to latest jtag 0.4 (include 0.2.3)
  - major file list bug fix (missed binary jtag)
  - added new package hexdump 1.4
* Sun Jan 26 2003 Stephan Linz <linz@li-pro.net>
  - upgrade to latest srecord 1.12
  - added new package jtag 0.2.1 from OpenWinCE
  - added file stripping
  - added man page compression
* Sun Nov 17 2002 Stephan Linz <linz@li-pro.net>
  - initial version cloned from cdk4avr-tavrasm package

Files

@mg


Generated by rpm2html 1.8.1

Daniel Veillard, Mon Jul 7 02:30:15 2008