29 lines
926 B
Text
29 lines
926 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="Epson Moverio BT-200"
|
||
|
deviceinfo_manufacturer="Epson"
|
||
|
deviceinfo_codename="epson-embt2ws"
|
||
|
deviceinfo_year="2014"
|
||
|
deviceinfo_arch="armv7"
|
||
|
deviceinfo_dtb="omap4-epson-embt2ws"
|
||
|
deviceinfo_kernel_cmdline="console=ttyS2,115200"
|
||
|
deviceinfo_generate_extlinux_config="true"
|
||
|
# Device related
|
||
|
# chassis = touchpad with buttons + glasses
|
||
|
deviceinfo_chassis="embedded"
|
||
|
deviceinfo_keyboard="false"
|
||
|
deviceinfo_external_storage="true"
|
||
|
|
||
|
# Bootloader related
|
||
|
deviceinfo_flash_method="none"
|
||
|
deviceinfo_boot_part_start="2048"
|
||
|
deviceinfo_boot_filesystem="fat32"
|
||
|
deviceinfo_getty="ttyS2;115200"
|
||
|
deviceinfo_no_framebuffer="true"
|
||
|
|
||
|
deviceinfo_sd_embed_firmware_step_size="512"
|
||
|
deviceinfo_sd_embed_firmware="u-boot/epson-embt2ws/MLO:256,u-boot/epson-embt2ws/u-boot.img:512"
|