LS1088A pfe.ko file

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1088A pfe.ko file

949 次查看
samcstewart
Contributor I

I have the LS1088A development system (LS1088ARDB-PB development system), and I was trying to find the fie "pfe.ko" because I am designing a new pcb board with the LS1088A, and I have to change out the Aquantia AQR105 10GBASE-T phy for the Broadcom phy. Thus, I need to modify the "pfe.ko" mdio/mdo information to initialize the Broadcom phy when I boot up. Would anyone know where the "pfe.ko" file is located?

0 项奖励
回复
1 回复

882 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Samuel Stewart,

LS1088A is not PPFE( Programmable Packet Forwarding Engine) based platform, pfe.ko is Kernel driver module for PPFE. 

If you want to use Broadcom phy on the target, please define "CONFIG_PHY_BROADCOM" and remove "#define CONFIG_PHY_VITESSE" in u-boot source code include/configs/ls1088ardb.h.

Please modify board/freescale/ls1088a/eth_ls1088ardb.c in u-boot source code according to your target board.

Thanks,

Yiping

0 项奖励
回复