24 lines
734 B
Text
24 lines
734 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="nvidia/*"
|
||
|
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"
|