mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
fix: Generate secure keys in project dir instead of build dir
This commit is contained in:
@@ -467,7 +467,7 @@ class TestSecureCommands(TestWrapperCommands):
|
||||
'secure-encrypt-flash-data',
|
||||
'--aes-xts',
|
||||
'--keyfile',
|
||||
f'{self.flash_encryption_key}',
|
||||
f'../{self.flash_encryption_key}',
|
||||
'--address',
|
||||
'0x1000',
|
||||
'--output',
|
||||
@@ -484,7 +484,7 @@ class TestSecureCommands(TestWrapperCommands):
|
||||
'secure-decrypt-flash-data',
|
||||
'--aes-xts',
|
||||
'--keyfile',
|
||||
f'{self.flash_encryption_key}',
|
||||
f'../{self.flash_encryption_key}',
|
||||
'--address',
|
||||
'0x1000',
|
||||
'--output',
|
||||
@@ -515,7 +515,7 @@ class TestSecureCommands(TestWrapperCommands):
|
||||
'--version',
|
||||
'2',
|
||||
'--keyfile',
|
||||
self.signing_key,
|
||||
f'../{self.signing_key}',
|
||||
'--output',
|
||||
'bootloader-signed.bin',
|
||||
'bootloader/bootloader.bin']
|
||||
|
Reference in New Issue
Block a user