-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add particle flash --tachyon
#780
Merged
Merged
Conversation
This file contains 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
keeramis
force-pushed
the
feature/linux-flashing
branch
from
December 6, 2024 23:19
b4660c2
to
8d62e71
Compare
monkbroc
reviewed
Dec 9, 2024
monkbroc
reviewed
Dec 9, 2024
monkbroc
reviewed
Dec 9, 2024
monkbroc
reviewed
Dec 9, 2024
monkbroc
reviewed
Dec 9, 2024
monkbroc
reviewed
Dec 9, 2024
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.
Looks good 👍 Next step will be to add a version of qdl compiled for each platform.
keeramis
force-pushed
the
feature/linux-flashing
branch
from
December 10, 2024 01:20
812ed57
to
93ba5ba
Compare
monkbroc
reviewed
Dec 10, 2024
monkbroc
reviewed
Dec 10, 2024
monkbroc
reviewed
Dec 10, 2024
keeramis
force-pushed
the
feature/linux-flashing
branch
from
December 11, 2024 17:53
3eb1b78
to
42184ec
Compare
eberseth
approved these changes
Dec 12, 2024
keeramis
force-pushed
the
feature/linux-flashing
branch
3 times, most recently
from
December 16, 2024 20:48
76a8f3d
to
d916533
Compare
keeramis
force-pushed
the
feature/linux-flashing
branch
from
December 16, 2024 20:50
d916533
to
22f4866
Compare
monkbroc
reviewed
Dec 16, 2024
monkbroc
reviewed
Dec 16, 2024
monkbroc
reviewed
Dec 16, 2024
monkbroc
force-pushed
the
feature/linux-flashing
branch
from
December 18, 2024 14:36
8ed9c15
to
4488125
Compare
monkbroc
force-pushed
the
feature/linux-flashing
branch
from
December 18, 2024 19:27
b0a4f1d
to
e2f88ad
Compare
keeramis
commented
Dec 18, 2024
monkbroc
force-pushed
the
feature/linux-flashing
branch
from
December 18, 2024 22:25
eea8049
to
6d2d0e4
Compare
monkbroc
approved these changes
Dec 18, 2024
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.
👍 Tested on Mac, Windows and Linux
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.
Description
Add
particle flash --tachyon
to flash tachyonStory: https://app.shortcut.com/particle/story/132827/create-particle-flash-tachyon-command
Usage
nvm use
to update the node version and then runnpm ci
One of the following ways to test the command:
->
particle flash --tachyon /path/to/firmware.zip
->
particle flash --tachyon /path/to/firmware/folder
->
particle flash --tachyon
from firmware folder->
particle flash --tachyon prog_firehose_ddr.elf rawprogram0.xml patch0.xml rawprogram1.xml patch1.xml
Use
--verbose
to see logs during the update processExpected output
See this slack thread -
Related Issues / Discussions
Story
Completeness