i.mx28 ENET1 RX CRC errors

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

i.mx28 ENET1 RX CRC errors

Jump to solution
1,019 Views
Bogumil
Contributor III

Hi

I'm are getting a CRC error flag every time a frame is rxed on MAC1 (even a good one). This is not observed on MAC0.

We are using custom board. I can't check it my i.MX28EVK, cause it's broken now. Can anyone confirm it?

It seems driver just update statistics and don't drop this frame:

/drivers/net/fec.c: fec_enet_rx():

if (status & BD_ENET_RX_CR) /* CRC Error */

dev->stats.rx_crc_errors++;

We want to drop frames with wrong crc, cause such frames did already reset or hanged our units.

Labels (1)
Tags (3)
0 Kudos
1 Solution
729 Views
Bogumil
Contributor III

Workaround here mx28 u-boot eth1 problem (don't use pin 3_27 as GPIO input).

View solution in original post

0 Kudos
1 Reply
730 Views
Bogumil
Contributor III

Workaround here mx28 u-boot eth1 problem (don't use pin 3_27 as GPIO input).

0 Kudos