Problem installing docker on Jetson nano

When installing docker I’m getting this message and can’t continue:

“docker: Error response from daemon: error gathering device information while adding custom device “/dev/video0”: no such file or directory.”
I created docker_dli_run.sh as described but after donlowding a bunch of files sends that message. When repeat is the same.

Hi,

Do you have a USB camera connected to the Nano?
If not, please launch the docker without mounting the device node.

Thanks.

I’m testing with two of them. Both gave same problem. I solved by booting Jetson. But now I got access to Jupyter and connection with CSI camera worked once, later when I execute python connection command all Jupyter crashes and server is disconnected. I tryed both options mentioned at tutorial. Add “–volume /tmp/argus_socket:/tmp/argus_socket” instruction (wich was the option that helped to work once) and incrementing swap memory and rebooting also. Always server connection crashes. What could be now?.

Hi,

Do you use Nano 2GB or Nano 4GB.
When you adding the swap, do you launch docker with the resource?

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.