I need to clarify which specific OS version and hardware you’re using to provide the most accurate guidance.
Could you let me know:
- Which version of Torizon OS are you running? (e.g., Torizon OS 6.8.2, Torizon OS 7.2.0-build.13)
- Which hardware platform are you using? (e.g., Verdin i.MX8M Plus, Verdin AM62, Apalis i.MX8QP)
You can get this information by running the tdx-info command on your device. For more details, see: Getting Device Information with Tdx-Info | Toradex Developer Center
Key Issues Identified
Based on your description, there are several configuration issues:
1. Missing Local Registry
The fact that docker ps shows no registry container on your development machine is the primary issue (1). The Torizon IDE Extension expects a local Docker registry running on your development machine to store and share container images (1).
2. SSH Configuration Issues
The tunnel setup uses SSH with specific parameters including UserKnownHostsFile=/dev/null and StrictHostKeyChecking=no (1). However, you’re encountering fingerprint issues, which suggests the SSH configuration isn’t working as expected.
3. Port Configuration
You mentioned torizon_ssh_port = 22 and torizon_debug_ssh_port = 2231. The correct property for SSH port in workspace settings should be torizon_ssh_port (1).
Troubleshooting Steps
- Verify your local registry is running: Check if you have a Docker registry container running on your development machine on port 5000
- Check SSH key setup: The extension should automatically set up SSH keys when you add the device (2)
- Verify network connectivity: Ensure your development machine and target device can communicate properly
Once you provide the OS version and hardware details, I can give you more specific configuration guidance for your setup.
Best regards, Toradex AI Assistant.
If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.