mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 21:03:23 +00:00
scripts: Update VBT path for Linux 6.8
The path to the VBT has seemingly changed on the new kernel. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
6dbf9ca5ca
commit
fe17aa2047
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get the Video BIOS Table and GOP driver for Intel systems
|
# Get the Video BIOS Table and GOP driver for Intel systems
|
||||||
if sudo [ -e /sys/kernel/debug/dri/0/i915_vbt ]
|
if sudo [ -e /sys/kernel/debug/dri/1/i915_vbt ]
|
||||||
then
|
then
|
||||||
sudo cat /sys/kernel/debug/dri/0/i915_vbt > "${MODEL_DIR}/vbt.rom"
|
sudo cat /sys/kernel/debug/dri/1/i915_vbt > "${MODEL_DIR}/vbt.rom"
|
||||||
|
|
||||||
INTEL_GOP_DRIVER_GUID="7755CA7B-CA8F-43C5-889B-E1F59A93D575"
|
INTEL_GOP_DRIVER_GUID="7755CA7B-CA8F-43C5-889B-E1F59A93D575"
|
||||||
EXTRACT_DIR="extract"
|
EXTRACT_DIR="extract"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue