Hi all,
Built the new Picade, burned the RetroPie to SD, added the hdmi_force_hotplug line to configure.txt and booted. RPi Model 3B+
Now, according to the Picade page, I should:
Connect a USB keyboard to your Pi, and connect to Wi-Fi in the RetroPie menu.
However, I only get to the RetroPie “no gamepads detected” screen, so, not able to go to a menu at all? Can only manually set up keys in this screen.
However, dropped to terminal, run raspi-config, got WiFi.
So:
Press F4 to exit to the terminal and then type
curl https://get.pimoroni.com/picadehat | bash
to run the Picade HAT installer.
Reboot your Pi, if it doesn’t prompt you to.
Rebooted, done.
Press the “Alt” key on your keyboard and then select “Configure input” to configure your Picade’s controls. You’ll find that the sound and power button should both be working now too!
Can press alt what I want on my attached USB, but nothing responds.
Only thing I can to is either setup my keys in RetroPie, or drop to terminal…
What am I missing here? Already manually configured some keys (is there an overview of how they should map?), then I get into RetroPie. But I think this is not how it is supposed to be, and am wondering if something is wrong. My powerbutton works, but the led isn’t for example. Is this a driver issue?
Also: watch -n 0.q gpio readall doesn’t work since “gpio” isn’t installed. Manually apt-get install raspi-gpio gives that it already is installed…