# GX_ISPTool **Repository Path**: gxchip/GX_ISPTool ## Basic Information - **Project Name**: GX_ISPTool - **Description**: GX芯片下载工具,用于连接USB给GX芯片下载固件/调试固件,持续开发中,欢迎支持~ - **Primary Language**: C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 9 - **Created**: 2022-07-13 - **Last Updated**: 2024-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GX_ISPTool #### 介绍 GX芯片下载工具,用于连接USB给GX芯片下载固件/调试固件,持续开发中,欢迎支持~ #### 软件架构 使用hidapi作为通信基础 #### 安装教程 ##### Arch Linux Arch Linux 可以通过 [AUR gx-isptool-git](https://aur.archlinux.org/packages/gx-isptool-git) 或[自建源](https://github.com/taotieren/aur-repo)安装 ```bash yay -Syu gx-isptool ``` ##### Linux 源码编译 ```bash git clone https://gitee.com/gxchip/GX_ISPTool.git cd GX_ISPTool # 依赖 `qt5` `libhidapi` # 参考 [AUR gx-isptool-git](https://aur.archlinux.org/packages/gx-isptool-git) 中的编译 qmake make install make uninstall ``` #### 使用说明 注意: `49-gx-link.rules` 默认安装在 `/usr/lib/udev/rules.d` 下 不同 Linux 还需要将当前用户添加进响应的设别组里面,如: ```bash # Arch 等新版本的 Linux 设备组是 uucp sudo usermod -aG uucp $USER # or sudo gpasswd -a $USER uucp # Ubuntu 等老版本的 Linux 设备组是 plugdev sudo usermod -aG plugdev $USER # or sudo gpasswd -a $USER plugdev ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) #### 致谢 1. 感谢hidapi