mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
20 lines
504 B
Plaintext
20 lines
504 B
Plaintext
# MXQ TV box based on Amlogic S805 quad core 1GB RAM SoC GBE
|
|
BOARD_NAME="MXQ"
|
|
BOARDFAMILY="meson8b"
|
|
BOARD_MAINTAINER=""
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
BOOTCONFIG="none"
|
|
BOOTSCRIPT="boot-aml-s805-mxq.cmd:boot.cmd"
|
|
# The preinstalled U-BOOT looks for this script
|
|
BOOTSCRIPT_OUTPUT="s805_autoscript"
|
|
BOOTENV_FILE="aml-s805-mxq.txt"
|
|
|
|
BOOTSIZE="200"
|
|
BOOTFS_TYPE="fat"
|
|
BOOT_LOGO=desktop
|
|
|
|
family_tweaks() {
|
|
cp $SRC/packages/blobs/splash/armbian-u-boot-24.bmp $SDCARD/boot/boot.bmp
|
|
}
|