pmaports/device/testing/device-lg-p895/deviceinfo
Svyatoslav Ryhel 2996901f11
device-lg-p895: switch to extlinux.conf (MR 3836)
Since re-crypt was finished now all T20/T30 devices
can be switched to use generic u-boot approach
and mount eMMC as external storage to host PC.

Unfortunately or fortunately this deprecates
any Android use on device. Have fun!

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2023-02-01 18:57:34 +02:00

24 lines
780 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="LG Optimus Vu"
deviceinfo_manufacturer="LG"
deviceinfo_codename="lg-p895"
deviceinfo_year="2012"
deviceinfo_dtb="tegra30-lg-p895"
deviceinfo_append_dtb="false"
deviceinfo_modules_initfs="ssd2825 panel-renesas-r61307 panel-renesas-r69328 rmi_core rmi_i2c"
deviceinfo_arch="armv7"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="768"
deviceinfo_screen_height="1024"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_generate_extlinux_config="true"
deviceinfo_kernel_cmdline="console=ttyS0,115200n8 rw gpt"