File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
script_support/additional_configurations/smarthls/hls_pipeline Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ eval $cmd
19
19
20
20
# Now copy the necessary files to the board
21
21
cmd=" scp -r $SSH_OPT "
22
- cmd+=" shls_sw_dependencies/ffmpeg4.4-riscv_64-linux "
23
- cmd+=" shls_sw_dependencies/opencv4.5.4-riscv_64-linux "
22
+ cmd+=" shls_sw_dependencies/ffmpeg4.4-riscv_64"
23
+ cmd+=" shls_sw_dependencies/opencv4.5.4-riscv_64"
24
24
cmd+=" root@$BOARD_IP :/usr/local/shls_sw_dependencies"
25
25
echo $cmd
26
26
eval $cmd
Original file line number Diff line number Diff line change
1
+ SHLS_ROOT_DIR=$( dirname " $( dirname " $( which shls) " ) " )
1
2
echo $SHLS_ROOT_DIR
2
3
3
4
rsync -av --exclude=' *.tar.gz' $SHLS_ROOT_DIR /smarthls-library/external/vision/precompiled_sw_libraries/* ./
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ if { [file exists $project_dir/$project_name.prjx] } {
109
109
set mipicsi2rxdecoderPF_version 4.4.0
110
110
set PF_CCC_version 2.2.220
111
111
set PF_CLK_DIV_version 1.0.103
112
- set PF_IOD_GENERIC_RX_version 2.1.110
112
+ set PF_IOD_GENERIC_RX_version 2.1.113
113
113
set PF_OSC_version 1.0.102
114
114
set RGBtoYCbCr_version 4.4.0
115
115
set PF_XCVR_REF_CLK_version 1.0.103
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ USER_CXX_FLAG+=-DHLS_DBG_PRINTF
9
9
USER_CXX_FLAG+=-DHLS_PROFILER_SAMPLES =100
10
10
USER_CXX_FLAG+ =-DHLS_PROFILER_ENABLE
11
11
12
- BOARD_IP =10.245.245.184
12
+ BOARD_IP? =192.168.1.2
13
13
14
14
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ rm -f $ELF
24
24
HLS_DRIVER_PATH=" ./hls_output/accelerator_drivers"
25
25
26
26
# Extra defines to include shared opencv/ffmpeg libraries below:
27
- OPENCV_PATH=$EXAMPLE_ROOT_FOLDER /precompiled/shls_sw_dependencies/opencv4.5.4-$arch -linux
28
- FFMPEG_PATH=$EXAMPLE_ROOT_FOLDER /precompiled/shls_sw_dependencies/ffmpeg4.4-$arch -linux
27
+ OPENCV_PATH=$EXAMPLE_ROOT_FOLDER /precompiled/shls_sw_dependencies/opencv4.5.4-$arch
28
+ FFMPEG_PATH=$EXAMPLE_ROOT_FOLDER /precompiled/shls_sw_dependencies/ffmpeg4.4-$arch
29
29
30
30
LD_LIBRARY_PATH=$OPENCV_PATH /lib:$FFMPEG_PATH /lib:$LD_LIBRARY_PATH
31
31
PATH=$FFMPEG_PATH /bin:$PATH
You can’t perform that action at this time.
0 commit comments