Skip to content

Commit

Permalink
bsp: tf-a: fix path to the combo image
Browse files Browse the repository at this point in the history
Fix the path to the combo (tfa+fip) image ('s/arm-trusted-firmware/fip/g').

Fixes: 5413f74 ("bsp: tf-a-fio-st: create combo images for eval board")
Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
(cherry picked from commit d6b9d3f)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
  • Loading branch information
igoropaniuk authored and quaresmajose committed Nov 25, 2024
1 parent d71d9bb commit 5e05256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ create_combo_image() {
cp ${DEPLOYDIR}/arm-trusted-firmware/tf-a-${LMP_FLASHLAYOUT_BOARD_NAME}-emmc.stm32 \
${DEPLOYDIR}/fip/combo-emmc-tfa-fip-${LMP_FLASHLAYOUT_BOARD_NAME}.bin
dd if=${DEPLOYDIR}/fip/fip-${LMP_FLASHLAYOUT_BOARD_NAME}-optee.bin \
of=${DEPLOYDIR}/arm-trusted-firmware/combo-emmc-tfa-fip-${LMP_FLASHLAYOUT_BOARD_NAME}.bin bs=1024 seek=256 conv=notrunc
of=${DEPLOYDIR}/fip/combo-emmc-tfa-fip-${LMP_FLASHLAYOUT_BOARD_NAME}.bin bs=1024 seek=256 conv=notrunc
fi
fi
}
Expand Down

0 comments on commit 5e05256

Please sign in to comment.