-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
SITSW-5839
-
10.00.00
-
10.01.00
-
mkimage tries to pick the key directories (-k) from ti-u-boot/board/ti/keys/* - https://github.com/TexasInstruments/ti-tisdk-makefile/blob/master/makerules/Makefile_linux#L13C71-L13C101
The above path is incorrect & leads to warnings,
Couldn't open RSA private key: '/am62lxx-evm/board-support/ti-u-boot*/board/ti/keys/custMpk.key': No such file or directory Failed to sign 'signature-1' signature node in 'conf-ti_k3-am62l3-evm.dtb' conf node Couldn't open RSA private key: '/am62lxx-evm/board-support/ti-u-boot*/board/ti/keys/custMpk.key': No such file or directory Failed to sign 'signature-1' signature node in 'conf-ti_k3-am62l3-evm-pwm.dtbo' conf node Couldn't open RSA private key: '/am62lxx-evm/board-support/ti-u-boot*/board/ti/keys/custMpk.key': No such file or directory Failed to sign 'signature-1' signature node in 'conf-ti_k3-am62l3-evm-dsi-rpi-7inch-panel.dtbo' conf node
We have to update the makefile to pick the keys to use for signing eventually from ti-u-boot/arch/arm/mach-k3/keys/