OpenNuvoton / NUC970_Linux_Kernel

Linux Kernel Source Code for NUC970 Series Microprocessor
Other
68 stars 69 forks source link

Ethernet broken issue #41

Closed jiuzhuaxiong closed 4 years ago

jiuzhuaxiong commented 5 years ago

when using rz command to transfer big file to mounted nand flash or mounted U disk exfat file system through ssh (scp), the ethernet will down , and restore in 10 seconds , not only ethernet , you will heard the usb cdc disconnect sound from computer.

yachen commented 5 years ago

Hi,

About the USB CDC, do you mean the USB gadget of NUC970 or other VCOM converter? Can you add printk in adjust_link() function of nuc970_ether0.c and see if there's phydev->link == 0 (link down event) or status_change == true (link speed change) during your test? Thanks.

Sincerely,

Yi-An Chen

jiuzhuaxiong commented 5 years ago

I will create the experiment again following your instructions , and give you feedback