I tried building the latest NXP auto-yocto-bsp version 44 for machine s32g399ardb3 following below steps on ubuntu 22.04 LTS:
mkdir fsl-auto-yocto-bsp
cd fsl-auto-yocto-bsp/
repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp44.0
repo sync
. nxp-setup-alb.sh -m s32g399ardb3
bitbake fsl-image-base
but encountered the following build errors during the build :
fsl-auto-yocto-bsp/sources/meta-alb/meta-alb-bsp/recipes-bsp/ddr-firmware/ddr-firmware.bb: Unable to get checksum for ddr-firmware SRC_URI entry ddr_fw_ecc_off.bin: file could not be found
looks like the ddr_fw_ecc_off.bin is not found. where can I get this binary?
Let me know if additional details or logs are needed for further investigation.