Our carrier boards is designed to use the intel i210 nic. And We need port this nic to realize the pxeboot function.
According to these link:
Build add intelundi · NVIDIA/edk2-nvidia Wiki · GitHub
Intel® Ethernet Adapter Complete Driver Pack
We try to add intel module folder include “E9862X3.EFI” and reference the folder “nvidia-uefi-r35.5.0-updates/edk2-non-osi/Drivers/Realtek”.
And add the line to nvidia-uefi-r35.5.0-updates/edk2-nvidia/Platform/NVIDIA/NVIDIA.common.dsc.inc like below:
Drivers/Intel/Bus/Pcie/PcieNetworking/E9862X3.inf
Add the line to nvidia-uefi-r35.5.0-updates/edk2-nvidia/Platform/NVIDIA/NVIDIA.fvmain.fdf.inc like below:
INF Drivers/Intel/Bus/Pcie/PcieNetworking/E9862X3.inf
There is no error after running the cmd edk2_docker edk2-nvidia/Platform/NVIDIA/Jetson/build.sh
and flash the bootloader sucessfully.
But we can not find the nic in uefi interface like this
Here is the output of uefi boot process
uefi-debug.txt (96.6 KB)