Thanks for the input.
With above bootargs also, we are observing the same failure. When we did some analysis on the booting log, we found below error after booti command.
fsl-mc: DPL not deployed, DPAA2 ethernet not work
As already mentioned from uboot we are able to load the kernel and dtb images over tftp successfully. But after booti command we we are getting above error.
-------------------------------------------------------------------------------------------------------------------
=> booti 0x82000000 - 0x8f000000
## Flattened Device Tree blob at 8f000000
Booting using the fdt blob at 0x8f000000
Loading Device Tree to 000000009fff4000, end 000000009ffff3f0 ... OK
fsl-mc: DPL not deployed, DPAA2 ethernet not work
Starting kernel ...
-------------------------------------------------------------------------------------------------------------------
When booting Tiny image present in NOR flash we are not getting DPL error. We did not change anything in RCW / Uboot as we are using same RCW, uboot from NOR, but loading kernel, dtb and filesystem build with Yocto build system, that time getting DPL error.
Any pointers on DPL error?
We are not sure if this error related to DPL, creating issue for network access and NFS mounting?