This is a cache of https://discuss.96boards.org/t/question-regarding-fip-bin-when-flashing-aosp/4043. It is a snapshot of the page at 2024-09-28T07:40:48.215+0000.
Question regarding fip.bin when flashing AOSP - HiKey - 96Boards Forum

Question regarding fip.bin when flashing AOSP

I have been following instructions on link to setup AOSP on the Hikey 620 board.

When I finish compiling the code, I notice that the installer folder contains a fip.bin file. My understanding is that fip.bin contains the tee OS code. When AOSP + OPtee manifest is used, the OPtee compilation will be put in fip.bin. Now in the case of a clean AOSP compilation (when no OPtee code is added), what is present in the fip.bin file ?

Thanks.

Firmware Image Package (FIP) is a packaging format used by the Arm Trusted Firmware to package firmware images in a single binary and is typically called fip.bin. Whilst OP-tee is one of the components that can be packaged in a FIP there are other components that can be found in the FIP. For systems without a tee this will include various bootloader components and the Arm Trusted Firmware for the platform.

@danielt Okay thank you.