Extend reboot delay time after last packet#3
Open
mubes wants to merge 1 commit intoarturo182:masterfrom
Open
Conversation
arturo182
reviewed
Feb 29, 2020
| @@ -0,0 +1,3 @@ | |||
| To deploy on versiboard2 you will need to use an external programmer such as blackmagic probe or JLink. | |||
|
|
|||
| If you are using the .bin file in the `release_images` directory then a command like `loadfile versiboard2-tinyuf2.bin 0x60000000` should do the trick. | |||
Owner
There was a problem hiding this comment.
But we scrapped the release_images idea
Contributor
Author
|
Yeah, obviously never updated that! I'll check the other readmes too when
I'm at my desk this evening.
…On Sat, 29 Feb 2020, 13:07 arturo182, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In hw/bsp/versiboard2/README.md
<#3 (comment)>:
> @@ -0,0 +1,3 @@
+To deploy on versiboard2 you will need to use an external programmer such as blackmagic probe or JLink.
+
+If you are using the .bin file in the `release_images` directory then a command like `loadfile versiboard2-tinyuf2.bin 0x60000000` should do the trick.
But we scrapped the release_images idea
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=ABJTBDY6WZKS6L53PL7FL73RFED75A5CNFSM4K6VWWJKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCXOOD5I#pullrequestreview-366797301>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJTBD6JG7Z3FZU27HJJWSDRFED75ANCNFSM4K6VWWJA>
.
|
Owner
|
For the others, you put "drag/drop the compiled file _build/build-mimxrt1020_evk/mimxrt1020_evk-firmware.bin onto it" so it's good :) |
tannewt
pushed a commit
to tannewt/old-tinyuf2
that referenced
this pull request
Apr 28, 2023
Update README.md
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.
This extends the delay after last packet slightly, which stops (my) linux box from complaining the drive disappeared too quickly. I will keep testing with this patch.
(Also the README.md for Versiboard2, which seemed to get missed somehow)