-
Assuming the following workspace structure:
what would be the correct way to specify
Zephyr samples are not affected by this since they use the default zephyr/share/sysbuild/bootloader/Kconfig Lines 58 to 65 in 65c9058 However, in the workspace above I'd like to use a relative path or some other mechanism that expands to absolute path during the build process. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It looks like since 65c9058 it's possible to specify the ED25519 key from command line:
It would be nice to be able to do this in |
Beta Was this translation helpful? Give feedback.
String substitution works when using a
sysbuild.conf
file e.g.SB_CONFIG_BOOT_SIGNATURE_KEY_FILE="${APP_DIR}/my_key.pem"