e302eff0bc
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
28 lines
933 B
Text
28 lines
933 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="Purism Librem 5 Devkit"
|
|
deviceinfo_manufacturer="Purism"
|
|
deviceinfo_codename="purism-librem5dev"
|
|
deviceinfo_date=""
|
|
deviceinfo_dtb="freescale/imx8mq-librem5-devkit"
|
|
deviceinfo_append_dtb="false"
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="720"
|
|
deviceinfo_screen_height="1440"
|
|
deviceinfo_no_framebuffer="true"
|
|
# The following is required since this device has builtin ethernet
|
|
deviceinfo_disable_dhcpd="true"
|
|
deviceinfo_getty="ttymxc0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="uuu"
|
|
deviceinfo_generate_legacy_uboot_initfs="true"
|
|
deviceinfo_sd_embed_firmware="firmware/librem5/devkit-boot.img:2"
|
|
deviceinfo_boot_part_start="4096"
|