mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
fix(docs): add missing line in the fiptool command for stm32mp1
Add the missing trusted key certificate in the fiptool command line. Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Change-Id: Ife95b0261f04b7fd07a9b01488f9e5be9b87e841
This commit is contained in:
parent
f80323da12
commit
d526d00a13
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ __________________
|
|||
--nt-fw <u-boot_directory>/u-boot-nodtb.bin \
|
||||
--hw-config <u-boot_directory>/u-boot.dtb \
|
||||
--fw-config build/stm32mp1/release/fdts/fw-config.dtb \
|
||||
--trusted-key-cert build/stm32mp1/release/trusted_key.crt \
|
||||
--tos-fw-cert build/stm32mp1/release/tos_fw_content.crt \
|
||||
--tos-fw-key-cert build/stm32mp1/release/tos_fw_key.crt \
|
||||
--nt-fw-cert build/stm32mp1/release/nt_fw_content.crt \
|
||||
|
|
Loading…
Add table
Reference in a new issue