I want to mount NFS rootfs on the Avnet Ultra96v2, the board doesn't have an Ethernet Interface so I connected an USB-Ethernet adapter (I am sure that the adapter works, I already installed a prebuilt image in the MMC and send succesfully ping requests). I followed the steps in Configuring NFS Boot http://https//www.xilinx.com/support/documentation/sw_manuals/xilinx2019_2/ug1144-petalinux-tools-reference-guide.pdf to configure the image in Petalinux, then I used the petalinux command to boot the board via JTAG: petalinux-boot --jtag --prebuilt 3 the kernel booted and the command line is pointing to the NFS server but the kernel is not able to get the rootfs, what I noticed is that the Ethernet Led in the USB-Ethernet Adapter is not blinking, so I would suppose that at that stage the driver for the adapter is not recognized by the kernel.
Can Anyone give some hints, tutorial or maybe patchs to resolve this Problem
