WIC file missing IVT header in S32G399ardb3 build

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

WIC file missing IVT header in S32G399ardb3 build

426 Views
s153022
Contributor III


Dear NXP Support,

I am currently building the NXP Auto Yocto BSP 38_0 for the S32G399ARDB3 machine. I have added WIC card support by including the following in my Yocto configuration:

IMAGE_FSTYPES += " wic.xz wic.bmap wic"

However, I observed that the generated .sdcard file includes an IVT header, but the IVT header is missing in the .wic file.

Could you please advise on how to generate the WIC file with the IVT header, similar to the .sdcard file? Is there an additional step or configuration required to ensure the WIC file contains the necessary boot headers?

Looking forward to your guidance.

Best regards

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

407 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @s153022 

Thanks for your post.

From chapter 27.3 of BSP38 UM, when "dm-verity" is enabled from the Yocto configuration, the newly generated image would be with the .wic extension.

This seems the only case which is tested under BSP's perspective for wic image, I have tested it from my local host, the newly generated wic image also include the IVT which is the same as the default .sdcard image.

 

BR

Chenyin

0 Kudos
Reply