Hi
I am getting below error when updating esp-idf-
git submodule update
error: Your local changes to the following files would be overwritten by checkout:
esptool.py
Please commit your changes or stash them before you switch branches.
Aborting
Unable to checkout '40258ed6de78672ef20862fea24fbdf4a9b38413' in submodule path 'components/esptool_py/esptool'
Please suggest how to solve this?
Thanks
Ritu.
Error when updating ESP_IDF
- ESP_Roland
- Posts: 265
- Joined: Tue Oct 09, 2018 10:28 am
Re: Error when updating ESP_IDF
Hi Ritu21,
you can solve it like this:
you can solve it like this:
Code: Select all
cd $IDF_PATH/components/esptool_py/esptool
git checkout -- esptool.py
cd $IDF_PATH
Re: Error when updating ESP_IDF
Hi Roland,
Thanks. It works like a charm
Thanks. It works like a charm
Who is online
Users browsing this forum: aliarifat794 and 115 guests