PI4 4GB PICADE 10in - PICADE HAT drivers won't install correctly

I’ve just built a Picade 10” using a RP4 4GB and fanshim. I’m not installing the fanshim drivers as i know they will conflict with the hat.

The picade is running after i used my own official PI micro HDMI cable, as the supplied HDMI cable and adapter were faulty out fo the box !!

The PICADE is running but i can’t get the Picade hat type-c drivers to install on the PI4
running “curl https://get.pimoroni.com/Picadehat | bash” it says “Do you want to continue? y/N”

I type y, and get this error

Checking environment…
Updating apt indexes…
…E: Failed to fetch https://repo.fury.io/redraw/packages 404 not found [ip: 23.24.224.92 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Apt failed to update indexes!

i’m running raspbian buster
4.19.66-v71+

I found a working solution on a forum post here to get the Picade hat working with a couple of the popular arcade PI4 images out at the moment.

git clone https://github.com/pimoroni/picade-hat
Enter the new directory: cd picade-hat
Run the installer: sudo ./install.sh
Reboot sudo reboot
Bind your controls and enjoy!

You may have issues with the Fan Shim, even without the software installed. The Picade X Hat uses BCM 18 as an i2s clock. That pin is also the fan control pin for the Fan Shim. A low on that pin will turn the Fan Off. If it starts buzzing etc you’ll now something isn’t right and you have a conflict.

ok great, thank you !

i’ve just seen a posts about modding the fansim in this config, so will read and also amend my latest post once i’ve testing the mod on my own PICADE :)