i.MX6DL-AI, CPU2 Ethernet Operation

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

i.MX6DL-AI, CPU2 Ethernet Operation

527 Views
erickang
Contributor II

Hi All,

I'm checking the ethernet, but the ethernet is not operating.

Could you tell me what's the problem and how to confirm the ethernet operation?

Our test environment and test method are like below,

- AP/Board : i.MX6DL-SabreAI CPU2 board

- OS : Linux 3.10.17

- Test method

  . For the ethernet test, I connected CPU2(192.168.1.101) board with PC(192.168.1.102).

  . But the ethernet was not operated normally.

  . in u-boot

     > ping 192.168.1.101

  . kernel Test #1

     ~$ ifconfig eth0 192.168.1.102

     ~$ ping 192.168.1.101

  . kernel Test #2

     ~$ udhcpc i eth0

Best Regards,

Eric.

Labels (3)
0 Kudos
1 Reply

386 Views
Yuri
NXP Employee
NXP Employee

Hello,

It makes sense to use the recent Linux BSP (L3.14.28) for i.MX6, please refer

to the following Web.

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW

http://www.freescale.com/webapp/Download?colCode=L3.14.28_1.0.0_iMX6QDLS_BUNDLE

  As for the Ethernet driver / configuration, please refer to Chapter 45 [Fast Ethernet Controller (FEC)
Driver] of “i.MX_6_Linux_Reference_Manual.pdf” in documentation package.

  In particular, please check Your MAC address : look at section 45.3.2 (Getting a MAC Address).

Have a great day,
Yuri

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

0 Kudos