TX1: pxe boot

Hi,
for production purpose, I need to boot TX1 board from TFTP and PXE, but uboot provided in 24.1 doesn’t support r8152 usb eth.
I see that on original u-boot git repository there is a driver to support it. When Nvidia will update their uboot git repo to integrate this driver?
Here is a link to denx repo with r8152 driver:

Thanks,
Giuseppe Patanè

Hi Giuseppe,

You could integrate the driver by yourself since we provide it as source, see link below:
[url]https://developer.nvidia.com/embedded/dlc/l4t-24-1-u-boot-sources[/url]

Also the U-Boot Guide section from Tegra_Linux_Driver_Package_Documents_R24.1:
[url]https://developer.nvidia.com/embedded/dlc/l4t-documentation-24-1[/url]

Thanks