Is loopback supported in RMII mode

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is loopback supported in RMII mode

ソリューションへジャンプ
1,567件の閲覧回数
asmaa
Contributor V

Hi Everyone,

I am using MCIMX6G3 in non linux mode. I want to test ethernet driver in RMII mode. I am using ENET2.

Do MCIMX6G3 supports loopback with PHY in RMII mode?

Regards,

Asma

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,427件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Asma

seems it is not supported as sect.22.5.9 Receive Control Register (ENETx_RCR)

i.MX6UL Reference Manual describes it: LOOP, in RMII_MODE must be written to 0.
0 Loopback disabled.

https://www.nxp.com/webapp/Download?colCode=IMX6ULRM 

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

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,428件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Asma

seems it is not supported as sect.22.5.9 Receive Control Register (ENETx_RCR)

i.MX6UL Reference Manual describes it: LOOP, in RMII_MODE must be written to 0.
0 Loopback disabled.

https://www.nxp.com/webapp/Download?colCode=IMX6ULRM 

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

0 件の賞賛
返信
1,427件の閲覧回数
asmaa
Contributor V

Hi igorpadykov‌, naoumgitnik

https://community.nxp.com/thread/318899.

Can I get the header files for the source code that has been shared on the above link. 

#include "enet.h"
#include "eth.h"
#include "macnet.h"/*register definition*/
#include "macnet_hal.h"/*SoC implementation*/

I am working on implementing bare metal program for ethernet MAC RMII mode on MCIMX6G3. looks like the code that you have shared on the above link is relevant to my dev.

Or can I get the freescale driver for MAC on IMX6. I found imx_enet.c on searching google, but I am not sure if its correct?

Regards,

Asma

0 件の賞賛
返信
1,427件の閲覧回数
asmaa
Contributor V

Yup. I was confirming. thank you.

0 件の賞賛
返信