S1e2 curso básico jetson

al configurar la cámara csi con el comando ./docker_dli_run.sh me marca “permiso denegado” no recurriría a esto pero llevo mucho tiempo intentando seguir el tutorial, gracias.

Hi emmanuelvidal128546,

Welcome to Jetson & Embedded Systems forum, please open issue with English manner then other developers can know your issue to share their experiences.

Translated in English:
when configuring the csi camera with the command ./docker_dli_run.sh marks me “permission denied” I would not resort to this but I have been trying to follow the tutorial for a long time, thanks.

May I know which tutorial you’re following?
What’s the camera you’re using?

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Hi emmanuelvidal128546,

Is this still an issue to support?
May I know which tutorial you’re following?
What’s the camera you’re using?

IMX219,I have the same problem.

I followed the tutorial,but the powershell also displayed permission denied.my camera is IMX-219

Hi new-max,

Please help to open a new topic with more details information of system setup, SW info, and tutorial …etc. Thanks

the prob has ben sovled…thx

I am still facing this problem “-bash: ./docker_dli_run.sh: Permission denied” could anyone please assist? I did not manage to find the solution from this forum.

Hi @Abuelgasim, can you try setting execution privilege on your script with the following command?

chmod +x docker_dli_run.sh

And then try running your script agian. Or you can try running it as sh ./docker_dli_run.sh (which doesn’t require execution bit in the file’s privileges)

1 Like

Thank you, setting the execution privilege worked.