2017-10-14 16:20:48 +00:00
|
|
|
# Reference: <https://postmarketos.org/deviceinfo>
|
|
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
|
|
|
|
deviceinfo_format_version="0"
|
2020-05-17 15:17:31 +00:00
|
|
|
deviceinfo_name="Samsung Galaxy SL"
|
2017-10-14 16:20:48 +00:00
|
|
|
deviceinfo_manufacturer="Samsung"
|
2018-12-25 19:25:32 +00:00
|
|
|
deviceinfo_codename="samsung-i9003"
|
2020-03-07 16:10:22 +00:00
|
|
|
deviceinfo_year="2011"
|
2017-10-14 16:20:48 +00:00
|
|
|
deviceinfo_dtb=""
|
|
|
|
deviceinfo_modules_initfs=""
|
2018-03-07 22:35:02 +00:00
|
|
|
deviceinfo_external_storage="true"
|
2017-12-21 22:12:52 +00:00
|
|
|
deviceinfo_flash_method="heimdall-bootimg"
|
2020-05-30 18:30:51 +00:00
|
|
|
deviceinfo_arch="armv7"
|
2017-10-14 16:20:48 +00:00
|
|
|
|
|
|
|
# Device related
|
2020-05-17 13:33:49 +00:00
|
|
|
deviceinfo_chassis="handset"
|
2017-10-14 16:20:48 +00:00
|
|
|
deviceinfo_keyboard="false"
|
|
|
|
deviceinfo_screen_width="480"
|
|
|
|
deviceinfo_screen_height="800"
|
|
|
|
deviceinfo_dev_touchscreen="/dev/input/event2"
|
|
|
|
|
|
|
|
# Offsets for the boot.img
|
|
|
|
deviceinfo_generate_bootimg="true"
|
|
|
|
deviceinfo_kernel_cmdline="console=ttySAC2,115200 buildvariant=userdebug"
|
|
|
|
deviceinfo_flash_offset_kernel=0x00008000
|
|
|
|
deviceinfo_flash_offset_ramdisk=0x1000000
|
|
|
|
deviceinfo_flash_offset_second=0x00f00000
|
|
|
|
deviceinfo_flash_offset_tags=0x00000100
|
|
|
|
deviceinfo_flash_pagesize=4096
|
|
|
|
|
|
|
|
# Heimdall related
|
|
|
|
deviceinfo_flash_heimdall_partition_kernel="NORMALBOOT"
|
|
|
|
deviceinfo_flash_heimdall_partition_system="SYSTEM"
|