diff --git a/tools/cklink_firmware/README.md b/tools/cklink_firmware/README.md new file mode 100644 index 00000000..7e3eae09 --- /dev/null +++ b/tools/cklink_firmware/README.md @@ -0,0 +1,33 @@ +# Bouffalo CKLink + +This is the instructions for the cklink firmware used with BL702 or BL616. + +## Hardware + +## Sipeed RV-Debugger-Plus + +- Use BL702C-A0 + +![RV-Debugger-Plus](rv-debugger.png) + +## Flash download + +- Open BL Devcube +- Select IOT UI and select single download +- Load firmware +- Press and hold the boot pin then plug the usb in the computer to go to the boot mode. +- Download + +![Flash download](flash_download.png) + +## CKLink driver + +CKLink driver version must be higher than 5.16.0. Download link is here. + +- [T-Head-DebugServer-windows-V5.16.5](https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1666331581133/T-Head-DebugServer-windows-V5.16.5-20221021-1018.zip) + +- [T-Head-DebugServer-linux-x86_64-V5.16.5](https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1666331533949/T-Head-DebugServer-linux-x86_64-V5.16.5-20221021.sh.tar.gz) + +## Debug with Eclipse + +See [BL_MCU_SDK DOC](https://bl-mcu-sdk.readthedocs.io/zh_CN/latest/get_started/debug.html) \ No newline at end of file diff --git a/tools/cklink_firmware/bl702_cklink_whole_img_v2.2.bin b/tools/cklink_firmware/bl702_cklink_whole_img_v2.2.bin new file mode 100644 index 00000000..573b40ee Binary files /dev/null and b/tools/cklink_firmware/bl702_cklink_whole_img_v2.2.bin differ diff --git a/tools/cklink_firmware/flash_download.png b/tools/cklink_firmware/flash_download.png new file mode 100644 index 00000000..11fa0a52 Binary files /dev/null and b/tools/cklink_firmware/flash_download.png differ diff --git a/tools/cklink_firmware/rv-debugger.png b/tools/cklink_firmware/rv-debugger.png new file mode 100644 index 00000000..aa150d5c Binary files /dev/null and b/tools/cklink_firmware/rv-debugger.png differ