Search Criteria
Package Details: imsprog-git 1.7.1.r1.g75a8809-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/imsprog-git.git (read-only, click to copy) |
|---|---|
| Package Base: | imsprog-git |
| Description: | MSProg - software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips |
| Upstream URL: | https://github.com/bigbigmdm/IMSProg |
| Licenses: | GPL-3.0-only |
| Conflicts: | imsprog |
| Provides: | imsprog |
| Submitter: | taotieren |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 1 |
| Popularity: | 0.088462 |
| First Submitted: | 2025-11-10 09:26 (UTC) |
| Last Updated: | 2025-11-17 12:03 (UTC) |
Dependencies (11)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- 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) (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 (4)
- ezp-chip-data-editor-git (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.