mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +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
|
||||
|
||||
# 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
|
||||
OPENGLES="libmali"
|
||||
|
||||
|
@ -21,21 +21,6 @@
|
||||
;;
|
||||
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
|
||||
OPENGLES="mesa"
|
||||
|
||||
@ -47,3 +32,7 @@
|
||||
|
||||
# Mali GPU family
|
||||
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
|
||||
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
|
||||
################################################################################
|
||||
@ -43,7 +58,7 @@
|
||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||
# Space separated list is supported,
|
||||
# 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)
|
||||
INSTALLER_SUPPORT="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user