fpga runner, nix, sw: Update to ftditool 0.5.0#617
Open
ziuziakowska wants to merge 2 commits into
Open
Conversation
marnovandermaas
left a comment
Collaborator
There was a problem hiding this comment.
Just a minor comment, probably good to get @engdoreis approval before merging.
engdoreis
approved these changes
Jun 18, 2026
engdoreis
left a comment
Collaborator
There was a problem hiding this comment.
LGTM, let's just wait for the PR in ftditool to be merged before this.
AlexJones0
approved these changes
Jun 18, 2026
f1c7ce5 to
4066325
Compare
Signed-off-by: Alice Ziuziakowska <a.ziuziakowska@lowrisc.org>
d2f0216 to
9735010
Compare
Update to `ftditool` 0.5.0. This version renames `bootstrap-elf` to `load-elf` and does not send a reset to the flash chip automatically - a new `flash-reset` command is provided to do so. This is to allow loading multiple binaries/ELFs before sending the flash reset, which we can use in CI for testing Linux with an initramfs. The fpga_runner command line interface has been modified to take binaries and their load address with the '-f' flag, and ELF files with the '-e' flag. Usage sites in CMake have also been updated. Signed-off-by: Alice Ziuziakowska <a.ziuziakowska@lowrisc.org>
9735010 to
093277f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to
ftditoolversion 0.5.0.This version renames
bootstrap-elftoload-elfand does not send a reset to the flash chip automatically - a newflash-resetcommand is provided to do so. This is to allow loading multiple binaries/ELFs before sending the flash reset, which we can use in CI for testing Linux with an initramfs.The fpga_runner command line interface has been modified to take binaries and their load address with the
-fflag, and ELF files with the-eflag. Usage sites in CMake have also been updated.