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

跳至解决方案
614 次查看
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 解答
609 次查看
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 回复数
610 次查看
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 项奖励
597 次查看
Abhilash_PV
Contributor I

Thank you for the response. 

0 项奖励