pmaports/device/device-htc-vision/deviceinfo
Matthias Berndt 33900c7889
New device: htc-vision (HTC Desire Z/G2) (!132)
Based on cmdrwgls original work from:
https://github.com/postmarketOS/pmbootstrap/pull/810

Fixed to actually boot, compile with GCC-6, and the touch screen is
working!

[skip ci]: already passed CI
2019-02-12 22:19:59 +01:00

31 lines
926 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="HTC Desire Z (vision)"
deviceinfo_manufacturer="HTC"
deviceinfo_date="2010"
deviceinfo_keyboard="true"
deviceinfo_nonfree="????"
deviceinfo_dtb=""
deviceinfo_modules_initfs=""
deviceinfo_external_storage="true"
deviceinfo_flash_method="fastboot"
deviceinfo_arch="armhf"
deviceinfo_codename="htc-vision"
# Splash screen
deviceinfo_screen_width="480"
deviceinfo_screen_height="800"
# Fastboot
deviceinfo_flash_offset_base="0x04000000"
deviceinfo_flash_offset_kernel="0008000"
deviceinfo_flash_offset_ramdisk="01000000"
deviceinfo_flash_offset_second="00f00000"
deviceinfo_flash_offset_tags="00000100"
deviceinfo_flash_pagesize="2048"
deviceinfo_kernel_cmdline="no_console_suspend=1"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"