# CTCISZ **Repository Path**: Zhou---wei/ctcisz ## Basic Information - **Project Name**: CTCISZ - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-27 - **Last Updated**: 2026-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 龙芯 2K0300 久久派 资料文件备份仓库 > 本仓库是 [龙芯 2K0300 久久派](https://bbs.ctcisz.com/forum.php?mod=viewthread&tid=2&extra=page%3D1&page=2) 的资料文件备份,不确保与上游同步更新,一切以官方资料为准。如有更新欢迎提交 PR。 ## 官方联系方式 有任何问题优先寻找官方解决: - [中科云 BBS](https://bbs.ctcisz.com/forum.php) - [久久派问题登记记录表](https://docs.qq.com/sheet/DTVpic1NLSUtRWFh4?tab=BB08J2) - [LongArch 开放社区](https://gitee.com/open-loongarch) - 龙芯久久派官方交流 QQ 群:[点击链接加入](https://qm.qq.com/q/ZkRC9wBvSU) ![QQ群二维码](qrcode_99pi_876920347.png) ## 发行版(Release) 本仓库的发行文件通过 [Releases](../../releases) 页面发布,不在仓库中直接存放。每个发行版对应一个 Git Tag,Tag 名称格式为 `<版本日期>`(如 `20250621`),发行说明详见 [CHANGELOG.md](./CHANGELOG.md)。 ### 发行文件说明 本仓库提供的发行文件为 **龙芯调试器(loongson-debugger)**,包含二进制调试工具及配套文档。 #### 调试器二进制包 | 文件名 | 目标系统 | 目标架构 | |---|---|---| | `loongson-debugger-<日期>.tar.xz` | Linux | x86_64 | | `loongson-debugger-i386-<日期>.tar.xz` | Linux | x86 32位 (i386) | | `loongson-debugger-la64-<日期>.tar.xz` | Linux | LoongArch 64位 | | `loongson-debugger-la64-abi2.0-<日期>.tar.xz` | Linux | LoongArch 64位 (ABI 2.0) | | `loongson-debugger-mingw-<日期>.tar.xz` | Windows (MinGW) | x86 / x86_64 | | `loongson-debugger-mips-<日期>.tar.xz` | Linux | MIPS 32位 | | `loongson-debugger-mips64-<日期>.tar.xz` | Linux | MIPS 64位 | #### 调试器文档 | 文件名 | 说明 | |---|---| | `lsdebugger-ejtag.pdf` | **EJTAG 调试器使用手册** — 介绍如何通过 EJTAG(Enhanced JTAG)接口对龙芯处理器进行底层调试,涵盖硬件连接、驱动安装、调试命令及常见问题排查。 | | `lsdebugger-ljtag.pdf` | **LJTAG 调试器使用手册** — 介绍如何通过 LJTAG(龙芯 JTAG)接口进行调试,适用于龙芯平台的片上调试场景,包含接口协议说明与操作指南。 | #### 下载与使用 1. 访问 [Releases 页面](../../releases) 选择对应版本 2. 根据目标平台下载对应的 `.tar.xz` 文件 3. 解压使用: ```bash tar -xvf loongson-debugger-<架构>-<日期>.tar.xz ``` ## 相关社区资源 ### loongson-community - [Community's fork of Loongson PMON bootloader](https://github.com/loongson-community/pmon) - [咱龙了吗?一站式了解 LoongArch 的上游生态建设](https://github.com/loongson-community/areweloongyet) - [Collection of Loongson products' public documentation](https://github.com/loongson-community/docs) - [PMON Bootloader Menu Updater For Debian](https://github.com/loongson-community/pmon-update) ### 龙芯派爱好者生态仓库 - [LoongsonPI](https://github.com/LoongsonDotNETCommunity/LoongsonPI) - [LoongsonPICookbook](https://github.com/LoongsonDotNETCommunity/LoongsonPICookbook) ## 参与贡献 > **注意**:下载仓库直接 `git clone` 即可,无需注册登录。新提交审核期间可能出现 404,直接 `git pull` 更新即可。 ```bash git clone https://gitee.com/Zhou---wei/ctcisz ``` ## 许可证 本仓库使用 [MIT 许可](https://opensource.org/licenses/MIT)。如有侵权请在仓库提交 Issue。