mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-13 05:08:31 +08:00
HDMI
This commit is contained in:
parent
2dc463ab28
commit
748542b9a1
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -5983,8 +5983,32 @@ Maybe because the Display Controller is not powered up?
|
|||
|
||||
Can we poke the Clock and Reset Registers to power it up?
|
||||
|
||||
Let's find out...
|
||||
|
||||
# Power Up Star64 JH7110 Display Controller
|
||||
|
||||
_Can we poke the Clock and Reset Registers to power it up?_
|
||||
|
||||
TODO
|
||||
|
||||
From [Clock Structure](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/clock_structure.html):
|
||||
|
||||
![Clock Structure](https://doc-en.rvspace.org/JH7110/TRM/Image/Drawing/Clock_Structure.svg)
|
||||
|
||||
From [Power Management](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/overview_pm.html):
|
||||
|
||||
![Power Management](https://doc-en.rvspace.org/JH7110/TRM/Image/RD/JH7110/power_stratey.png)
|
||||
|
||||
[SYS CRG](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/sys_crg.html)
|
||||
|
||||
[SYS SYSCON](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/sys_syscon.html)
|
||||
|
||||
[PMU Registers](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/register_info_pmu.html)
|
||||
|
||||
From [Bus Connection](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/bus_connection.html):
|
||||
|
||||
![Bus Connection](https://doc-en.rvspace.org/JH7110/TRM/Image/RD/JH7110/stg_mtrx_connection17.png)
|
||||
|
||||
# PineTab-V Factory Test Code
|
||||
|
||||
The PineTab-V ships with [Factory Test Code](https://wiki.pine64.org/wiki/PineTab-V_Releases#Factory_releases).
|
||||
|
|
Loading…
Reference in a new issue