Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: r7 on January 12, 2025, 06:30:51 PM

Title: How to enable Ethernet in Petalinux u-boot (ZynqBerry board)?
Post by: r7 on January 12, 2025, 06:30:51 PM
Hello,

I'm trying to implement tftp booting for ZynqBerry TE0726-04-41C94-A. I successfully enabled Ethernet in linux kernel in Petalinux, but how to enable Ethernet in u-boot?
Here https://forum.trenz-electronic.de/index.php/topic,576.msg2556.html#msg2556 (https://forum.trenz-electronic.de/index.php/topic,576.msg2556.html#msg2556) I read that you didn't try this. But it was 8 years ago. Any news on this?
Also I recompiled u-boot with these settings:

#define CONFIG_CMD_USB
#define CONFIG_USB_UHCI
#define CONFIG_USB_HOST_ETHER

but no Ethernet. After loading the kernel I have Ethernet.