-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samples/sysbuild/with_mcuboot and bootloader/mcuboot/samples/zephyr/hello-world: not use CONFIG_MCUBOOT_SIGNATURE_KEY_FILE #85270
Comments
After I removed all the test pems of mcuboot, I was able to compile generate zephyr.signed.bin, this is obviously not normal.
I don't know where the esp series chips get the key from, the nrf chip gets the default root-rsa-2048.pem. My core question is still how to customize. |
I also tried bootloader/mcuboot/samples/zephyr/hello-world and got the same result, no configuration was followed. |
I hope the issue can be assigned and tracked to be resolved as soon as possible, and I will provide necessary assistance.Is this an issue with mcuboot upstream or zephyr? I will report the issue upstream if this issue is not appropriate here. |
Documented on https://docs.zephyrproject.org/latest/build/signing/index.html
|
nrf52840 is normal. esp32c3:
I recommend opening this issue to track esp32c3 specific issues. |
The default signature for that is none, you would need to select one of:
|
esp32c3 still has problems:
|
@sylvioalves Is this an esp32c3 specific issue? I just saw a similar issue: #76566 I increased it |
Describe the bug
Default MCUBoot bootloader key file: /home/life/Develop/platform/zephyr-project/bootloader/mcuboot/root-rsa-2048.pem
How to change key file. try use CONFIG_MCUBOOT_SIGNATURE_KEY_FILE add prj.conf still the default.
To Reproduce
nrf52840:
esp32c3:
The esp chip seems to behave differently, the logs give no hint as to which file signature is used.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: