-
Notifications
You must be signed in to change notification settings - Fork 78
feat(U-Boot): Add user-guide to program user OTPs and bootmode OTPs #306
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
Conversation
|
New warnings found with rstcheck: |
|
@Harsha-VM / @kavitha-malarvizhi please review |
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
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
left a comment
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.
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
@StaticRocket I have resolved vale reports to the best possible state. GPMC, NAND, Vpp are standard terms that don't need expansion or explanation |
|
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 <[email protected]>
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.