pmaports/device/testing/device-epson-embt2ws/deviceinfo
Andreas Kemnade f3cee8a36e
epson-embt2ws: new device (MR 5210)
Currently it requries the check_code result check in the
vendor uboot to be disabled as explained in the wiki.

Booting directly via reconfigured boot order still
does not work. It hangs somewhere in the kernel.

Firmware for Wifi/BT is not included yet.

It could use the linux-postmarketos-omap kernel in the future,
but there are still some dirty things in there e.g. for sound
which are not suitable for a multi-device kernel.
[ci:skip-build]: already built successfully in CI
2024-06-14 15:11:06 +02:00

28 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"