Search Criteria
Package Details: imsprog-git 1.8.3.r2.g0ad7af5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/imsprog-git.git (read-only, click to copy) |
|---|---|
| Package Base: | imsprog-git |
| Description: | I2C, MicroWire and SPI EEPROM/Flash chip Programmer - is a program to read, write EEPROM chips use the CH341A programmer device and CH347T programmer device |
| Upstream URL: | https://github.com/bigbigmdm/IMSProg |
| Keywords: | ch341a ch347t eeprom flash i2c microwire spi |
| Licenses: | GPL-3.0-only |
| Conflicts: | imsprog |
| Provides: | imsprog |
| Submitter: | taotieren |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 1 |
| Popularity: | 0.021318 |
| First Submitted: | 2025-11-10 09:26 (UTC) |
| Last Updated: | 2026-04-25 12:02 (UTC) |
Dependencies (12)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- libusb (libusb-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- qt5-tools (make)
- ezp-chip-data-editor (ezp-chip-data-editor-gitAUR) (optional) – QT based editor chip database for EZP2019, EZP2019+, EZP2020, EZP2023, EZP2025, MinPro programmer devices
- sfp-masterAUR (sfp-masterAUR) (optional) – SFP-module programmer for CH341a devices
Required by (10)
- ezp-chip-data-editor-git (requires imsprog) (optional)
- mounriver-studio-toolchain-arm-none-eabi-gcc-bin (requires imsprog) (optional)
- mounriver-studio-toolchain-bin (requires imsprog) (optional)
- mounriver-studio-toolchain-openocd-bin (requires imsprog) (optional)
- mounriver-studio-toolchain-riscv-gcc-bin (requires imsprog) (optional)
- mounriver-studio-toolchain-riscv-gcc12-bin (requires imsprog) (optional)
- mounriver-studio-toolchain-riscv-gcc15-bin (requires imsprog) (optional)
- mounriverstudio-bin (requires imsprog) (optional)
- sfp-master (requires imsprog) (optional)
- sfp-master-git (requires imsprog) (optional)
Latest Comments
giovanni commented on 2025-12-20 13:23 (UTC)
cb_out: error: LIBUSB_TRANSFER_TIMED_OUT ch341a_spi_send_command:
This error can be temporarily fixed by changing line 211 from “step = currentBlockSize;” to “step = currentPageSize;” and line 1235 from “step = currentBlockSize;” to “step = currentPageSize;”, but this fix significantly reduces the read operation speed.