| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cdk-avr-tools | Distribution: LiPronix |
| Version: 4.0 | Vendor: Li-Pro.Net |
| Release: 20031019 | Build date: Mon Oct 20 02:51:20 2003 |
| Group: Development/CDK4AVR/misc | Build host: medusa.gorgonen.de |
| Size: 4774109 | Source RPM: cdk-avr-tools-4.0-20031019.src.rpm |
| Packager: Stephan Linz <linz@li-pro.net> | |
| Url: http://www.li-pro.net/cdk4avr | |
| 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/
===========================================================================
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/
GPL
* 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
/opt/cdk4avr/bin/GENtoHEX /opt/cdk4avr/bin/HEXtoGEN /opt/cdk4avr/bin/HexModify /opt/cdk4avr/bin/avr2iar /opt/cdk4avr/bin/biew /opt/cdk4avr/bin/bin2hex /opt/cdk4avr/bin/bsdl2jtag /opt/cdk4avr/bin/hex2bin /opt/cdk4avr/bin/hexdump /opt/cdk4avr/bin/iar2avr /opt/cdk4avr/bin/jtag /opt/cdk4avr/bin/mot2bin /opt/cdk4avr/bin/srec_cat /opt/cdk4avr/bin/srec_cmp /opt/cdk4avr/bin/srec_info /opt/cdk4avr/doc/GENtoHEX /opt/cdk4avr/doc/GENtoHEX/DESCRIPTION /opt/cdk4avr/doc/GENtoHEX/README /opt/cdk4avr/doc/HEXtoGEN /opt/cdk4avr/doc/HEXtoGEN/DESCRIPTION /opt/cdk4avr/doc/HEXtoGEN/README /opt/cdk4avr/doc/biew /opt/cdk4avr/doc/biew/biew_en.txt /opt/cdk4avr/doc/biew/biew_ru.txt /opt/cdk4avr/doc/biew/compile.en /opt/cdk4avr/doc/biew/compile.ru /opt/cdk4avr/doc/biew/develop.en /opt/cdk4avr/doc/biew/develop.ru /opt/cdk4avr/doc/biew/file_id.diz /opt/cdk4avr/doc/biew/file_ini.en /opt/cdk4avr/doc/biew/file_ini.ru /opt/cdk4avr/doc/biew/licence.en /opt/cdk4avr/doc/biew/licence.ru /opt/cdk4avr/doc/biew/release.txt /opt/cdk4avr/doc/biew/unix.txt /opt/cdk4avr/doc/hex2bin /opt/cdk4avr/doc/hex2bin/Hex2bin-1.0.2.lsm /opt/cdk4avr/doc/hex2bin/IntelHEX.sdw /opt/cdk4avr/doc/hex2bin/IntelHEX.txt /opt/cdk4avr/doc/hex2bin/S-record.txt /opt/cdk4avr/doc/hex2bin/formats.txt /opt/cdk4avr/doc/hex2bin/hex.txt /opt/cdk4avr/doc/hex2bin/hexforms.htm /opt/cdk4avr/doc/hex2bin/intelhex.spc /opt/cdk4avr/doc/hex2bin/intelhex.txt /opt/cdk4avr/doc/hex2bin/readme.txt /opt/cdk4avr/doc/hex2bin/srec.txt /opt/cdk4avr/doc/hex2bin/srecord.htm /opt/cdk4avr/doc/hexdump /opt/cdk4avr/doc/hexdump/CHANGES /opt/cdk4avr/doc/hexdump/LICENSE /opt/cdk4avr/doc/hexdump/MANIFEST /opt/cdk4avr/doc/hexdump/README /opt/cdk4avr/doc/hexdump/README.man /opt/cdk4avr/doc/jtag /opt/cdk4avr/doc/jtag/AUTHORS /opt/cdk4avr/doc/jtag/ByteBlaster /opt/cdk4avr/doc/jtag/ByteBlaster/ds_byteblasterII.pdf /opt/cdk4avr/doc/jtag/ByteBlaster/dsbyte.pdf /opt/cdk4avr/doc/jtag/ByteBlaster/dsbytemv-1.01.pdf /opt/cdk4avr/doc/jtag/ByteBlaster/dsbytemv-3.3.pdf /opt/cdk4avr/doc/jtag/COPYING /opt/cdk4avr/doc/jtag/ChangeLog /opt/cdk4avr/doc/jtag/DLC5 /opt/cdk4avr/doc/jtag/DLC5/jtag_cable.pdf /opt/cdk4avr/doc/jtag/DLC5/links /opt/cdk4avr/doc/jtag/DLC5/x7557.gif /opt/cdk4avr/doc/jtag/EA253 /opt/cdk4avr/doc/jtag/EA253/links /opt/cdk4avr/doc/jtag/KeithKoep /opt/cdk4avr/doc/jtag/KeithKoep/comefrom /opt/cdk4avr/doc/jtag/KeithKoep/jtag05_sch.pdf /opt/cdk4avr/doc/jtag/MPCBDM /opt/cdk4avr/doc/jtag/MPCBDM/VDB2.gif /opt/cdk4avr/doc/jtag/MPCBDM/comefrom /opt/cdk4avr/doc/jtag/NEWS /opt/cdk4avr/doc/jtag/README /opt/cdk4avr/doc/jtag/THANKS /opt/cdk4avr/doc/jtag/WIGGLER /opt/cdk4avr/doc/jtag/WIGGLER/jtag-arm9 /opt/cdk4avr/doc/jtag/WIGGLER/jtag-arm9/board1.png /opt/cdk4avr/doc/jtag/WIGGLER/jtag-arm9/board2.png /opt/cdk4avr/doc/jtag/WIGGLER/jtag-arm9/board3.png /opt/cdk4avr/doc/jtag/WIGGLER/jtag-arm9/circuit.txt /opt/cdk4avr/doc/jtag/WIGGLER/jtag-arm9/comefrom /opt/cdk4avr/doc/jtag/WIGGLER/jtag-arm9/hardware.html /opt/cdk4avr/doc/jtag/WIGGLER/wiggler_ds.pdf /opt/cdk4avr/doc/jtag/bsdl /opt/cdk4avr/doc/jtag/bsdl/atmega128.bsd /opt/cdk4avr/doc/jtag/bsdl/atmega16.bsd /opt/cdk4avr/doc/jtag/bsdl/atmega162.bsd /opt/cdk4avr/doc/jtag/bsdl/atmega169_preliminary_v1.bsd /opt/cdk4avr/doc/jtag/bsdl/atmega323.bsd /opt/cdk4avr/doc/jtag/bsdl/atmega32_preliminary_v1.bsd /opt/cdk4avr/doc/jtag/bsdl/atmega64_preliminary_v1.bsd /opt/cdk4avr/doc/jtag/jtag.html /opt/cdk4avr/doc/jtag/jtag_files /opt/cdk4avr/doc/jtag/jtag_files/sflogo.png /opt/cdk4avr/doc/jtag/jtag_files/validxhtml11.png /opt/cdk4avr/doc/srecord /opt/cdk4avr/doc/srecord/BUILDING /opt/cdk4avr/doc/srecord/BUILDING.man /opt/cdk4avr/doc/srecord/CHANGES.1.0 /opt/cdk4avr/doc/srecord/CHANGES.1.1 /opt/cdk4avr/doc/srecord/CHANGES.1.10 /opt/cdk4avr/doc/srecord/CHANGES.1.2 /opt/cdk4avr/doc/srecord/CHANGES.1.3 /opt/cdk4avr/doc/srecord/CHANGES.1.4 /opt/cdk4avr/doc/srecord/CHANGES.1.5 /opt/cdk4avr/doc/srecord/CHANGES.1.6 /opt/cdk4avr/doc/srecord/CHANGES.1.7 /opt/cdk4avr/doc/srecord/CHANGES.1.8 /opt/cdk4avr/doc/srecord/CHANGES.1.9 /opt/cdk4avr/doc/srecord/LICENSE /opt/cdk4avr/doc/srecord/MANIFEST /opt/cdk4avr/doc/srecord/README /opt/cdk4avr/doc/srecord/README.man /opt/cdk4avr/doc/srecord/reference.man /opt/cdk4avr/doc/srecord/reference.pdf /opt/cdk4avr/doc/srecord/reference.ps /opt/cdk4avr/man /opt/cdk4avr/man/man1 /opt/cdk4avr/man/man1/biew.1.gz /opt/cdk4avr/man/man1/hex2bin.1.gz /opt/cdk4avr/man/man1/hexdump.1.gz /opt/cdk4avr/man/man1/srec_cat.1.gz /opt/cdk4avr/man/man1/srec_cmp.1.gz /opt/cdk4avr/man/man1/srec_info.1.gz /opt/cdk4avr/man/man1/srec_license.1.gz /opt/cdk4avr/man/man5 /opt/cdk4avr/man/man5/srec_ascii_hex.5.gz /opt/cdk4avr/man/man5/srec_atmel_generic.5.gz /opt/cdk4avr/man/man5/srec_cosmac.5.gz /opt/cdk4avr/man/man5/srec_dec_binary.5.gz /opt/cdk4avr/man/man5/srec_emon52.5.gz /opt/cdk4avr/man/man5/srec_fairchild.5.gz /opt/cdk4avr/man/man5/srec_fastload.5.gz /opt/cdk4avr/man/man5/srec_formatted_binary.5.gz /opt/cdk4avr/man/man5/srec_fpc.5.gz /opt/cdk4avr/man/man5/srec_intel.5.gz /opt/cdk4avr/man/man5/srec_intel16.5.gz /opt/cdk4avr/man/man5/srec_mos_tech.5.gz /opt/cdk4avr/man/man5/srec_motorola.5.gz /opt/cdk4avr/man/man5/srec_needham.5.gz /opt/cdk4avr/man/man5/srec_os65v.5.gz /opt/cdk4avr/man/man5/srec_signetics.5.gz /opt/cdk4avr/man/man5/srec_spasm.5.gz /opt/cdk4avr/man/man5/srec_spectrum.5.gz /opt/cdk4avr/man/man5/srec_tektronix.5.gz /opt/cdk4avr/man/man5/srec_tektronix_extended.5.gz /opt/cdk4avr/man/man5/srec_ti_tagged.5.gz /opt/cdk4avr/man/man5/srec_vmem.5.gz /opt/cdk4avr/man/man5/srec_wilson.5.gz /opt/cdk4avr/share/biew /opt/cdk4avr/share/biew/biew.hlp /opt/cdk4avr/share/biew/skn /opt/cdk4avr/share/biew/skn/assembly.skn /opt/cdk4avr/share/biew/skn/golded.skn /opt/cdk4avr/share/biew/skn/insight.skn /opt/cdk4avr/share/biew/skn/standard.skn /opt/cdk4avr/share/biew/xlt /opt/cdk4avr/share/biew/xlt/nothing.xlt /opt/cdk4avr/share/biew/xlt/readme /opt/cdk4avr/share/biew/xlt/russian /opt/cdk4avr/share/biew/xlt/russian/alt2koi.xlt /opt/cdk4avr/share/biew/xlt/russian/alt2mac.xlt /opt/cdk4avr/share/biew/xlt/russian/alt2win.xlt /opt/cdk4avr/share/biew/xlt/russian/e2a.xlt /opt/cdk4avr/share/biew/xlt/russian/gost872a.xlt /opt/cdk4avr/share/biew/xlt/russian/ibm2alt.xlt /opt/cdk4avr/share/biew/xlt/russian/iso2alt.xlt /opt/cdk4avr/share/biew/xlt/russian/koi02alt.xlt /opt/cdk4avr/share/biew/xlt/russian/koi2alt.xlt /opt/cdk4avr/share/biew/xlt/russian/koi72alt.xlt /opt/cdk4avr/share/biew/xlt/russian/koi82_2a.xlt /opt/cdk4avr/share/biew/xlt/russian/koi8a2a.xlt /opt/cdk4avr/share/biew/xlt/russian/koi8e2a.xlt /opt/cdk4avr/share/biew/xlt/russian/mac2alt.xlt /opt/cdk4avr/share/biew/xlt/russian/mik2alt.xlt /opt/cdk4avr/share/biew/xlt/russian/win2alt.xlt /opt/cdk4avr/share/biew/xlt/xlt_cvt.c /opt/cdk4avr/share/jtag /opt/cdk4avr/share/jtag/MANUFACTURERS /opt/cdk4avr/share/jtag/altera /opt/cdk4avr/share/jtag/altera/PARTS /opt/cdk4avr/share/jtag/altera/ep1c20f400 /opt/cdk4avr/share/jtag/altera/ep1c20f400/STEPPINGS /opt/cdk4avr/share/jtag/altera/ep1c20f400/ep1c20f400 /opt/cdk4avr/share/jtag/altera/epm7128aetc100 /opt/cdk4avr/share/jtag/altera/epm7128aetc100/STEPPINGS /opt/cdk4avr/share/jtag/altera/epm7128aetc100/epm7128aetc100 /opt/cdk4avr/share/jtag/atmel /opt/cdk4avr/share/jtag/atmel/PARTS /opt/cdk4avr/share/jtag/atmel/atmega128 /opt/cdk4avr/share/jtag/atmel/atmega128/STEPPINGS /opt/cdk4avr/share/jtag/atmel/atmega128/atmega128 /opt/cdk4avr/share/jtag/broadcom /opt/cdk4avr/share/jtag/broadcom/PARTS /opt/cdk4avr/share/jtag/broadcom/bcm1250 /opt/cdk4avr/share/jtag/broadcom/bcm1250/STEPPINGS /opt/cdk4avr/share/jtag/broadcom/bcm1250/bcm1250 /opt/cdk4avr/share/jtag/broadcom/bcm3310 /opt/cdk4avr/share/jtag/broadcom/bcm3310/STEPPINGS /opt/cdk4avr/share/jtag/broadcom/bcm3310/bcm3310 /opt/cdk4avr/share/jtag/broadcom/bcm5421s /opt/cdk4avr/share/jtag/broadcom/bcm5421s/STEPPINGS /opt/cdk4avr/share/jtag/broadcom/bcm5421s/bcm5421s /opt/cdk4avr/share/jtag/dec /opt/cdk4avr/share/jtag/dec/PARTS /opt/cdk4avr/share/jtag/dec/sa1100 /opt/cdk4avr/share/jtag/dec/sa1100/STEPPINGS /opt/cdk4avr/share/jtag/dec/sa1100/sa1100 /opt/cdk4avr/share/jtag/hitachi /opt/cdk4avr/share/jtag/hitachi/PARTS /opt/cdk4avr/share/jtag/hitachi/sh7727 /opt/cdk4avr/share/jtag/hitachi/sh7727/STEPPINGS /opt/cdk4avr/share/jtag/hitachi/sh7727/sh7727 /opt/cdk4avr/share/jtag/intel /opt/cdk4avr/share/jtag/intel/PARTS /opt/cdk4avr/share/jtag/intel/ixp425 /opt/cdk4avr/share/jtag/intel/ixp425/STEPPINGS /opt/cdk4avr/share/jtag/intel/ixp425/ixp425 /opt/cdk4avr/share/jtag/intel/pxa250 /opt/cdk4avr/share/jtag/intel/pxa250/STEPPINGS /opt/cdk4avr/share/jtag/intel/pxa250/pxa250 /opt/cdk4avr/share/jtag/intel/pxa250/pxa250c0 /opt/cdk4avr/share/jtag/intel/sa1110 /opt/cdk4avr/share/jtag/intel/sa1110/STEPPINGS /opt/cdk4avr/share/jtag/intel/sa1110/sa1110 /opt/cdk4avr/share/jtag/philips /opt/cdk4avr/share/jtag/philips/PARTS /opt/cdk4avr/share/jtag/philips/xcr3128xl-cs144 /opt/cdk4avr/share/jtag/philips/xcr3128xl-cs144/STEPPINGS /opt/cdk4avr/share/jtag/philips/xcr3128xl-cs144/xcr3128xl-cs144 /opt/cdk4avr/share/jtag/samsung /opt/cdk4avr/share/jtag/samsung/s3c4510b /opt/cdk4avr/share/jtag/samsung/s3c4510b/s3c4510b /opt/cdk4avr/share/jtag/xilinx /opt/cdk4avr/share/jtag/xilinx/PARTS /opt/cdk4avr/share/jtag/xilinx/xc2c256-tq144 /opt/cdk4avr/share/jtag/xilinx/xc2c256-tq144/STEPPINGS /opt/cdk4avr/share/jtag/xilinx/xc2c256-tq144/xc2c256-tq144 /opt/cdk4avr/share/jtag/xilinx/xcr3128xl-cs144 /opt/cdk4avr/share/jtag/xilinx/xcr3128xl-cs144/STEPPINGS /opt/cdk4avr/share/jtag/xilinx/xcr3128xl-cs144/xcr3128xl-cs144 /opt/cdk4avr/share/jtag/xilinx/xcr3256xl-ft256 /opt/cdk4avr/share/jtag/xilinx/xcr3256xl-ft256/STEPPINGS /opt/cdk4avr/share/jtag/xilinx/xcr3256xl-ft256/xcr3256xl-ft256
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed May 22 23:05:09 2013