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 3131
3232 - name : Verify Installations
3333 run : |
34- python3 -m pip show isp_programmer
34+ python3 -m pip show ispprogrammer
3535 python3 -m pip show pyserial
3636
3737 - 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:
4646### From PyPI
4747
4848``` bash
49- pip install isp_programmer
49+ pip install ispprogrammer
5050```
5151
5252### From Source
@@ -62,17 +62,17 @@ pip install .
6262## Usage
6363### Erase Entire Flash
6464``` bash
65- isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 masserase
65+ ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 masserase
6666```
6767
6868### Program Flash Image
6969``` 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
7171```
7272
7373### Read Chip Info
7474``` bash
75- isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 querychip
75+ ispprogrammer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 querychip
7676```
7777
7878## Similar Projects
You can’t perform that action at this time.
0 commit comments