Skip to content

Commit

Permalink
platforms/atlys: Adding comment about JP5.
Browse files Browse the repository at this point in the history
 * JP5 is required to have a jumper otherwise Input 0 does *not* work.
  • Loading branch information
mithro committed Jan 27, 2016
1 parent 027dd78 commit 44df1b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions platforms/atlys.py
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

0 comments on commit 44df1b7

Please sign in to comment.