Page 1 of 1

[4.1-dev] idf.py executes commands in wrong order

Posted: Tue Sep 03, 2019 2:25 pm
by DrSegatron
Updated from
v4.0-dev-1287-gd7e659df2
to
v4.1-dev-141-ga7e8d87d3-dirty

idf.py now executes flash before all:
idf.py -p com29 -b 921600 all flash monitor
Checking Python dependencies...
Python requirements from C:\esp-idf\requirements.txt are satisfied.
Executing action: flash
Addendum: It does not skip all because binary is already built.

Re: [4.1-dev] idf.py executes commands in wrong order

Posted: Tue Sep 03, 2019 5:42 pm
by captain_morgan
This is a known issue.
https://github.com/espressif/esp-idf/issues/3948
That suggest checking out a specific version, if you need something after that, I had limited success with running 'monitor flash build'

Re: [4.1-dev] idf.py executes commands in wrong order

Posted: Tue Sep 03, 2019 5:46 pm
by DrSegatron
OK, thanks! For now I can work around it and do flash monitor and get the automatic rebuild when I quit the monitor.