Skip to content

Commit 89dd220

Browse files
authored
[BL602]1.add bflb-iot-tool to chip-build-vscode;2.support build bl602-light in vscode; (#21572)
1 parent 1cb778e commit 89dd220

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vscode/tasks.json

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
"android-arm64-chip-tvserver",
332332
"android-x64-chip-tool",
333333
"android-x86-chip-tool",
334+
"bl602-light",
334335
"efr32-brd4161a-light",
335336
"efr32-brd4163a-light",
336337
"efr32-brd4164a-light",

integrations/docker/images/chip-build-vscode/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ RUN set -x \
6666
&& rm -rf /var/lib/apt/lists/* \
6767
&& : # last line
6868

69+
# Required for the Bouffalolab platform
70+
RUN set -x \
71+
&& pip3 install bflb-iot-tool \
72+
&& : # last line
73+
6974
ENV AMEBA_PATH=/opt/ameba/ambd_sdk_with_chip_non_NDA
7075
ENV ANDROID_HOME=/opt/android/sdk
7176
ENV ANDROID_NDK_HOME=/opt/android/android-ndk-r21b

0 commit comments

Comments
 (0)