lafrite has u-boot in SPI already it also prevents lafrite from booting because pmbootstrap uses GPT partitioning now. Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
26 lines
781 B
Plaintext
26 lines
781 B
Plaintext
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Libre Computer AML-S805X-AC-V1.0"
|
|
deviceinfo_manufacturer="Libre Computer"
|
|
deviceinfo_codename="librecomputer-lafrite"
|
|
deviceinfo_year="2019"
|
|
deviceinfo_dtb="amlogic/meson-gxl-s805x-libretech-ac"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="embedded"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_screen_width="800"
|
|
deviceinfo_screen_height="600"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
deviceinfo_kernel_cmdline="quiet loglevel=2"
|