This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ceae51b1cc0e5a5b42999274657bd55606193661 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Jari=20H=C3=A4m=C3=A4l=C3=A4inen?= <[email protected]> | |
Date: Sun, 22 Nov 2020 15:24:49 +0200 | |
Subject: [PATCH] nuumio: pcie: Reimplement rockchip PCIe bus scan delay | |
Reimplementation of my old Rockchip PCIe bus scan delay patch for | |
kernels >= 5.9. | |
Delay may fix panix with some PCIe devices, like LSI SAS 9201-8i with | |
SAS2008 chipset in my case. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gdisk <file> or /dev/<target> | |
o // to create new gpt | |
y | |
x // expert menu | |
l // change sector alignment | |
64 | |
m // return to main menu | |
n // create new partition | |
1 | |
64 // start at sector 64 |