Hello All,
Since there is always a limitation in the emmc version of jetson nano SOM with 16GB emmc, I tried to manually installl all components and not go via sdk manager route to install all in one go, which doesnt work as storage space of 16gb is not sufficient.
In my setup I have a usb attached so I run deepstream in a docker which is saved on usb mount and I have mmc free.
Following A203 Carrier Board | Seeed Studio Wiki I was able to create a mmc with 5G storage free.
Now I installed nvidia docker runtime, nvidia-tensorrt and cuda using apt, by looking at How to Install JetPack :: NVIDIA JetPack Documentation.
So far so good. but the deepstream samples container running deepstream-app I get the error
root@em:/opt/nvidia/deepstream/deepstream-6.0# deepstream-test1-app samples/streams/sample_720p.h264
(Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 205)
(Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106)
(deepstream-test1-app:12): GStreamer-WARNING **: 14:51:57.115: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so’: /usr/lib/aarch64-linux-gnu/libnvparsers.so.8: file too short
(deepstream-test1-app:12): GStreamer-WARNING **: 14:51:57.138: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_osd.so’: /usr/lib/aarch64-linux-gnu/libnvinfer.so.8: file too short
One element could not be created. Exiting.
root@em:/opt/nvidia/deepstream/deepstream-6.0# deepstream-app
deepstream-app: error while loading shared libraries: /usr/lib/aarch64-linux-gnu/libnvinfer.so.8: file too short
Please let me know what to do here. I am stuck, did I miss anything