mirror of
https://github.com/ps5-linux/ps5-linux-patches.git
synced 2026-07-16 10:10:38 +00:00
Compare commits
5 Commits
kernel-7.0
...
kernel-7.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab738883aa | ||
|
|
e6fb93f866 | ||
|
|
7d5d7976dd | ||
|
|
d44cfeb934 | ||
|
|
99e816eccb |
19
README.md
19
README.md
@@ -6,7 +6,7 @@
|
||||
git clone https://github.com/ps5-linux/ps5-linux-patches
|
||||
git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
|
||||
cd linux
|
||||
git checkout tags/v7.0.5
|
||||
git checkout tags/v7.0.10
|
||||
git apply ../ps5-linux-patches/linux.patch
|
||||
cp ../ps5-linux-patches/.config .config
|
||||
make -j$(nproc)
|
||||
@@ -21,26 +21,9 @@ sudo make modules_install
|
||||
sudo make install
|
||||
```
|
||||
|
||||
If you use Arch Linux, then additionally do:
|
||||
|
||||
```bash
|
||||
sudo mkinitcpio -k "$(make kernelrelease)" -g /boot/initrd.img-$(make kernelrelease) || true
|
||||
```
|
||||
|
||||
If you are updating Linux on your external USB SSD or if you are directly booting into M.2 SSD, i.e. if you use `-m2` in `cmdline.txt`, then you have to update the files on the FAT32 partition of your USB drive:
|
||||
|
||||
```bash
|
||||
sudo cp /boot/vmlinuz /boot/efi/bzImage
|
||||
sudo cp /boot/initrd.img /boot/efi/initrd.img
|
||||
```
|
||||
|
||||
If you are updating Linux on your M.2 SSD, but you do not directly boot into it, i.e. if you use `m2_exec.sh`, then you do need to do this step.
|
||||
|
||||
|
||||
## TODO
|
||||
|
||||
- amdgpu smu driver to show correct gpu frequency and temperature
|
||||
- ethernet driver for (mediatek?) 0x104d:0x9104
|
||||
- xhci driver adjustment for 0x104d:0x9108 to enable bluetooth
|
||||
- hdmi converter improvments: hdr, rgb range, 120hz
|
||||
|
||||
|
||||
2308
linux.patch
2308
linux.patch
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user