mirror of
https://github.com/pine64/blisp.git
synced 2025-01-03 12:20:16 +00:00
Update README.md
syntax error in instructions. this command as written will not work because if flag --chip is used it needs to be --chip=bl70x with the "=" does not work: blisp write --chip bl70x --reset name_of_firmware.bin or if "=" is not desired then "-c bl70x" could be used instead. -c, --chip=<chip_type> Chip Type
This commit is contained in:
parent
6424f9ddf8
commit
4afdfff4b7
@ -46,7 +46,9 @@ cmake --build .
|
|||||||
For BL70X, BL61X, BL808 and BL606P, connected via USB, you can use following command, which will auto-detect serial port:
|
For BL70X, BL61X, BL808 and BL606P, connected via USB, you can use following command, which will auto-detect serial port:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
blisp write --chip bl70x --reset name_of_firmware.bin
|
.\blisp.exe write --chip=bl70x --reset .\name_of_firmware.bin
|
||||||
|
or
|
||||||
|
.\blisp.exe write -c bl70x --reset .\name_of_firmware.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
For BL60X, you need to specify also the serial port path:
|
For BL60X, you need to specify also the serial port path:
|
||||||
|
Loading…
Reference in New Issue
Block a user