Navigation

    Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Recalbox on Waveshare game hat

    Your recalbox
    recalbox waveshare hat
    1
    2
    2038
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • cheungbx
      cheungbx last edited by

      I made a recalbox using Raspberry Pi 3B and waveshare game hat.

      See this youtube video

      https://www.youtube.com/watch?v=ijM91OzCvNI&t=3s

      Figured out how to map the GPIO pins on the waveshare game hatRecalbox on waveshare game hat

      Download the Recalbox 2018 12 24 Xmas beta boot image for Respberry Pi 3B+
      https://forum.recalbox.com/topic/1501...

      Recalbox config Parameters to adjust to make the Game Hat GPIO work:

      mount -o remount, rw /
      cd ~
      vi recalbox.conf

      then change the following

      system.power.switch=PIN56PUSH

      controllers.gpio.enabled=1
      controllers.gpio.arg=map=4 gpio=5,6,13,19,21,4,26,12,23,20,16,18,-1
      kodi.enabled=1
      kodi.atstartup=0
      kodi.xbutton=1
      wifi.enabled=1
      wifi.ssid=yuourssid
      wifi.key=yourpassword

      The boot up script file of the recalbox 2018 Xmas beta (/recalbox/scripts/recalbox-config.sh) cannot take in the second parameter I put into the recalbox.conf file.
      Until this is fixed in a later release, we need to change the following lines to fix this issue so the custom GPIO button pin mapping can take effect.

      mount -o remount, rw /

      vi /recalbox/scripts/recalbox-config.sh

      While in Vi Search for the line with extra2=“$4” using the command /extra2=“ , then press ENTER and a to add a line after it.

      extra3=“$5”

      Then Search for the line with map="$extra2” using the command /map=“
      Then change it to
      map="$extra2 $extra3”

      After that, reboot the recall box to take effect of the changes by typing

      shutdown –r now

      cheungbx 1 Reply Last reply Reply Quote 1
      • cheungbx
        cheungbx @cheungbx last edited by

        @cheungbx

        The previous Video link has been deleted.
        Pls view the youtube video here.
        https://www.youtube.com/watch?v=FWdlv_c1_6k&t=78s

        1 Reply Last reply Reply Quote 1
        • First post
          Last post

        Want to support us ?

        70
        Online

        88.3k
        Users

        26.2k
        Topics

        179.9k
        Posts

        Copyright © 2021 recalbox.com