Running the Rawstream Sample Application
Copy the sample application to the target filesystem:
cp <top>/drive-linux/samples/nvsci/rawstream/rawstream
        <top>/drive-linux/targetfs/home/nvidia/ 
Run the sample application:
./rawstream -p &
./rawstream -c
Note: 
      
    The rawstream application must be run as root user (with sudo).
If the rawstream application fails to open the IPC channel, cleaning up NvSciIpc resources may help.
sudo rm -rf /dev/mqueue/*
sudo rm -rf /dev/shm/*