diff --git a/PZS_dsx_1.00.20_20250227.bin b/PZS_dsx_1.00.20_20250227.bin new file mode 100644 index 0000000000000000000000000000000000000000..ff87e10058fd2105b23c9610e324880ab317dcc3 Binary files /dev/null and b/PZS_dsx_1.00.20_20250227.bin differ diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 11cc09b7083b5134b621763973af86097833e045..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# image - -#### Description -大师兄固件仓库 - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md index eb7666c4873c9c10a2e07edd4ae47dd9d80ea083..400d4b036dafd800f10f8878e818425ee9a6a655 100644 --- a/README.md +++ b/README.md @@ -1,61 +1,40 @@ # image #### 介绍 -大师兄固件仓库 +本仓库存放大师兄的历史版本固件 -#### 烧录说明 - -以下两种方式,选择其中一种即可 - -1. 可以使用 pzstudio 软件进行固件升级 - -参考:https://www.bilibili.com/video/BV1UP411V7S5/?spm_id_from=333.999.0.0 - -2. 使用HiBurn工具 +| 历史固件列表 | 说明 | +| ---------------------------- | ------------------------------------------------------------ | +| PZS_dsx_1.00.20.bin | 早期版本,系统重启后默认进入MicroPython v1.17的交互界面 | +| PZS_dsx_1.00.20_20250227.bin | 20250227使用[OH4OB](https://gitee.com/Open-Brother/oh4ob)仓库下的代码(见README)编译生成的版本,系统重启后默认进入MicroPython v1.17的交互界面 | +| | | -下载链接: -https://harmonyos.51cto.com/resource/29 -使用USB线连接到大师兄开发板,如图: - -(1)打开HiBurn工具, - -(2)点击select file 选择要下载的bin文件, - -(3)勾选上 Auto burn选项 +#### 烧录说明 -(4)单击 Connect按钮 +以下两种方式,选择其中一种即可。 -此时按下开发板上面的 RST 复位按钮,即可看到程序已经开始下载: +1. 可以使用 pzstudio 软件进行固件升级 -具体可以 +> 参考:https://www.bilibili.com/video/BV1UP411V7S5/?spm_id_from=333.999.0.0 +> -#### 安装教程 +2. 使用HiBurn工具进行固件升级 -1. xxxx -2. xxxx -3. xxxx +> HiBurn工具下载链接:https://harmonyos.51cto.com/resource/29 +> -#### 使用说明 +使用USB线连接到大师兄开发板,按如下步骤进行操作: -1. xxxx -2. xxxx -3. xxxx +(1)打开HiBurn工具,选择正确的COM口, -#### 参与贡献 +(2)点击select file 选择要烧录的固件文件, -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request +(3)勾选上 Auto burn选项, +(4)点击 Connect按钮(点击该按钮之后,会切换显示Disconnect) -#### 特技 +![Hiburn](./figures/Hiburn.png) -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/) +此时按下开发板上面的 RST 复位按钮,即可看到已经开始烧录固件,等待固件烧录完成后,点击Disconnect按钮断开开发板与Hiburn工具的连接,再按一次开发板上面的 RST 复位按钮,重启开发板即可进入默认的MicroPython v1.17的交互界面。 diff --git a/figures/Hiburn.png b/figures/Hiburn.png new file mode 100644 index 0000000000000000000000000000000000000000..d94b64deba26361c4e1e10606e4a213b8886f0bc Binary files /dev/null and b/figures/Hiburn.png differ