add install instructions

This commit is contained in:
buzzer-re
2026-05-10 19:05:42 -03:00
parent 1e3c814f50
commit 3feb65e7e0
2 changed files with 243 additions and 3 deletions

View File

@@ -2,6 +2,32 @@
Single-patch PS5 IW620 port for NXP mwifiex.
## Install
Run from this package root:
```sh
sudo ./install.sh
```
Load the installed driver with:
```sh
sudo modprobe moal
```
If the firmware is not already installed at
`/lib/firmware/nxp/pcieuartiw620_combo_v1.bin`, pass it to the installer:
```sh
sudo FIRMWARE_SRC=/path/to/pcieuartiw620_combo_v1.bin ./install.sh
```
The firmware should be installed automatically by the Linux loader:
https://github.com/ps5-linux/ps5-linux-loader
If it is not, please open an issue.
## Fresh Build
Run from this package root:
@@ -36,6 +62,3 @@ Run from the built driver root:
```sh
sudo DRIVER_DIR="$PWD" ../test-iw620.sh capture
```
The patch does not add custom module flags. Disconnected scans are real scans;
connected scans complete from cached results to avoid the firmware hang.