26 lines
831 B
Text
26 lines
831 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="Banana Pi BPI-M2 Zero"
|
|
deviceinfo_manufacturer="Banana Pi"
|
|
deviceinfo_codename="bananapi-bpi-m2-zero"
|
|
deviceinfo_year="2017"
|
|
deviceinfo_dtb="sun8i-h2-plus-bananapi-m2-zero"
|
|
deviceinfo_arch="armv7"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="embedded"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_keyboard="true"
|
|
|
|
# Bootloader related
|
|
|
|
# U-Boot conflicts with GPT. (Partition table gets overwritten.)
|
|
deviceinfo_partition_type="msdos"
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_sd_embed_firmware_step_size="1024"
|
|
deviceinfo_sd_embed_firmware="u-boot/bananapi-m2-zero/u-boot.sunxi:8"
|
|
deviceinfo_boot_filesystem="fat32"
|