SSHing into LS1088A-RDB?

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

SSHing into LS1088A-RDB?

820 Views
janarbek_matai
Contributor III

Hi All,

I just able to login into LS1088A-RDB board using a serial terminal, and I want to ssh into my board. I am having trouble to obtain the IP address.I connected the network cable to eth0. It also appears that the Linux distribution on the LS1088A-RDB does not have network service as follow. 

pastedImage_1.png

Labels (1)
0 Kudos
2 Replies

633 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Janarbek Matai,

Please refer to figure "Ethernet MAC Connectivity" in page 111 in https://www.nxp.com/docs/en/supporting-information/LSDK-KC-REV18.06.pdf , please make sure that you have used the correct Ethernet port.

root@TinyDistro:~# ls-addni -n
[  501.610986] iommu: Adding device dpbp.0 to group 1
[  501.712499] iommu: Adding device dpmcp.18 to group 1
[  501.818851] iommu: Adding device dpcon.0 to group 1
[  501.923007] iommu: Adding device dpcon.2 to group 1
[  502.030330] iommu: Adding device dpcon.3 to group 1
[  502.139521] iommu: Adding device dpcon.4 to group 1
[  502.250729] iommu: Adding device dpcon.5 to group 1
[  502.363072] iommu: Adding device dpcon.6 to group 1
[  502.477435] iommu: Adding device dpcon.7 to group 1
[  502.594802] iommu: Adding device dpcon.8 to group 1
[  502.788917] iommu: Adding device dpni.1 to group 1
[  502.848932] fsl_dpaa2_eth dpni.1: Key masks not supported. Steering is disabled
[  502.900506] fsl_dpaa2_eth dpni.1: Probed interface eth2
Created interface: eth2 (object:dpni.1, endpoint: )
root@TinyDistro:~# ls-listmac
dprc.1/dpmac.10
dprc.1/dpmac.9
dprc.1/dpmac.8
dprc.1/dpmac.7
dprc.1/dpmac.6
dprc.1/dpmac.5 (end point: dpni.0)
dprc.1/dpmac.4
dprc.1/dpmac.3
dprc.1/dpmac.2
dprc.1/dpmac.1

If you want to add connection to MAC1, please use "ls-addni dpmac.1".

Please use "ifconfig ni0 <ip_adress>" to assign IP address to the Ethernet port ni0.

Then ssh to the target board with the command

ssh -l root <ipaddress>


Have a great day,
TIC

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

0 Kudos

633 Views
janarbek_matai
Contributor III

Hi Yiping,


Thank you for the response. However, I am still not able to connect to Ethernet. I followed your instructions, and I am seeing different results than what you do. Please see below. This is a board just out of box. Any suggestions ?

network_output.PNG

0 Kudos