pmaports/device/testing/device-qcom-rbx/deviceinfo
Casey Connolly 5613801b5b
device-qcom-rbx: new aport
Add a generic device target which can boot on any of the Qualcomm
RB3/5/3Gen2 boards via systemd-boot. The boards are expected to have
U-Boot flashed as per the U-Boot documentation.

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6650
[ci:skip-build]: already built successfully in CI
2025-07-24 15:40:58 +02:00

34 lines
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="Qualcomm RBx"
deviceinfo_manufacturer="Qualcomm"
deviceinfo_codename="qcom-rbx"
deviceinfo_year="2020"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_gpu_accelerated="true"
deviceinfo_mesa_driver="msm"
deviceinfo_chassis="embedded"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200 pmos.nosplash"
deviceinfo_no_framebuffer="true"
# uncomment to enable a getty on the serial port
deviceinfo_getty="ttyMSM0;115200"
deviceinfo_generate_systemd_boot="true"
deviceinfo_boot_filesystem="fat32"
# Look ma! no hands!
# u-boot picks the right DTB for us, no need to specify it manually.
# deviceinfo_dtb=""
deviceinfo_initfs_compression="zstd:fast"
# Required for devices using UFS as storage (instead of e.g. eMMC)
deviceinfo_rootfs_image_sector_size="4096"