b37ce13469
This new package covers all three variants of the tablet: the WiFi version (SM-T310), the 3G version (SM-T311) and the LTE version (SM-T315). It uses the linux-postmarketos-exynos4 kernel, like other mainlined Exynos 4 devices.
41 lines
1.3 KiB
Text
41 lines
1.3 KiB
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="Samsung Galaxy Tab 3 8.0"
|
|
deviceinfo_manufacturer="Samsung"
|
|
deviceinfo_codename="samsung-lt01"
|
|
deviceinfo_year="2013"
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_dtb_3g="exynos4212-tab3-3g8"
|
|
deviceinfo_dtb_lte="exynos4212-tab3-lte8"
|
|
deviceinfo_dtb_wifi="exynos4212-tab3-wifi8"
|
|
deviceinfo_getty="ttySAC2;115200"
|
|
deviceinfo_arch="armv7"
|
|
deviceinfo_flash_kernel_on_update="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="800"
|
|
deviceinfo_screen_height="1280"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="heimdall-bootimg"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_bootimg_qcdt="false"
|
|
deviceinfo_bootimg_mtk_mkimage="false"
|
|
deviceinfo_bootimg_dtb_second="false"
|
|
deviceinfo_flash_offset_base="0x10000000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
deviceinfo_flash_pagesize="2048"
|
|
|
|
# Heimdall related
|
|
deviceinfo_flash_heimdall_partition_kernel="BOOT"
|
|
deviceinfo_flash_heimdall_partition_system="SYSTEM"
|
|
deviceinfo_flash_sparse="true"
|