fix(linux): Fix broken link to MMC u-boot docs#408
Merged
Conversation
praneethbajjuri
requested changes
Jul 23, 2025
praneethbajjuri
left a comment
Collaborator
There was a problem hiding this comment.
the vale warnings are fixable. can you update those as well . rest of the patch lgtm.
Collaborator
Author
|
Will update PR and fix vale comments |
Collaborator
Author
|
UGH got more vale warnings, will fix those as well /: |
608fe7c to
54c476a
Compare
StaticRocket
requested changes
Jul 30, 2025
StaticRocket
left a comment
Member
There was a problem hiding this comment.
Vale want's the definition of the acronym before the use of the acronym
praneethbajjuri
previously approved these changes
Jul 31, 2025
StaticRocket
requested changes
Aug 4, 2025
praneethbajjuri
previously approved these changes
Aug 6, 2025
This fixes broken link in eMMC How-to guides and UG-Memory-K3. Signed-off-by: Judith Mendez <jm@ti.com>
This documents inportant information on MMC support in MMC-SD for MMC Linux support and UG-Memory-K3 for MMC u-boot support. This includes a refactor of the existing instance that documented errata i2458 for eMMC, and making the instance more generalistic to be able to reuse for all MMC related support updates. Signed-off-by: Judith Mendez <jm@ti.com>
This fixes warnings and errors reported by vale linter for MMC docs. Signed-off-by: Judith Mendez <jm@ti.com>
The examples listed in MMC-SD assume there are two partitions in eMMC UDA, but the eMMC boot guide should only have one for the rootfs. Add a note in eMMC boot guide to replace '/dev/mmcblk0p2' with '/dev/mmcblk0p1' since examples in eMMC boot guide refer to those in MMC-SD. Signed-off-by: Judith Mendez <jm@ti.com>
This adds 'fdisk' and 'umount' to accept.txt. These are commands used across various how-to flash guides. Signed-off-by: Judith Mendez <jm@ti.com>
StaticRocket
approved these changes
Aug 8, 2025
praneethbajjuri
approved these changes
Aug 9, 2025
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 fixes broken links in MMC docs and documents important information on MMC support