PiSupply / Media-Center-HAT

Resources for the Media Center HAT
Other
8 stars 3 forks source link

Update DT overlay to load gpio-ir #9

Open ChristopherRush opened 4 years ago

shawaj commented 4 years ago

Is this on the eeprom we need to update it?

Here it is for reference https://github.com/raspberrypi/linux/blob/rpi-4.19.y/arch/arm/boot/dts/overlays/media-center-overlay.dts

tvoverbeek commented 4 years ago

@shawaj @ChristopherRush Yes, the dts references lirc-rpi and lirc-pins. lirc is outdated. Most of it ca now be done with the media framework which is part of the kernel. The lirc-rpi module is no longer included in Buster.

ChristopherRush commented 4 years ago

I have added the overlay to the config.txt during the install process for the time being.

shawaj commented 4 years ago

Ahh ok - I guess we need to change the overlay in the main rpi repo then?

tvoverbeek commented 4 years ago

@shawaj Yes, More important which overlay is programmed in the Media HAT EEPROMs?

shawaj commented 4 years ago

@tvoverbeek the one in the eeprom currently is the GPIO 12 one. Using lirc.

Should have the final boards in about a week or two