-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initial update of README for Mbed CE #2
Conversation
Looks about right, spotted a few typo some of which are probably from me, will go over again tomorrow then add instructions about encrypted images in another PR |
@multiplemonomials is there a stable version of mbed-os/ce that we should use? I am trying to build a version for production usage. I tried to pull in the latest master, got many errors when trying to build. |
Uh oh, what are the errors? btw, make sure to delete cache and reconfigure after updating the mbed-os submodule |
I deleted the entire folder under
In the problems tab in VS Code, there is this entry that might be relevant:
This is from mbed-os commit: 722c2f119647e14f1f44d6e1e54041b4442e63b4. I am still learning the ropes of CMake, so it is possible I messed up something outside of mbed-os. |
I bet you have the wrong version of mcuboot checked out. It will end up linking mcuboot to mbed-os and will cause errors like this. (mbed-os is an OBJECT library and must only be linked to the final executable) |
I think you are right. Somehow I have MCUboot commit: 7cc60059845d4252773f538aa50e0906c34f7bd5. Once I checked out the latest version from your repo: de8c4b0b57d2c1b7b81e9bde412198e161890633, compilation is no longer a problem. Thanks. |
This updates the README to reflect the new way that mcuboot and the mcuboot demo app work in Mbed CE.
Still to do: