Skip to content

Commit 4569609

Browse files
pankorepull[bot]
authored andcommitted
[Ameba] Update dockerfile to fix commissioning issue (#16760)
1 parent 9a9992e commit 4569609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -x \
99
&& cd ${AMEBA_DIR} \
1010
&& git clone --progress -b cmake_build https://github.com/pankore/ambd_sdk_with_chip_non_NDA.git \
1111
&& cd ambd_sdk_with_chip_non_NDA \
12-
&& git reset --hard b647c19 \
12+
&& git reset --hard a57f9da \
1313
&& git submodule update --depth 1 --init --progress \
1414
&& cd project/realtek_amebaD_va0_example/GCC-RELEASE/project_hp/toolchain \
1515
&& cat asdk/asdk-10.3.0-linux-newlib-build-3638-x86_64.tar.bz2.part* > asdk/asdk-10.3.0-linux-newlib-build-3638-x86_64.tar.bz2 \
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.59 Version bump reason: Update Telink Docker
1+
0.5.60 Version bump reason: [Ameba] Fix commissioning and hardfault issue

0 commit comments

Comments
 (0)