-
Notifications
You must be signed in to change notification settings - Fork 1
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
bsp: imx8: installing-os: Describe partup usage for flashing image to eMMC from SD card #117
Conversation
Note: You may want to inspect the changes of individual commits, as I included some formatting fixes with this PR alongside the additional description of using partup to flash to eMMCs. |
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.
Adding @BHahn42618 also to this pull request. As his latest pull request will probably conflict with this one.
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.
This will probably trigger merge conflicts with my PR: #118 (as Teresa mentioned), as I also corrected things like indentation, the use of code-blocks etc. there for all imx8 bsp documentation there. I guess that needs to be dealt with sometime in the near future.
(I saw I missed two backslashes in my PR, that you got here)
5d280db
to
38533f3
Compare
Properly indent code blocks in bulleted lists or remove bullet points where they are not needed. Signed-off-by: Martin Schwan <[email protected]>
Remove unneeded backslashes in code and literal blocks. Signed-off-by: Martin Schwan <[email protected]>
Use code-block instead of simple literal blocks and adjust the prompt to be properly highlighted. Signed-off-by: Martin Schwan <[email protected]>
Dissolve the chapter "Installing OS" for the i.MX8M PD22.1.1 BSP documentation, as there will be changes in this chapter regarding partup, which are only available since the current head. Signed-off-by: Martin Schwan <[email protected]>
Mention partup as a way of flashing the initial SD card, when wanting to flash the eMMC. Signed-off-by: Martin Schwan <[email protected]>
Describe how to use partup when flashing images/packages to the eMMC from a running Linux system on SD card. Keep the original instructions using dd in a note block. Signed-off-by: Martin Schwan <[email protected]>
38533f3
to
85d701d
Compare
Dissolve the chapter "Installing OS" for the i.MX8M PD22.1.1 BSP documentation, as there will be changes in this chapter regarding partup, which are only available since the current head.
Mention partup as a way of flashing the initial SD card, when wanting to flash the eMMC.
Describe how to use partup when flashing images/packages to the eMMC from a running Linux system on SD card. Keep the original instructions using dd in a note block.
Use code-block instead of simple literal blocks and adjust the prompt to be properly highlighted.
Remove unneeded backslashes in code and literal blocks.
Properly indent code blocks in bulleted lists or remove bullet points where they are not needed.