File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- name : Verify Installations
33
33
run : |
34
- python3 -m pip show isp_programmer
34
+ python3 -m pip show ispprogrammer
35
35
python3 -m pip show pyserial
36
36
37
37
- name : Make executable
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The configuration file is identical to that used by the [lpctools project](http:
46
46
### From PyPI
47
47
48
48
``` bash
49
- pip install isp_programmer
49
+ pip install ispprogrammer
50
50
```
51
51
52
52
### From Source
@@ -62,17 +62,17 @@ pip install .
62
62
## Usage
63
63
### Erase Entire Flash
64
64
``` bash
65
- isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 masserase
65
+ ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 masserase
66
66
```
67
67
68
68
### Program Flash Image
69
69
``` bash
70
- isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 writeimage --imagein blinky804.hex
70
+ ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 writeimage --imagein blinky804.hex
71
71
```
72
72
73
73
### Read Chip Info
74
74
``` bash
75
- isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 querychip
75
+ ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 querychip
76
76
```
77
77
78
78
## Similar Projects
You can’t perform that action at this time.
0 commit comments