From 9ec600a0c3406f579df13d233b345558543c7b14 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Wed, 9 Oct 2024 22:31:27 +0800 Subject: [PATCH] add docker build step. --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index d61e95c..71057df 100644 --- a/Readme.md +++ b/Readme.md @@ -63,6 +63,8 @@ HOST_TOOLS := /opt/Xuantie-900-gcc-elf-newlib-x86_64-V2.6.1/bin # 实际的版本设置在 cv181x_alios/solutions/smart_doorbell/package.yaml.L015_V200R002 ./rebuild-app-ota.sh y L015 V200 R002 05 600X800 + +docker run -it --rm --user 1000:1000 -v /opt:/opt -v $(pwd):$(pwd) -w $(pwd) registry.cn-shenzhen.aliyuncs.com/amass_toolset/yoctools:22.04 ./rebuild-app.sh y L015 V200 R002 ```