feat(U-Boot): Add user-guide to program user OTPs and bootmode OTPs#306
Merged
praneethbajjuri merged 1 commit intoTexasInstruments:masterfrom Jun 9, 2025
Merged
feat(U-Boot): Add user-guide to program user OTPs and bootmode OTPs#306praneethbajjuri merged 1 commit intoTexasInstruments:masterfrom
praneethbajjuri merged 1 commit intoTexasInstruments:masterfrom
Conversation
|
New warnings found with rstcheck: |
Collaborator
Author
|
@Harsha-VM / @kavitha-malarvizhi please review |
StaticRocket
requested changes
Jun 2, 2025
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
Harsha-VM
suggested changes
Jun 3, 2025
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
2b2fe45 to
0680fae
Compare
StaticRocket
requested changes
Jun 3, 2025
Member
StaticRocket
left a comment
There was a problem hiding this comment.
Please run vale locally. This file has too many errors for the workflow to annotate it correctly.
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/U-Boot/UG-Programming-OTPs.rst
Outdated
Show resolved
Hide resolved
c923d6c to
f734fb1
Compare
Collaborator
Author
@StaticRocket I have resolved vale reports to the best possible state. GPMC, NAND, Vpp are standard terms that don't need expansion or explanation |
bryanbrattlof
approved these changes
Jun 4, 2025
praneethbajjuri
previously approved these changes
Jun 6, 2025
Collaborator
Author
|
There is PR needs an updated wrt boot-mode fuse example. Please wait for another push |
Add documentation on using fuse prog and fuse read command to program and read general purpose OTP bits that are available for end users to program. Also, add documentation on how to program OTP bits that translate reduce Boot-mode pins. These features are only available on AM62L for now. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
praneethbajjuri
approved these changes
Jun 7, 2025
StaticRocket
approved these changes
Jun 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.
Add documentation on using fuse prog and fuse read command to program and read general purpose OTP bits that are available for end users to program.
Also, add documentation on how to program OTP bits that translate reduce bootmode pins.
These features are only available on AM62L for now.