-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
refactor: bootloader & cmake cleanup #5232
Conversation
d412500
to
622f54d
Compare
@raphaelcoeffic See if you can rebase this after my nb4+ PR, I have refactorized Flysky based bootloader in that PR, not sure what you will break. |
90341c5
to
046ced3
Compare
Is this #5095 ? I don't see much conflicts there, it should go smooth. |
06601eb
to
53b1e25
Compare
f561118
to
621ffda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks nice, but can I have the bootloader back please? I wasn't expecting optimisations to remove the ability to actually enter/use the bootloader 🤪
TX16S actually tries, but just halts on a grey screen.
T20, PL18EV just ignore bootloader request and boot normally
EL18 started, but I can't test bootloader due to failed trim hats
d08c2a4
to
78ccc85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TX16S, T20, X9D+2019, TX12, EL18 (the one with non-broken trims 🤭 ) all good now.
NV14 won't boot, but doesn't with main, so unrelated.
PL18EV still skips the bootloader.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PL18EV bootloader trims (and trims generally, thanks for spotting that! 🤦) now working...
Merge after #5233