You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,23 @@ PySide6: 6.7.0
16
16
## Support features
17
17
18
18
- 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
+
21
22
- Support custom local pack file to support custom chip
22
23
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
+
23
36
## Precautions
24
37
25
38
If the programming fails, please check the following points
@@ -28,7 +41,7 @@ If the programming fails, please check the following points
28
41
2. Whether the target chip is selected correctly
29
42
3. Whether the chip supports the selected programming speed
30
43
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
0 commit comments