2996901f11
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>
24 lines
780 B
Text
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"
|