Table of Contents

EZDlin

EZDlin is simple software allowing cooperation with zl5prg and zl6prg 8051 uCs programmers. hardwer can be bought from http://www.btc.pl or made yourself.

this is linux equivalent for Easy-Downloader. since i don't use windows (and don't want to) and couldn't find linux soft for this, i've decided to write my own.

how to run

after dowanloading, extract it and build with make:

tar xjvf ezdlin.tar.bz2
cd ezdlin
make release

now you can run it:

cd gen/release
./ezdlin

syntax goes as follows:

./ezdlin <dev_file> {-r|-w|-W} <io_file.bin>
parameter meaning
<dev_file> your RS232 port (usually /dev/ttyS[01])
-r read flash content to given file
-w write given file to flash
-W write given file to flash and check if writting was ok
<io_file.bin> file to read from / write to (depending on opperation mode)

program operates on binary (.bin) files. Intel hex format (.hex) is not supported.

program works well with USB↔RS232 adapters (i use one by my self).

download

get latest version of EZDLin via github. recent releases can be download via proper tag.

prjs/ezdlin/ezdlin.txt · Last modified: 2021/06/15 20:09 by 127.0.0.1
Back to top
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0