Skip to content

platforms/atlys: Adding comment about JP5. #198

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

Merged
merged 1 commit into from
Jan 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions platforms/atlys.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,8 @@
" To use J1, make sure:\\n"
" * JP4 has a jumper (it connects / disconnects 5V to HDMI pin 18).\\n"
" * JP2 (marked only as SDA/SCL - not to be confused with JP6 and JP6)\\n"
" has *two* jumpers (horizontally).\\n"
" has *two* jumpers (horizontally).\\n"
" * JP5 has a jumper (it enables the HDMI input buffer).\\n"
),

"HDMI_IN1_MNEMONIC": "J3",
Expand All @@ -552,7 +553,7 @@
" To use J3, make sure:\\n"
" * JP8 has a jumper (it connects / disconnects 5V to HDMI pin 18)\\n"
" * JP6 and JP7 do *not* have any jumpers (it connect J3's and J2's\\n"
" EDID lines together).\\n"
" EDID lines together).\\n"
),

"HDMI_OUT0_MNEMONIC": "J2",
Expand All @@ -561,7 +562,7 @@
" To use J2, make sure:\\n"
" * JP8 has a jumper (it connects / disconnects 5V to HDMI pin 18)\\n"
" * JP6 and JP7 do *not* have any jumpers (it connect J3's and J2's\\n"
" EDID lines together).\\n"
" EDID lines together).\\n"
),

"HDMI_OUT1_MNEMONIC": "JB",
Expand Down