87a0624e93
The DB410c is a SBC with APQ8016 SoC. It runs on mainline without any patches. This port makes use of the existing linux-postmarketos-qcom-msm8916 kernel package that is used for other mainline MSM8916 devices. Tested functionality: - USB Network, USB Host (e.g. an USB keyboard) - Flashing (Fastboot) - Display (HDMI) - WiFi/BT - GPU - Audio (HDMI) - FDE Not tested: - GPS Note: The firmware package is called firmware-qcom-db410c (instead of arrow) because the firmware is provided directly by Qualcomm, not Arrow.
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
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="Arrow DragonBoard 410c"
|
|
deviceinfo_manufacturer="Arrow"
|
|
deviceinfo_codename="arrow-db410c"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_dtb="qcom/apq8016-sbc"
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_modules_initfs="display-connector adv7511 msm"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="embedded"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1920"
|
|
deviceinfo_screen_height="1080"
|
|
deviceinfo_getty="ttyMSM0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_offset_base="0x80000000"
|
|
deviceinfo_flash_offset_kernel="0x00080000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
|
deviceinfo_flash_pagesize="2048"
|
|
deviceinfo_flash_sparse="true"
|
|
deviceinfo_flash_fastboot_partition_system="rootfs"
|