Hey all,

 

i tried to setup a fip.bin and add 3 images (bl31, bl32 and bl33).

 

./fiptool --verbose create --soc-fw bl31.bin --nt-fw bl33.bin --tos-fw bl32.bin fip.bin

 

When i check the generated fip.bin with fiptool info it shows me all my three images in the fip.bin

 

EL3 Runtime Firmware BL31: offset=0xB0, size=0x13644, cmdline="--soc-fw"

Secure Payload BL32 (Trusted OS): offset=0x136F4, size=0x18D864, cmdline="--tos-fw"

Non-Trusted Firmware BL33: offset=0x1A0F58, size=0x9692E, cmdline="--nt-fw"

 

But during bootup the BL2 finds only the image id =3 and image id=5 which is BL32 and BL33. Why he is not finding the bl32?

 

Thanks for youre short help.

 

Regards

 

Torsten