Why do I get the folowing error with mbedtls when doing "west update"?
Possibly related issues:
* devzone.nordicsemi.com/.../west-update-blocks-and-fails-on-mbedtls (Didn't help)
Why do I get the folowing error with mbedtls when doing "west update"?
Possibly related issues:
* devzone.nordicsemi.com/.../west-update-blocks-and-fails-on-mbedtls (Didn't help)
Hi,
This could be related to this issue.
Try to run this to update to the newest west version (0.6.2) and then try west update again.
pip3 install west --upgrade
If that for some reason fails, try
pip3 install west==0.6.0 --upgrade
I tried updating west, and that worked fine. However, now `west update` fails with:
Looks like you need to stash your changes. Try this command:
git stash
If that does not work, do a git fetch and a git pull, before doing west update
Looks like you need to stash your changes. Try this command:
git stash
If that does not work, do a git fetch and a git pull, before doing west update