Hi,
We now have multiple board from Advantech DSP board with 8 DSPs and we are having an issue accessing them. We tried to run it like the following.
./init_dsp.sh 1250
./reset_dsp.sh 1250
./dnld_dsp.sh 16
$MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image=$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out -v --channel="H265 Encode" -a HEVCENC -f $CLIP_CONFIG -c $CODEC_PARAMS -t "64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95" --width=1920 --height=1080
And it hangs.
Would you guide us how to run the encoder in the second ( and more) board ?
Thanks,
Jaewoo