l saw fsl_mc help command in u-boot.
command output as follow:
=> fsm_mc help
fsl_mc - DPAA2 command to manage Management Complex (MC)
Usage:
fsl_mc start mc [FW_addr] [DPC_addr] - Start Management Complex
fsm_mc apply DPL [DPL_addr] - Apply DPL file
fsm_mc lazyapply DPL [DPL_addr] = Apply DPL file on exit
fsl_mc apply spb [spb_addr] - Apply SPB Soft Parser Blob
fsl_mc start aiop [FW_addr] - Start AIOP
I wonder that what is the difference 'apply' vs 'lazyapply'?
And what does 'on exit' mean?
已解决! 转到解答。
Hello songhee yun,
The command "fsl_mc apply DPL" is used to apply DPL immediately, "fsl_mc lazyapply DPL" is used to apply DPL when booting Linux Kernel.
Due to the problem of DPAA2, if applying DPL immediately will cause DPAA2 Ethernet port cannot work under u-boot. So It's better to use
"fsl_mc lazyapply DPL" .
Thanks,
Yiping
Hello songhee yun,
The command "fsl_mc apply DPL" is used to apply DPL immediately, "fsl_mc lazyapply DPL" is used to apply DPL when booting Linux Kernel.
Due to the problem of DPAA2, if applying DPL immediately will cause DPAA2 Ethernet port cannot work under u-boot. So It's better to use
"fsl_mc lazyapply DPL" .
Thanks,
Yiping