-
Hello!
I'm trying to use this SDK to build an app for the BL602 (Pine64 board). I tried to build the helloworld app as follows:
```
make BOARD=bl602_iot CHIP=bl602 APP=helloworld
```
But I …
JF002 updated
3 years ago
-
-
Magichome comes with this chip. I've got 3 and I can't flash them.
-
https://github.com/bouffalolab/bl_iot_sdk/blob/3a6fef76a20409cd04227d81f4b4c27b054490f9/components/hal_drv/bl602_hal/hal_pwm.c#L475
文档: https://github.com/bouffalolab/bl_docs/tree/main/BL602_RM/zh_…
-
Is this file available somewhere? Or how should development on Linux work otherwise?
```
# make CONFIG_CHIP_NAME=BL602 CONFIG_LINK_ROM=1 -j flash
****** Please SET BL60X_SDK_PATH ******
****** T…
-
@ Line 190
https://github.com/bouffalolab/bl_iot_sdk/blob/db12f7c305a28441cc353d7f53c357efcd598fef/LICENSE#L188-L192
ghost updated
3 years ago
-
你好,官方:
请问是否有详细的BL602的Linux环境搭建教程,我看了SDK里的《https://github.com/bouffalolab/bl_iot_sdk/tree/master/docs/html/Developer_Environment》只是有一些组件的install,没有看到相关交叉编译的工具链以及PATH的设置,请问方便提供详细环境搭建资料吗?
![im…
-
Hi,
I tried to use OpenOCD.exe in Flasher, sadly, it miss following libraries: `libftdi1.dll`, `libusb-0-1-4.dll` and `libusb1.0.dll`.
I tried latest OpenOCD, it actually works, but it shows "Wa…
-
Would it be possible for you to release information on the protocol used to program the BL602 over it's UART?
Additionally I'd appreciate it if you would consider releasing the source code of those…
-
Hi there,
I already got some DEV-Boards but cant seem to find an upload tool for linux machines. I cant even get BlDevCube.exe from this repo running in a Win10 VM, because it seems this is not the …