Skip to content
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 firmware command #83

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Add firmware command #83

merged 2 commits into from
Sep 2, 2024

Conversation

sylane
Copy link
Contributor

@sylane sylane commented Aug 30, 2024

Add the rebar3 command grisp firmware to generate GRiSP 2 binary firmware that could be written in the board eMMC.
Depends on the grisp_tools pull request #26

{image, $i, "image", {boolean, false}, "Generate an EMMC image firmware under _grisp/firmware"},
{bootloader, $b, "bootloader", {boolean, false}, "Generate a bootloader firmware under _grisp/firmware"},
{truncate, $t, "truncate", {boolean, true}, "Truncate the generated image firmware to contain only the first partition"},
{quiet, $q, "quiet", {boolean, false}, "Do not show the instructions on how to burn the firmwares"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to mention this command and its purpose in the Readme, no need to repeat all option description but just a chapter to say what it does and how to invoke it.

@sylane sylane force-pushed the sylane/firmware-command branch 3 times, most recently from d2d29bb to 65ef411 Compare August 30, 2024 17:31
@sylane sylane merged commit 0184ec3 into master Sep 2, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants