1c8cb906f4
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> [ci:skip-build]: Already built successfully in CI.
23 lines
732 B
Text
23 lines
732 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="NVIDIA Tegra ARMv7"
|
|
deviceinfo_manufacturer="NVIDIA"
|
|
deviceinfo_codename="nvidia-tegra-armv7"
|
|
deviceinfo_year="2011"
|
|
deviceinfo_dtb="tegra*"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Device related
|
|
# Tablet should fit most of devices
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_external_storage="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot-bootpart"
|
|
deviceinfo_flash_fastboot_partition_kernel="system"
|
|
deviceinfo_flash_fastboot_partition_system="userdata"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
deviceinfo_kernel_cmdline="console=ttyS0,115200n8 rw gpt"
|