Search Criteria
Package Details: imsprog-git 1.8.5.r76.g1d0aca9-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: | bios ch341a ch347t eeprom engineering flash hacking hardware i2c microwire reverse spi uefi |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | imsprog |
| Provides: | imsprog |
| Submitter: | taotieren |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 1 |
| Popularity: | 0.006694 |
| First Submitted: | 2025-11-10 09:26 (UTC) |
| Last Updated: | 2026-07-14 10:02 (UTC) |
Dependencies (10)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- libusb (libusb-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- 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-gitAUR) (make)
- qt6-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.