-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fix Zephyr flashing on physical hardware, busted in #7813 #7853
Conversation
@areusch oh okay. Thanks for fixing it! So, what happened here was that I've indeed tested an early version of my change with STM32 disco board, but then I did additional changes and checked it again, but got the following error:
Skimming through it I attributed it to a Zephyr 2.5.0 change which I stashed to look later and then kind forgot to return to it, focusing on the CI issues I had on the submitting the 7813 PR, sorry about that. I'm wondering on which board you hit the regression first. Was that a disco board or the Nordic (nRF)? Anyway, I need to think of some way to avoid that kind of regression since it's happening too often recently... |
For the records, that error happens because on Zephyr 2.5.0 the |
@gromero glad you resolved it. did you need to do this with the reference VM, or just on your box? |
@gromero looks like I missed this in reviewing your change, and unfortunately no way to test this in CI at main right now.