I have successfully built the NXP Auto Linux BSP 35.0 by cloning the repository from https://github.com/nxp-auto-linux/auto_yocto_bsp, using the branch release/bsp35.0.
The build process has resulted in the creation of the following images:
1. fsl-image-base-s32g399aevb-20230629125528.rootfs.cpio.gz.u-boot
2. fsl-image-base-s32g399aevb-20230629125528.rootfs.ext4
3. fsl-image-base-s32g399aevb-20230629125528.rootfs.manifest
4. fsl-image-base-s32g399aevb-20230629125528.rootfs.sdcard
5. fsl-image-base-s32g399aevb-20230629125528.rootfs.tar.gz
However, we also require the generation of the `.wic` file.
To generate the `.wic` file in the Yocto build, I attempted to add the directive `IMAGE_FSTYPES = "wic"` in the image recipe, but it did not yield the expected results.
Could you kindly assist me with the correct configuration or any additional steps needed to achieve the generation of the `.wic` file?
Thank you for your help and consideration.
Best regards,
Sami
解決済! 解決策の投稿を見る。
HI @Sami uddin
Okay,Yes, you can increase rootfs size. you can use IMAGE_ROOTFS_EXTRA_SPACE in your local.conf
to set extra size. you can refer below link
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Guide-to-the-sdcard-format/ta-p/1107441
Regards ,
Tushar
HI @Sami uddin
Yocto build will not generate .wic images for standard builds by default. It will generate a .wic image when 'dm-verity' distro feature is added, i.e. DISTRO_FEATURES:append = " dm-verity"
There is be no to add IMAGE_FSTYPES = " wic" . try to build a fsl-image-base.
bitbake fsl-image-base.
not sure fsl-image-auto is supported with dm-verity, at least, when this feature was first introduced it wasn't.
Regards ,
Tushar
HI @Sami uddin
Okay,Yes, you can increase rootfs size. you can use IMAGE_ROOTFS_EXTRA_SPACE in your local.conf
to set extra size. you can refer below link
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Guide-to-the-sdcard-format/ta-p/1107441
Regards ,
Tushar
HI @Sami uddin
Hope you are doing well.
I think it not enough just set IMAGE_FSTYPES = "wic". there are also some other things to be. let me ask to our internal team about .wic support for bsp35. i will update here
Regards ,
Tushar