Updating the pybricks hub firmware methods? #676
Unanswered
johnscary-ev3
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Yes, although you will still use the
This should be fixed in https://github.com/pybricks/pybricksdev/releases/tag/v1.0.0-alpha.27, if not please open an issue with the stack trace. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to recently update the firmware on my Inventor hub to latest release.
It seems like the official way to do this is to first restore the LEGO firmware using restore method on install.pybricks.com and then use pybricksdev flash command to put new firmware on the hub.
This worked fine but is a bit indirect and so I am wondering about using the pybricksdev dfu command instead.
I got the dfu mode working, including adding the special driver, and made a backup file.
Seems like I could also use this mode to put the updated pybricks firmware onto the hub but was not sure if this was a good idea.
Is it ok to do the pybricks hub update this way with dfu command, and are there any things to watch out for with this?
Thanks.
By the way, pybricksdev flash command only seemed to work after I updated to Python 3.10 from Python 3.8.
Beta Was this translation helpful? Give feedback.
All reactions