28 lines
858 B
Text
28 lines
858 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="AYN Odin"
|
|
deviceinfo_manufacturer="AYN"
|
|
deviceinfo_codename="ayn-odin"
|
|
deviceinfo_year="2021"
|
|
deviceinfo_dtb_odin="qcom/sdm845-ayn-odin"
|
|
deviceinfo_dtb_odin_m2="qcom/sdm845-ayn-odin-m2"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_gpu_accelerated="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="console=tty1 PMOS_NOSPLASH"
|
|
deviceinfo_generate_systemd_boot="true"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_partition_type="gpt"
|
|
|
|
# Required for devices using UFS as storage (instead of e.g. eMMC)
|
|
deviceinfo_rootfs_image_sector_size="4096"
|