You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

6
6
7
-
Side Note: 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:
7
+
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:
8
8

9
9
*Credit for 2nd and 3rd pictures goes to Nat from [MiSTerFPGA.co.uk](https://misterfpga.co.uk){target=_blank}*
10
10
@@ -13,6 +13,8 @@ Side Note: If you have a Digital IO board then your first of the large dips in t
13
13
| Analog IO | Off | Off | Off | Off |
14
14
| Digital IO | Off | Off | Off | On |
15
15
16
+
**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.
17
+
16
18
## My gamepad doesn't work
17
19
18
20
If your gamepad doesn't work in the menu, you need to make sure you have [defined your inputs for that gamepad](../setup/controller.md){target=_blank}. If your gamepad doesn't work in the core, but it does work in the menu, then you need to define the gamepad in that core in the secondary OSD menu. If neither of these work, make sure you your DIP switches are correct as shown above.
@@ -21,6 +23,16 @@ If your gamepad doesn't work in the menu, you need to make sure you have [define
21
23
22
24
If you have a fancy gamer keyboard with lots of macros and RGB lights, it's possible that the stock power supply is not providing enough power. You may want to consider purchasing an upgraded power supply with more amps as a way to fix this, like the [Mean Well GST18A05-P1J](https://www.amazon.com/MEAN-WELL-GST18A05-P1J-Desktop-Adaptor/dp/B01LZ0LJXQ){target=_blank} or take a look at this [DigiKey search result](https://www.digikey.com/short/33rwd9pm) to get a better idea of what is required. Generally speaking you need a 5v power supply with more than the stock 2amps, with a 2.1mm x 5.5mm x 11.0mm barrel plug that has positive center polarization. Mean Well and Triad are often recommended brands, but they are not the only option if you cannot find them at your desired retailer.
23
25
26
+
## The lights on my MiSTer light up, but I don't get video out of the HDMI port
27
+
28
+
If your MiSTer looks like it's booting up, but you don't get any video output from the HDMI, there are a couple of things you should try:
29
+
30
+
1. Do the usual basic troubleshooting by checking that the cable is good and has a good connection to both your MiSTer and the display device.
31
+
2. Try another cable just in case
32
+
3. Pop the SD card out and back into the slot. (if the MiSTer can't read the SD card (or the card is empty) it will fail to boot completely).
33
+
34
+
Finally, you can verify that the MiSTer has booted by using connecting to it via either SSH or FTP. If you can connect, then it has booted.
35
+
24
36
## Fixing missing certs
25
37
26
38
If you are unable to use wget, this might be because you are missing security certificate files. The default system comes with no security certificate files so you need to add --no-check-certificate on wget to download anything HTTPS:
0 commit comments