mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
amlogic: fix project/device options and add systemd.debug_shell to boot params
This commit is contained in:
parent
0190d111c3
commit
6960978b4f
@ -21,21 +21,6 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Kernel target
|
|
||||||
KERNEL_TARGET="uImage.lzo"
|
|
||||||
|
|
||||||
# Kernel uImage load address
|
|
||||||
KERNEL_UIMAGE_LOADADDR="0x1980000"
|
|
||||||
|
|
||||||
# Kernel uImage entry address
|
|
||||||
KERNEL_UIMAGE_ENTRYADDR="0x1980000"
|
|
||||||
|
|
||||||
# Additional kernel make parameters
|
|
||||||
KERNEL_MAKE_EXTRACMD="dtbs"
|
|
||||||
|
|
||||||
# kernel serial console
|
|
||||||
EXTRA_CMDLINE="console=ttyAML0,115200n8 console=tty0"
|
|
||||||
|
|
||||||
# OpenGL-ES implementation to use
|
# OpenGL-ES implementation to use
|
||||||
OPENGLES="libmali"
|
OPENGLES="libmali"
|
||||||
|
|
||||||
|
@ -21,21 +21,6 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Kernel target
|
|
||||||
KERNEL_TARGET="uImage.lzo"
|
|
||||||
|
|
||||||
# Kernel uImage load address
|
|
||||||
KERNEL_UIMAGE_LOADADDR="0x1980000"
|
|
||||||
|
|
||||||
# Kernel uImage entry address
|
|
||||||
KERNEL_UIMAGE_ENTRYADDR="0x1980000"
|
|
||||||
|
|
||||||
# Additional kernel make parameters
|
|
||||||
KERNEL_MAKE_EXTRACMD="dtbs"
|
|
||||||
|
|
||||||
# kernel serial console
|
|
||||||
EXTRA_CMDLINE="console=ttyAML0,115200n8 console=tty0"
|
|
||||||
|
|
||||||
# OpenGL-ES implementation to use
|
# OpenGL-ES implementation to use
|
||||||
OPENGLES="mesa"
|
OPENGLES="mesa"
|
||||||
|
|
||||||
@ -47,3 +32,7 @@
|
|||||||
|
|
||||||
# Mali GPU family
|
# Mali GPU family
|
||||||
MALI_FAMILY="450 t820"
|
MALI_FAMILY="450 t820"
|
||||||
|
|
||||||
|
# set the addon dirs
|
||||||
|
ADDON_PATH="$ADDON_VERSION/AMLG12/$TARGET_ARCH"
|
||||||
|
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
|
||||||
|
@ -11,6 +11,21 @@
|
|||||||
# Kernel to use
|
# Kernel to use
|
||||||
LINUX="amlogic"
|
LINUX="amlogic"
|
||||||
|
|
||||||
|
# Kernel target
|
||||||
|
KERNEL_TARGET="uImage.lzo"
|
||||||
|
|
||||||
|
# Kernel uImage load address
|
||||||
|
KERNEL_UIMAGE_LOADADDR="0x1080000"
|
||||||
|
|
||||||
|
# Kernel uImage entry address
|
||||||
|
KERNEL_UIMAGE_ENTRYADDR="0x1080000"
|
||||||
|
|
||||||
|
# Additional kernel make parameters
|
||||||
|
KERNEL_MAKE_EXTRACMD="dtbs"
|
||||||
|
|
||||||
|
# kernel serial console
|
||||||
|
EXTRA_CMDLINE="systemd.debug_shell=ttyAML0 console=ttyAML0,115200n8 console=tty0"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# setup build defaults
|
# setup build defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -43,7 +58,7 @@
|
|||||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||||
FIRMWARE="dvb-firmware brcmfmac_sdio-firmware kernel-firmware"
|
FIRMWARE="dvb-firmware brcmfmac_sdio-firmware kernel-firmware qca-firmware"
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user