Skip to content

Commit

Permalink
install ai samples for duo cv1800b
Browse files Browse the repository at this point in the history
Signed-off-by: carbon <[email protected]>
  • Loading branch information
carbonfix committed Dec 9, 2024
1 parent 2b4e5fd commit 4f4e7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/envsetup_milkv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ function build_sdk()
# copy so
cp -a "$SDK_INSTALL_PATH"/lib/*.so* "$SYSTEM_OUT_DIR"/lib/
# copy sample_xxx
if [[ "$CHIP_ARCH" != CV180X ]] && [[ "$1" = ai ]]; then
if [[ "$1" = ai ]]; then
mkdir -p "$SYSTEM_OUT_DIR"/usr/bin/"$1"
cp -a "$SDK_INSTALL_PATH"/bin/sample_* "$SYSTEM_OUT_DIR"/usr/bin/"$1"
cp -a "${SDK_INSTALL_PATH}/sample/3rd/rtsp/lib/libcvi_rtsp.so" "$SYSTEM_OUT_DIR"/lib/
Expand Down

0 comments on commit 4f4e7e8

Please sign in to comment.