Skip to content

Commit 4a5d519

Browse files
committed
xspiloader: Update neotron-loader for Rust 1.89 ELF
ELF header output changed in Rust 1.89 and wasn't recognised by the loader, "Wrong ELF format". Signed-off-by: Matt Johnston <[email protected]>
1 parent 21a9a75 commit 4a5d519

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xspiloader/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ cortex-m = { workspace = true }
1717
cortex-m-rt = { workspace = true }
1818
panic-probe = { workspace = true }
1919

20-
neotron-loader = "0.1.0"
20+
# Required for ELF payloads build with Rust 1.89
21+
# https://github.com/Neotron-Compute/neotron-loader/pull/2
22+
neotron-loader = { git = "https://github.com/Neotron-Compute/neotron-loader", rev = "ab92cecd8a458044aef30b39c87112244deb69c6" }

0 commit comments

Comments
 (0)