Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

pi 5 info update. #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,31 @@ For ACPI changes in the UEFI to take effect, you need to uninstall this override
|CSI Camera Module|No driver available|_Not working_||
|3-pin case fan|UEFI-controlled|**Partially working**|Fan control can be enabled in the UEFI settings, but it will always stay on due to temperature control not working in Windows|

### Raspberry Pi 5 (ARM64)

|Device|Driver|Status|Additional information|
| --- | --- | --- | --- |
|SDHCI|sdbus.sys |**Partially working**| 12.5MB/s only No DMA, HS200/HS400 and UHS-I support at the moment.|
|GPIO|bcmgpio.sys|**Working**||
|SPI|bcmspi.sys|**Working**||
|AUXSPI|bcmauxspi.sys|**Working**||
|I2C|bcmi2c.sys|**Working**||
|PWM|bcm2836pwm.sys|**Working**||
|Audio Jack (PWM-driven)|rpiwav.sys|**Working**||
|Mini UART|pi_miniuart.sys|**Working**||
|PL011 UART|SerPL011.sys|**Working**||
|VC4 Mailbox Interface|rpiq.sys|**Working**||
|VC7 Host Interface Queue|vchiq.sys|_Not working_||
|VC7 GPU (Graphics)|roskmd.sys|_Not working_|the driver loads, but it doesn't do much as it's unfinished|
|HDMI Audio|rpi4hdmiwav.sys, rpi4hdmiwavbridge.sys|**Partially working**|only the HDMI0 port is supported (next to the USB-C port on RPi 4 or the SD card slot on RPi 400)|
|Basic Display Adapter (frame buffer)|MSBDD (Inbox)|**Working**||
|DesignWare HS USB 2.0 OTG Controller|mcci_dwchsotg_hcd.sys, mcci_dwchsotg_hub.sys|**Partially working**|RAM must be limited to 1 GB|
|RP1| | **Partially working**| See below|
|XHCI Host Controllers in RP1| USBXHCI.SYS|**Working**| |
|Gigabit Ethernet Controller in RP1 |No driver available|_Not working_||
|CYW43455 Wireless LAN|No driver available|_Not working_||
|CYW43455 UART Bluetooth|cywbtserialbus.sys|**Working**||

### Raspberry Pi 4 / 400 (ARM64)

|Device|Driver|Status|Additional information|
Expand Down