pmaports/device/community/device-google-gru/deviceinfo

30 lines
935 B
Text
Raw Normal View History

2023-07-14 21:53:04 +00:00
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.
deviceinfo_format_version="0"
deviceinfo_name="Google Gru Chromebook"
deviceinfo_manufacturer="Google"
deviceinfo_codename="google-gru"
deviceinfo_year="2017"
deviceinfo_dtb="rockchip/rk3399-gru*"
deviceinfo_arch="aarch64"
# Device related
# chassis does not make sense here, will probably be removed (pmb#2255)
deviceinfo_chassis="convertible"
deviceinfo_keyboard="true"
deviceinfo_external_storage="true"
deviceinfo_gpu_accelerated="true"
2024-06-21 21:14:02 +00:00
deviceinfo_disable_dhcpd="true"
2023-07-14 21:53:04 +00:00
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=null"
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
deviceinfo_cgpt_kpart_start="8192"
deviceinfo_cgpt_kpart_size="65536"
deviceinfo_depthcharge_board="gru"
deviceinfo_generate_depthcharge_image="true"
deviceinfo_generate_extlinux_config="true"