Skip to content

Commit e3960a2

Browse files
committed
update:更新readme
1 parent 0347354 commit e3960a2

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,23 @@ PySide6: 6.7.0
1616
## Support features
1717

1818
- support daplinkv1、daplinkv2、stlink、jlink programmer
19-
- Support optional erasing chip during programming
20-
- Custom programming addresses are supported
19+
20+
- Support Windows 10 or above, support Linux system (Ubuntu test)
21+
2122
- Support custom local pack file to support custom chip
2223

24+
- Support reading chip data
25+
26+
- Support reading and burning firmware data (currently support bin, hex, ELF, AXF will be supported later)
27+
28+
- Support optional erasing chip during programming
29+
30+
- The bin firmware can be used to customize the programming address
31+
32+
## LINUX Instructions
33+
34+
Linux to install the driver,The driver is in the [udev](./udev/) directory of the repository,Instructions for [pyocd Linux driver installation](./udev/README.md)
35+
2336
## Precautions
2437

2538
If the programming fails, please check the following points
@@ -28,7 +41,7 @@ If the programming fails, please check the following points
2841
2. Whether the target chip is selected correctly
2942
3. Whether the chip supports the selected programming speed
3043
4. Whether there is an interruption to the download, such as unplugging the USB operation
31-
5. In other cases, try restarting the software
44+
5. In other cases, please try to restart the software, if it cannot be solved, please give feedback in time
3245

3346
## Software Presentation
3447

README_zh.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@ PySide6: 6.7.0
1616
## 支持功能
1717

1818
- 支持Daplink V1、Daplink V2、stlink、Jlink烧录器
19+
- 支持windows10以上系统,支持linux系统(ubuntu测试)
1920
- 支持自定义本地pack文件以支持自定义芯片
2021
- 支持读取芯片数据
2122
- 支持读取烧录固件数据(目前支持bin、hex,elf、axf后续支持)
2223
- 支持烧录时可选擦除芯片
2324
- 支持bin固件自定义烧录地址
2425

26+
## LINUX使用说明
27+
28+
linux下要安装驱动, 驱动在仓库[udev](./udev/)目录下,使用说明参考[pyocd linux驱动安装](./udev/README.md)
29+
2530
## 注意事项
2631

2732
如烧录失败请检查一下几点
@@ -30,7 +35,7 @@ PySide6: 6.7.0
3035
2. 目标芯片是否选择正确
3136
3. 芯片是否支持选择的烧录速度
3237
4. 是否有中断下载比如拔出usb操作
33-
5. 其他情况请尝试重启软件
38+
5. 其他情况请尝试重启软件,如无法解决请及时反馈
3439

3540
## 软件展示
3641

0 commit comments

Comments
 (0)