mirror of
https://github.com/pine64/blisp.git
synced 2025-01-03 04:10:31 +00:00
Add note to use recursive clone
This commit is contained in:
parent
c419cc0cd9
commit
8334e583b6
12
README.md
12
README.md
@ -14,6 +14,17 @@ Tool and library for flashing their RISC-V MCUs.
|
|||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
|
## Clone repository
|
||||||
|
|
||||||
|
If you have not cloned this repository locally; check out the git repository locally by running
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone --recursive https://github.com/pine64/blisp.git
|
||||||
|
cd blisp
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build the library and command line utility
|
||||||
|
|
||||||
For building `blisp` command line tool, use following commands:
|
For building `blisp` command line tool, use following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -40,3 +51,4 @@ blisp --chip bl60x --reset -p /dev/ttyUSB0 name_of_firmware.bin
|
|||||||
|
|
||||||
- [ ] Another code style
|
- [ ] Another code style
|
||||||
- [ ] Finalize API
|
- [ ] Finalize API
|
||||||
|
- [ ] SDIO and JTAG support
|
||||||
|
Loading…
Reference in New Issue
Block a user