mirror of
https://github.com/MiSTer-devel/MkDocs_MiSTer.git
synced 2026-04-19 03:04:38 +00:00
Merge pull request #90 from n-batalha/fix/clarify-dip-switches
Clearly split the different DIP switches recommendations
This commit is contained in:
@@ -1,19 +1,32 @@
|
||||
## The MiSTer FPGA's correct DIP switch configuration on the DE10-Nano
|
||||
|
||||
If your keyboard doesn't work or something else low-level hardware related doesn't work, it's possible that one or more of the DIP switches on your DE10-Nano are misconfigured. Make sure the DIPS are configured like the following pictures:
|
||||

|
||||

|
||||
If your keyboard doesn't work or something else low-level hardware related doesn't work, it's possible that one or more of the DIP switches on your DE10-Nano are misconfigured.
|
||||
|
||||
If you have a Digital IO board then your first of the large dips in the 2nd picture above needs to be turned On (up) and the rest should be turned off (down) in order to use the 2nd SDRAM module, if you have one. Here's a demonstration with a picture again:
|
||||

|
||||
*Credit for 2nd and 3rd pictures goes to Nat from [MiSTerFPGA.co.uk](https://misterfpga.co.uk){target=_blank}*
|
||||
### Upper DIP Switches
|
||||
|
||||
| Board | SW0 | SW1 | SW2 | SW3 |
|
||||
| ---------- | --- | --- | --- | --- |
|
||||
| Analog IO | Off | Off | Off | Off |
|
||||
| Digital IO | Off | Off | Off | On |
|
||||
Make sure the DIPS are configured like the following pictures:
|
||||

|
||||
|
||||
**Note:** If your IO board is based on the 9.2 [IO Board](https://mister-devel.github.io/MkDocs_MiSTer/assets/92_io_board.png) and [AV Mezzanine Board](https://mister-devel.github.io/MkDocs_MiSTer/assets/92_av_board.png), you needn't toggle any of the switches. The new board's framework will autodetect the configuration for you.
|
||||
### Lower DIP Switches
|
||||
|
||||
If your IO board is based on the 9.2 [IO Board](https://mister-devel.github.io/MkDocs_MiSTer/assets/92_io_board.png) and [AV Mezzanine Board](https://mister-devel.github.io/MkDocs_MiSTer/assets/92_av_board.png), you needn't toggle any of the lower switches.
|
||||
|
||||
The new board's framework will autodetect the configuration for you.
|
||||
|
||||
Please see the below for previous boards.
|
||||
|
||||
??? note "IO boards before 9.2"
|
||||
|
||||

|
||||
|
||||
If you have a Digital IO board then your first of the large dips in the 2nd picture above needs to be turned On (up) and the rest should be turned off (down) in order to use the 2nd SDRAM module, if you have one. Here's a demonstration with a picture again:
|
||||

|
||||
*Credit for 2nd and 3rd pictures goes to Nat from [MiSTerFPGA.co.uk](https://misterfpga.co.uk){target=_blank}*
|
||||
|
||||
| Board | SW0 | SW1 | SW2 | SW3 |
|
||||
| ---------- | --- | --- | --- | --- |
|
||||
| Analog IO | Off | Off | Off | Off |
|
||||
| Digital IO | Off | Off | Off | On |
|
||||
|
||||
## My gamepad doesn't work
|
||||
|
||||
|
||||
@@ -209,6 +209,8 @@ markdown_extensions:
|
||||
# https://python-markdown.github.io/extensions/md_in_html/
|
||||
- md_in_html
|
||||
- footnotes
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
Reference in New Issue
Block a user