Skip to content

How to access registers mapped in the fabric with a linux command line ? #71

Answered by hughbreslin
rroulleau asked this question in How to
Discussion options

You must be logged in to vote

Linux can access this register, your example devmem command looks correct if using Buildroot, Yocto includes devmem2 so something like:

devmem2 0x4f000000 w 0x1

should work 🙂 Just keep in mind that setting / unsetting this register will swap your access between eMMC and SD so you could lock up your system by changing it on the go.

Replies: 12 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hughbreslin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How to
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #70 on June 13, 2022 15:09.