commit | 5f88eaf4150403361d8a3ebed11b88f4d31aabd1 | [log] [tgz] |
---|---|---|
author | Nathan Menhorn <nathan.menhorn@amd.com> | Wed Sep 28 09:55:31 2022 -0700 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Sep 30 11:33:13 2022 +0200 |
tree | 56d54d873c9f9d448ba4e660c952c3e5a23414c4 | |
parent | 5df7789fa42d9df1f446525e08f4f7e5f3aff701 [diff] |
versal: remove the @ from fitImage-versal-vck190.its When executing the command `$ make -f versal.mk image` when following the instructions in: https://github.com/OP-TEE/optee_docs/blob/master/building/devices/versal.rst#configuring-and-building-for-vck190 an error is being encountered when trying to recreate this build using Ubuntu 20.04.5 LTS `../u-boot/tools/mkimage -f versal/fitImage-versal-vck190.its versal/versal-vck190.ub` `versal/fitImage-versal-vck190.its:17.20-19.15: Warning (unit_address_vs_reg): /images/kernel/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:28.20-30.15: Warning (unit_address_vs_reg): /images/fdt-1/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:39.20-41.15: Warning (unit_address_vs_reg): /images/fdt-2/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:50.20-52.15: Warning (unit_address_vs_reg): /images/ramdisk/hash@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:57.16-65.11: Warning (unit_address_vs_reg): /configurations/conf@1: node has a unit name, but no reg property` `versal/fitImage-versal-vck190.its:62.20-64.15: Warning (unit_address_vs_reg): /configurations/conf@1/hash@1: node has a unit name, but no reg property` `../u-boot/tools/mkimage: verify_header failed for FIT Image support with exit code 1` `make: *** [versal.mk:157: fitimage] Error 1` This commit resolves the issue. Signed-off-by: Nathan Menhorn <nathan.menhorn@amd.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers