mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #362] Bootloader cannot start any firmware #167
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Alerymin on GitHub (Apr 3, 2024).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/362
Describe the bug
When I try to start any firmware, the bootloader freezes and the firmware does not start
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Upsilon / Epsilon starts normally
Screenshots

Device (please complete the following information):
5101436@Yaya-Cout commented on GitHub (Apr 3, 2024):
I don't know why it does that, but I know where it comes from : newer versions of the toolchain made the bootloader compilation crash. I don't know if the bug is in the toolchain or in Upsilon
A temporary fix I use is to downgrade the toolchain. On Arch Linux, you can do that manually or use the
downgradeAUR package (with a graphical interface).I didn't test every toolchain version (because it is long to download every version), but I know it is working on 11.3.0 (which I use).
@BloomyInDev commented on GitHub (Apr 3, 2024):
Can this version be used in Github actions build ?
@Alerymin commented on GitHub (Apr 3, 2024):
I preferred falling back to Omega's bootloader, this issue should be investigated further. I'm not qualified enough to do it though
@Yaya-Cout commented on GitHub (Apr 4, 2024):
Fixed in
5e83c03f8d.