-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
idf.py erase-otadata broken? (IDFGH-6687) #8317
Comments
@chegewara idf.py -p /dev/ttyUSB1 flash monitor # port is global and it applies to all subcommands So please try this: idf.py -p <port> -b <baud> erase-otadata |
Hi,
|
Now funny part:
It is from espressif example, where |
Ok, thanks @chegewara. We'll look into this why it is not working. |
Bugfix: Allow setting options port -p and baudrate -b, with idf.py otatool commands. Closes #8317
Bugfix: Allow setting options port -p and baudrate -b, with idf.py otatool commands. Closes #8317
There is no option to set port and baud, like with all other
idf.py
commands:Instead we have to create env params:
The text was updated successfully, but these errors were encountered: