TL866 Minipro EEPROM Programmer Ubuntu Linux

https://gitlab.com/DavidGriffith/minipro/

Usage

Example for AT28C64B.

  • minipro -h
  • man minipro
  • Read eeprom to stdout and show as binary
    • minipro -p "AT28C64B" -r- |  xxd -b -c 1 | more
  • Write data to eeprom:
    • minipro -p "AT28C64B" -w binarytest.bin
  • Don't fail with wrong file size: (-s)
    • minipro -p "AT28C64B" -s -w binarytest.bin

EEPROM Types

Installation

  • sudo apt-get install build-essential pkg-config git libusb-1.0-0-dev fakeroot debhelper dpkg-dev

  • git clone https://gitlab.com/DavidGriffith/minipro.git

  • cd minipro

  • make ?

  • sudo make install

  • sudo usermod -a -G plugdev ?

  • fakeroot dpkg-buildpackage -b -us -uc

  • sudo dpkg -i ../minipro_0.4-1_amd64.deb