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.
我查看了数据手册 页看了3.x的内核关于VBUS DEVVBUS的patch的内容 觉得只是将 VBUS Detect Enable 失能掉 ,按道理该操作后读取USB控制寄存器会从 0x3C18 6004 变成 0x3C106004 但是我更改后 这个值始终维持原状
root@xxxx ~#:devmem 0x44E10628
0x3C186004
root@xxxx ~#:devmem 0x44E10620
0x3C186004
root@xxxx ~#:
甚至我尝试直接去改寄存器值 他也不发生变化
root@xxxx ~#:devmem 0x44E10628 32 0x3C106004
root@xxxx ~#:devmem 0x44E10628
0x3C186004