In LS1043A which is the default Eth interface for tftp programming and GPIO for Watchdog circuit

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

In LS1043A which is the default Eth interface for tftp programming and GPIO for Watchdog circuit

ソリューションへジャンプ
616件の閲覧回数
Abhilash_PV
Contributor I

In the LS1043A is there any default Ethernet interface (like Ethernet Controller1(EC1) or EC2) that should be used for tftp programming?

Can any GPIO of LS1043A be used for giving pulse to an external Watchdog circuit or any dedicated GPIO is available for this purpose?

0 件の賞賛
1 解決策
611件の閲覧回数
ufedor
NXP Employee
NXP Employee

Primary Ethernet interface is defined in the board's header file, for example "ls1043ardb.h":

https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot/tree/include/configs/ls1043ardb...

as

#define CONFIG_ETHPRIME			"FM1@DTSEC3"

 

GPIOs can be used according to the board's designer needs.

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
612件の閲覧回数
ufedor
NXP Employee
NXP Employee

Primary Ethernet interface is defined in the board's header file, for example "ls1043ardb.h":

https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot/tree/include/configs/ls1043ardb...

as

#define CONFIG_ETHPRIME			"FM1@DTSEC3"

 

GPIOs can be used according to the board's designer needs.

0 件の賞賛
599件の閲覧回数
Abhilash_PV
Contributor I

Thank you for the response. 

0 件の賞賛