Git Product home page Git Product logo

tl866's Introduction

TL866

Open source firmware and utilities for Minipro TL866xx series of chip programmers

This project's scope is dealing with the firmware within the TL866 itself. It includes software for dumping, reprogramming, and manipulating the firmware. Schematics and discussion of internal operations are also here.

Also here you can find a linux USB wrapper for TL866 and TL866II which make these programmers native software to work with Wine. The wrapper is located in wine folder.

Installation of the TL866 Updater on Linux

Install build dependencies

Debian/Ubuntu

sudo apt-get install build-essential pkg-config git libusb-1.0-0-dev libudev-dev qt5-default qtbase5-dev 

If you want to compile with old QT4 replace qt5-default qtbase5-dev with libqt4-dev

Checkout source code and compile

git clone https://github.com/radiomanV/TL866
cd TL866/TL866_Updater/QT
qmake
make
sudo cp TL866_Updater /usr/local/bin

Udev configuration (recommended)

If you want to access the programmer as a regular user, you'll have to configure udev to recognize the programmer and set appropriate access permissions.

sudo cp udev/*.rules /etc/udev/rules.d/
sudo udevadm trigger

You'll also have to add your regular user to the plugdev system group:

sudo usermod -a -G plugdev YOUR-USER

Note that this change will only become effective after your next login.

macOS

Follow instructions for Linux. You'll need pkg-config, libusb, and libqt4 or above through a package installer. Macports and Homebrew have been used successfully. Udev doesn't exist for macOS so native IOKit is used instead.

Homebrew instructions:

brew install qt libusb pkg-config
git clone https://github.com/radiomanV/TL866
cd TL866/TL866_Updater/QT
qmake
make
cp -R TL866_Updater.app /Applications

InfoicDump utility

This utility can dump the infoic.dll and infoic2plus.dll to an XML format database.
More information on this here: InfoicDump

tl866's People

Contributors

davidgriffith avatar kreeblah avatar radiomanv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.