-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Issue with multiple targets #4604
Comments
Thanks for the report. Please run |
Now it partially works! If I run
it uploads 2 times the fs, but no firmware! Clean and monitor are executed properly. If I run
it uploads the firmware as expected. pio --version gives |
@fabianoriccardi now, this is the issue of epsressif32 dev-platform. Could you report it to https://github.com/platformio/platform-espressif32/issues ? Thanks in advance! |
@vshymanskyy , could you re-test the latest development PIO Core ( |
I'm working on ESP8266, so I have opened the issue there. |
Bug
Configuration
Operating system: Windows 10
PlatformIO Version (
platformio --version
): PlatformIO Core, version 6.1.6Description of problem
In platformio.ini I have created an env with the following target in order to flash an ESP8266:
(other options are omitted for brevity)
I would expect they run sequentially, instead they run in parallel. Running in parallel, they lead to an obvious error since the last 3 targets try to acquire the serial port all together (the fastest target is
monitor
, so in the endupload
anduploadfs
fail).Actual Results
The targets run in parallel.
Expected Results
The targets run sequentially.
Additional info
Issue already posted and confirmed on PIO forum here.
The text was updated successfully, but these errors were encountered: