mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
Merge pull request #5507 from HiassofT/le10-rpi4-kernel-arm64
RPi4: switch to 64bit kernel
This commit is contained in:
commit
0b9677f685
@ -2,6 +2,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
||||||
|
arm_64bit=1
|
||||||
|
kernel=kernel.img
|
||||||
dtoverlay=vc4-kms-v3d,cma-512
|
dtoverlay=vc4-kms-v3d,cma-512
|
||||||
dtoverlay=rpivid-v4l2
|
dtoverlay=rpivid-v4l2
|
||||||
dtoverlay=
|
dtoverlay=
|
||||||
|
6376
projects/RPi/devices/RPi4/linux/linux.aarch64.conf
Normal file
6376
projects/RPi/devices/RPi4/linux/linux.aarch64.conf
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,3 +13,14 @@
|
|||||||
|
|
||||||
# set the addon project
|
# set the addon project
|
||||||
ADDON_PROJECT="ARMv8"
|
ADDON_PROJECT="ARMv8"
|
||||||
|
|
||||||
|
# build 64bit kernel
|
||||||
|
case $TARGET_ARCH in
|
||||||
|
arm)
|
||||||
|
TARGET_KERNEL_ARCH="arm64"
|
||||||
|
TARGET_KERNEL_PATCH_ARCH="aarch64"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# Kernel target
|
||||||
|
KERNEL_TARGET="Image"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user