Connection aborted, Permission Error when "Build and Run Your First Python Application"

Hello,
I’m following the quickstart guide although it is for the Colibri iMX7 1GB eMMC and we have got the Colibri iMX7 Solo 256MB. All previous topics went fine although I skipped “Toradex Debian Image - Armhf”. I’m now at “Build and Run Your First Python Application” and get stucked.

alt text

When it comes to the step where I can debug the Python application, I’m not able to start debugging because the connection is always aborted because of permission errors. Does the user ‘torizon’ maybe need further privileges? I’ve checked that ‘torizon’ is within the docker group.

colibri-imx7-06355141:~$ groups torizon
sudo plugdev users docker torizon

Hello,

when I did module 2 section “Install the Build Environment for Torizon” I forgot to log out after adding my user to the docker group.

sudo addgroup <your username> docker

I just did

$ newgrp docker 

which was not enough as I was in another ssh shell.

Sorry for the inconvenience.

No worries glad you were able to resolve this on your own.

Best Regards,
Jeremias