pmaports/device/testing/device-xiaomi-once/deviceinfo
Pablo Correa Gómez 4914067590
device/*: transform deviceinfo_modules_initfs into a file (MR 4169)
The file is automatically packed by devicepkg-dev utils

Relates #1836
2023-08-04 08:27:44 +02:00

25 lines
806 B
Text

# Maintainer: exkc <exxxxkc@getgoogleoff.me>
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.
deviceinfo_format_version="0"
deviceinfo_name="Xiaomi Mi Box 3"
deviceinfo_manufacturer="Xiaomi"
deviceinfo_codename="xiaomi-once"
deviceinfo_year="2016"
deviceinfo_dtb="amlogic/meson-gxl-s905x-xiaomi-once"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_chassis="desktop"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="800"
deviceinfo_screen_height="600"
deviceinfo_gpu_accelerated="true"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_generate_extlinux_config="true"
deviceinfo_kernel_cmdline="rw console=ttyAML0,115200 PMOS_NO_OUTPUT_REDIRECT no_console_suspend"