How to config Atheros AR8031 ethernet chip On the LS1046A RDB board?

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

How to config Atheros AR8031 ethernet chip On the LS1046A RDB board?

1,132件の閲覧回数
sunghyunko
Contributor I

On the LS1046A RDB board, to change the ethernet chip from RTL8211FS chip to AR8031 chip, what parts of u-boot and kernel should be modified?

0 件の賞賛
1 返信

1,066件の閲覧回数
bpe
NXP Employee
NXP Employee

There is no AR8031 PHY on the NXP original LS1046A-RDB, thus no ready recommendations
are available. If you are working with a custom board modeled after
LS1046A-RDB but with a different PHY, the course of actions is as
follows:


1. Identify and compile the kernel driver for your PHY. Consult at the
   PHY manufacturer for driver availability.


2. Edit your Device Tree to reflect your PHY model and connection.
   Details can be found here:
 

   https://source.codeaurora.org/external/qoriq/qoriq-components/linux/tree/Documentation/devicetree/bi...
   
   Contact your PHY driver vendor/maintainer for additional node
   properties required/recognized by the PHY.
   
3. For u-Boot, similar to the above, make sure the driver is enabled
   at build time and look at the board specific code under
   /board/freescale/ls1046ardb/ to see what PHY-related initializations
   are done.


Have a great day,
Platon

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 件の賞賛