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.
- Ensure that you are using the correct username, which should be
-
Check Device IP Address:
- Make sure that the IP address of your Colibri iMX8X device is correctly set in the
settings.json
file under thetorizon_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.
- Make sure that the IP address of your Colibri iMX8X device is correctly set in the
-
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 betorizon
.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).
- Verify that the
-
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: