Skip to content

Commit d963885

Browse files
authored
Merge pull request #90 from MicrochipTech/update_ip_shuran
Updated PF_IOD_GENERIC_RX_version and created dg.exp for risc-v-demo
2 parents 4c41bd3 + cad7031 commit d963885

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

risc-v-demo/precompiled/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ eval $cmd
1919

2020
# Now copy the necessary files to the board
2121
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"
2424
cmd+=" root@$BOARD_IP:/usr/local/shls_sw_dependencies"
2525
echo $cmd
2626
eval $cmd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SHLS_ROOT_DIR=$(dirname "$(dirname "$(which shls)")")
12
echo $SHLS_ROOT_DIR
23

34
rsync -av --exclude='*.tar.gz' $SHLS_ROOT_DIR/smarthls-library/external/vision/precompiled_sw_libraries/* ./

risc-v-demo/sev-kit-reference-design/MPFS_SEV_KIT_REFERENCE_DESIGN.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if { [file exists $project_dir/$project_name.prjx] } {
109109
set mipicsi2rxdecoderPF_version 4.4.0
110110
set PF_CCC_version 2.2.220
111111
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
113113
set PF_OSC_version 1.0.102
114114
set RGBtoYCbCr_version 4.4.0
115115
set PF_XCVR_REF_CLK_version 1.0.103

risc-v-demo/sev-kit-reference-design/script_support/additional_configurations/smarthls/hls_pipeline/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ USER_CXX_FLAG+=-DHLS_DBG_PRINTF
99
USER_CXX_FLAG+=-DHLS_PROFILER_SAMPLES=100
1010
USER_CXX_FLAG+=-DHLS_PROFILER_ENABLE
1111

12-
BOARD_IP=10.245.245.184
12+
BOARD_IP?=192.168.1.2
1313

1414
include $(LEVEL)/Makefile.common

risc-v-demo/sev-kit-reference-design/script_support/additional_configurations/smarthls/hls_pipeline/compile_and_copy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ rm -f $ELF
2424
HLS_DRIVER_PATH="./hls_output/accelerator_drivers"
2525

2626
# 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
2929

3030
LD_LIBRARY_PATH=$OPENCV_PATH/lib:$FFMPEG_PATH/lib:$LD_LIBRARY_PATH
3131
PATH=$FFMPEG_PATH/bin:$PATH

0 commit comments

Comments
 (0)