In latest i.MX6UL/i.MX6ULL EVK boards, Ethernet PHY chip is upgraded with new revsion ID (01) although the same part number KSZ8081RNBIA is used. The detailed change is as follows:
Mark on old Ethernet PHY chip (Silicon Revision ID is 0, Mark is A2):
KSZ8081
RNBIA
1439A2T
M147J18M02
Mark on new Ethernet PHY chip (Silicon Revision ID is 1, Mark is A3)
KSZ8081
RNBIA
1602SA3T
M159S28M23
Linux BSP requires to be updated to support this new Ethernet PHY because PHY setting is designed to be associated with silicon ID. See attached patch for the details (Please note: i.MX6ULL/i.MX6UL EVK shared the same board file.)
The formal patch is also included into the releases starting from L4.1.15_2.0.1. See http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release.git/tree/imx/meta-bsp/recipes-kernel/...
If ethernet doesn't function on your i.MX6UL/i.MX6ULL EVK board in kernel, please check whether Silicon Revion Mark is A3 on the board and then apply for attached file for the test.
Hi Llly,
On my imx6ul Evaluation board, Silicon Revision ID is 1, Mark is A3
I tried to patch but not successful.
root@imx6ulevk:~#
root@imx6ulevk:~# patch < /home/root/work/0001-ARM-imx-imx6ul-add-PHY-KSZ8081-new-silicon-revision-.patch
patching file mach-imx6ul.c
patch: can't open 'mach-imx6ul.c': No such file or directory
root@imx6ulevk:~#
FYI, Linux version of my machine is 4.1.15-1.1.0+ga4d2a08 & machine model : freescale i.mx6 ultralight 14x14 Evk board
Please Help
Jaydeep
新版的linux4.1.15补丁已经打了,但是还是ping不通
请问要怎么更改