Hello,
I find out that "DSI_TX_FIFO_VC_EMPTINESS" is 0x00000000 when I debug.
But I think that its value should be 0x1f1f1f1f.
How to modify ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I find out that "DSI_TX_FIFO_VC_EMPTINESS" is 0x00000000 when I debug.
But I think that its value should be 0x1f1f1f1f.
How to modify ?
Hi,
Depending on the OS used you can use devmem2 (linux) or OmapConf tool (Linux & Android) from user space.
From kernel space you can use the __raw_writel() function.
Best Regards,
Yordan