Hi Toradex,
I want to access to the SoM through ssh without need ip address, just username and hostname .
I am using Verdin Development Board
SoM: Verdin-iMX8MP
Any help?
Best ragqrds,
Ahmed49
Hi Toradex,
I want to access to the SoM through ssh without need ip address, just username and hostname .
I am using Verdin Development Board
SoM: Verdin-iMX8MP
Any help?
Best ragqrds,
Ahmed49
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hi Ahmed,
To access your Verdin-iMX8MP SoM through SSH using the hostname instead of the IP address, you can follow these steps:
Find the Hostname:
<family>-<processor>-<serial number>
, all in lowercase letters.hostname
command.Add the Suffix:
.local
to the hostname. For example, if your hostname is verdin-imx8mp-12345678
, you will use verdin-imx8mp-12345678.local
.Establish the SSH Connection:
root
, the command would be:ssh root@verdin-imx8mp-12345678.local
Using Visual Studio Code Extension for Torizon:
By following these steps, you should be able to access your Verdin-iMX8MP SoM through SSH using the hostname without needing the IP address.
Best regards,
[Your Name]
Please, also check if these links can help you solve your problem:
Hi @Ahmed49
Were you able to access your device, or do you still need help with this issue?
If you don’t have any problems, could you mark the issue as solved?