iMX6 Board Remote Access Issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMX6 Board Remote Access Issue

1,162 Views
hajimohammed
Contributor III

Hi,

   I am using imx6ul platform, below are the configuration using in my board

   Linux Kernel - 3.14.38 kernel

   Filesystem - Yocto (1.8, Image -core-image-minimal)

I wanted to use my board through putty(remotely), so i installed openssh  along with yocto and  copied the (binaries, libraries) to my board. I'm able to access my Linux-PC from imx6ul board through WiFi, but i'm not able to access imx6ul board from my linux-PC.

Please suggest!

Thanks In Advance,

Regards,

Haji

Labels (3)
0 Kudos
1 Reply

862 Views
Yuri
NXP Employee
NXP Employee

Hello,

  You need to have ssh server installed and unning on i.MX board to be able to access the board from PC.

So you need to install some ssh server (for example openssh-server).And then you need to make sure that

it is turned on as service with the command like "/etc/init.d/ssh status".

   Please follow recommendation in case number 00145319


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos