mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-03-15 19:31:43 +00:00
Add tools flash instructions for blisp
This commit is contained in:
parent
804a855772
commit
18408f971e
2 changed files with 14 additions and 2 deletions
|
@ -10,7 +10,7 @@ This is the instructions for the cklink firmware used with BL702 or BL616.
|
|||
|
||||

|
||||
|
||||
## Flash download
|
||||
## Flash download (via BLDevCube)
|
||||
|
||||
- Open BL Devcube
|
||||
- Select IOT UI and select single download
|
||||
|
@ -20,6 +20,12 @@ This is the instructions for the cklink firmware used with BL702 or BL616.
|
|||
|
||||

|
||||
|
||||
## Flash download (via blisp)
|
||||
|
||||
- Download latest blisp [here](https://github.com/pine64/blisp/releases/latest).
|
||||
- Press and hold the boot pin then plug the usb in the computer to go to the boot mode.
|
||||
- Execute `blisp iot -c bl70x --reset -s bl702_cklink_whole_img_v2.2.bin -l 0x0`
|
||||
|
||||
## CKLink driver
|
||||
|
||||
CKLink driver version must be higher than 5.16.0. Download link is here.
|
||||
|
|
|
@ -10,7 +10,7 @@ This is the instructions for the dualuart firmware used with BL702 or BL616.
|
|||
|
||||

|
||||
|
||||
## Flash download
|
||||
## Flash download (via BLDevCube)
|
||||
|
||||
- Open BL Devcube
|
||||
- Select IOT UI and select single download
|
||||
|
@ -20,6 +20,12 @@ This is the instructions for the dualuart firmware used with BL702 or BL616.
|
|||
|
||||

|
||||
|
||||
## Flash download (via blisp)
|
||||
|
||||
- Download latest blisp [here](https://github.com/pine64/blisp/releases/latest).
|
||||
- Press and hold the boot pin then plug the usb in the computer to go to the boot mode.
|
||||
- Execute `blisp iot -c bl70x --reset -s bl702_dualuart_whole_img.bin -l 0x0`
|
||||
|
||||
## UART PIN
|
||||
|
||||
**DTR** and **RTS** are only used for downloading with devcube.
|
||||
|
|
Loading…
Add table
Reference in a new issue