Unable to install DeepStreamSDK in Tx2..

Hi all,

Am trying to install DeepStream SDK in my TX2 and TX1. am unable to install.
all the prerequisite as been installed. the error as been given below. kindly help me out with this.

thanks

nvidia@tegra-ubuntu:~$ nvgstiva-app -c ${HOME}/configs/PGIE-FP16-CarType-CarMake-CarColor.txt
------------> -----------------
** ERROR: <create_secondary_gie:105>: Failed to create ‘secondary_gie_0’
** ERROR: <create_secondary_gie:235>: create_secondary_gie failed
** ERROR: <create_secondary_gie_bin:364>: create_secondary_gie_bin failed
** ERROR: <create_processing_instance:926>: create_processing_instance failed
** ERROR: <create_pipeline:1062>: create_pipeline failed
** ERROR: main:384: Failed to create pipeline
Quitting
App run failed
nvidia@tegra-ubuntu:~$ sudo nvgstiva-app -c configs/PGIE-FP16-CarType-CarMake-CarColor.txt
------------> -----------------
** ERROR: <create_secondary_gie:105>: Failed to create ‘secondary_gie_0’
** ERROR: <create_secondary_gie:235>: create_secondary_gie failed
** ERROR: <create_secondary_gie_bin:364>: create_secondary_gie_bin failed
** ERROR: <create_processing_instance:926>: create_processing_instance failed
** ERROR: <create_pipeline:1062>: create_pipeline failed
** ERROR: main:384: Failed to create pipeline
Quitting
App run failed
nvidia@tegra-ubuntu:~$ nvcc -version

That issue is known and discussed in the forum.
VisionWorks needs to be installed to Jetson via Jetpack for DeepStream.
You may as well need to delete cache files.

- If the error 'Failed to create pipeline' is displayed, remove the cache
  files on the Jetson developer kit as follows:

  $ sudo rm -rf ${HOME}/.cache/*