Jetson TX1 + Auvidea J120 + B102

Recently I brought Auvidea J120 along with B102 for jetson TX1.My project involes reading HDMI camera video source using B102 (HDMI - CSI Convertor) for jetson tx1

I am able to successfully load the Driver for J120 and B102 in jetson TX1, but unable to receive video using gstreamer.Gstreamer stucks fo a while anf finally TX1 gets hanged.Below is my steps which i have been used for the driver update.

As per my go through, Only the firmware version 1.1(https://auvidea.com/firmware/) has the driver for B102. The Readme file presents on Version 1.1 tells that it supports only for 23.2 release on jetson TX1 which is jetpack2.1. So i followed the following steps to install and enable driver for J120 with B102

1.Installed Jetpack2.1 (which holds L4T23.2) on Jetson TX1
2.Followed the Installation steps in readme.txt on version 1.1 (https://auvidea.com/firmware/)
3.Upon Rebooting
4.On Terminal : sudo rmmod nvhost_vi
sudo modprobe tc358743
sudo modprobe tegra_camera
5.So these confirms me by showing /dev/video0 (previously no such device presents on /dev/)

Upon succssfull Installation of drivers, the below test command on gstreamer is issued

gst-launch-1.0 v4l2src num-buffers=100 ! ‘video/x-raw,width=640,height=480,format=UYVY,framerate=60/1’ ! filesink location=test4.raw

Its splits out the below code and gets stuck for a while and TX1 hangs after.

Pipeline is PREROLLED…
Setting pipeline to PLAYING…
New clock: GstSystemClock

Kindly help me to get rid of it, if any mistakes done by me in previous please bare with me and correct me accordingly