Skip to content

bigbigmdm/CH341a_spi_programmer

Repository files navigation

CH341a_spi_programmer

QT5 Linux programmer software for the readind/writing SPI NOR FLASH use the CH341a device.

The Prog24 is a free I2C EEPROM programmer tool for CH341A device based on QhexEdit2 and modify ch341 SPI c-programmer tools.

This is a GUI program used widget QhexEditor. For setting the chip parameters you can use the Detect button for reading chip parameters (JEDEC information reading) or manually setting it.

The chip database format compatible with EZP2019, EZP2020, EZP2023, Minpro I, XP866+ programmers. You can edit the database use the EZP Chip data Editor

CH341A EEPROM programmer

Building

mkdir build
cd build
cmake ..
make -j4
sudo make install

System requirements

  • cmake library

sudo apt install cmake

  • libusb library

sudo apt-get install libusb-1.0-0-dev

Related links

See also my IMSProg - universal linux programmer for the CH341a device.

About

QT5 programmer software for the readind/writing SPI NOR FLASH use the CH341a device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published