*** (second version) ***
Since I encounter problems in getting nfs boot running at all, I tried several things. I also followed the "solved" solution of this thread. Initially nfsvers=4 was the problem(!), because I didn't realize that v4 uses a pseudo root path. Finally it operates on v4 after /srv/nfsv4 was stripped in $nfsroot. Further, I took notice of the instructions here: https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Yocto-NFS-TFTP-boot/ta-p/1103671
But this information seems somewhat outdated. Further, this text applied only partially to i.MX8, because the zImage mentioned here is said to be no longer used with arm64: https://community.nxp.com/t5/i-MX-Processors/how-to-build-zImage-for-i-mx8mq/td-p/813439
I was a bit confused regarding this, because zImage is mentioned in the official i.MX Linux User's Guide LF 5.10.9_1.0.0.
Meanwhile, NFS does its job, but a number of init errors occur after the kernel has finished its init. A log file from the start of the run netboot command is attached.
BTW: if I bitbake core-image-base or fsl-image-machine-test, the rootfs is shown as if it (and its content) were generated 2018. Only after executing
bitbake fsl-image-machine-test -c rootfs -f
(with -f), ...build-xwayland/tmp/work/imx8mmevk-poky-linux/fsl-image-machine-test/1.0-r0/rootfs seems really freshly generated. However, the errors as documented in the attachment are still persistent.
I'd appreciate any help gratefully..
BTW: I would also appreciate some hints of how to load a compressed image, since the log shows that this takes quite some seconds. This means: how can I instruct u-boot to extract the image in the process of netboot?