30 lines
911 B
Text
30 lines
911 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="Kobo Libra H2O"
|
||
|
deviceinfo_manufacturer="Kobo"
|
||
|
deviceinfo_codename="kobo-librah2o"
|
||
|
deviceinfo_year="2019"
|
||
|
deviceinfo_arch="armv7"
|
||
|
deviceinfo_dtb="imx6sll-kobo-librah2o"
|
||
|
|
||
|
# Device related
|
||
|
deviceinfo_chassis="tablet"
|
||
|
deviceinfo_keyboard="false"
|
||
|
# eMMC can be exported as mass storage
|
||
|
deviceinfo_external_storage="true"
|
||
|
deviceinfo_screen_width="1264"
|
||
|
deviceinfo_screen_height="1680"
|
||
|
|
||
|
# Bootloader related
|
||
|
deviceinfo_flash_method="none"
|
||
|
deviceinfo_boot_part_start="49152"
|
||
|
deviceinfo_getty="ttymxc0;115200"
|
||
|
deviceinfo_generate_legacy_uboot_initfs="true"
|
||
|
deviceinfo_no_framebuffer="true"
|
||
|
|
||
|
deviceinfo_sd_embed_firmware_step_size="512"
|
||
|
deviceinfo_sd_embed_firmware="u-boot/kobo-librah2o/u-boot.imx:2,u-boot/kobo-librah2o/u-boot-env.bin:1536"
|