Hi,
I'm using BSP44 Auto Linux BSP. When booting u-boot I cannot get pfe working.
The reason is "PFEng firmware file 'mmc@0:2:s32g_pfe_class.fw' loading failed: -2" error shown on console.
When executing fatls on mmc 0:2, I can see that s32g_pfe_class.fw is not present in that partition.
=> fatls mmc 0:2
15693832 Image
51422 te_devicetree.dtb
I've tried to flash a bigger .sdcard (100MB) just in case I was flashing a partial image, but it not worked and pfe firmware still does not appear on mmc partition.
During Yocto compilation, I've added the NXP_FIRMWARE_LOCAL_DIR to pfe firmware and DISTRO_FEATURES:append = " pfe" and DISTRO_FEATURES:append = " pfe-master" in local.conf.
After yocto compilation, I can see that pfe firmware is installed on the Linux partition at /usr/lib/firmware/ but it's not present on the boot partition needed by u-boot.
Is this a bug on BSP44, should I change something in my yocto configuration in order to add pfe_firmware in the boot partition? It worked with BSP40, but not anymore.
Thanks,