-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
mcuboot: nordic development kits fail to compile #73301
Comments
why is this a zephyr bug? Please report at nordic NCS. |
Why is this a NCS bug? It's a Zephyr bug because these are Zephyr supported platforms failing to compile the Zephyr bootloader. |
I am now discovering the situation is worse for me with the fix than it was without it :) |
it needs to be done on a board by board basis, if you want to do that then I would suggest using sysbuild with your application and having a Example: https://github.com/nrfconnect/sdk-nrf/tree/main/applications/machine_learning |
That's just not a scalable solution. Copy pasting files into every application is a poor solution when better solutions exist IMO. |
Describe the bug
The following Nordic development kits fail to compile the upstream mcuboot application.
Enabling multithreading by removing the following line lets them all compile:
https://github.com/zephyrproject-rtos/mcuboot/blob/d4394c2f9b76e0a7b758441cea3a8ceb896f66c8/boot/zephyr/Kconfig#L751
To Reproduce
Expected behavior
Development kits should successfully compile the standard Zephyr bootloader
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: