amlogic: fix project/device options and add systemd.debug_shell to boot params

This commit is contained in:
chewitt 2020-02-20 11:01:09 +00:00
parent 0190d111c3
commit 6960978b4f
3 changed files with 20 additions and 31 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"