Hello
I am trying to connect to my Colibri IMX8X device through Visual Studio Code and Torizon IDE extension, but the username and password doesn’t work and cannot connect to the device.
I get the following error:
trying to connect to colibri-imx8x-number.local: undefined OR Invalid username.
I use the username: torizon and the password I chose the first time I logged in.
Please let me know how to fix this issue to be able to continue.
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
It seems like you are encountering an issue with connecting to your Colibri iMX8X device using the Torizon IDE Extension in Visual Studio Code. Here are a few steps you can follow to troubleshoot and resolve this issue:
Verify Username and Password:
Ensure that you are using the correct username, which should be torizon.
Double-check the password you set the first time you logged in. If you are unsure, you might need to reset the password.
Check Device IP Address:
Make sure that the IP address of your Colibri iMX8X device is correctly set in the settings.json file under the torizon_ip property.
If the device is not detected automatically, you can manually add the device by clicking the + icon and inputting the device’s IP address.
Engineering Mode:
Ensure that your device is in Engineering Mode (Development Mode). This mode enables certain debugging and deployment features that are necessary for the connection.
Default Device Configuration:
Ensure that your Colibri iMX8X device is set as the default device in the Torizon IDE Extension. This can be done by setting the device as default when creating a new project or opening one from a different machine.
Check settings.json Configuration:
Verify that the settings.json file in the .vscode folder of your workspace has the correct values for the following properties:
torizon_login: Should be torizon.
torizon_psswd: Should be the password you set.
torizon_ip: Should be the IP address of your device.
torizon_ssh_port: Should be the SSH port (default is usually 22).
Network Configuration:
Ensure that your development machine and the Colibri iMX8X device are on the same network and can communicate with each other.
If you have verified all the above steps and are still facing issues, you might want to try resetting the device to factory settings and reconfiguring it. Additionally, you can refer to the Torizon documentation or reach out to Toradex support for further assistance.
Please, also check if these links can help you solve your problem: