deviceinfo 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Reference: <https://postmarketos.org/deviceinfo>
  2. # Please use double quotes only. You can source this file in shell scripts.
  3. deviceinfo_format_version="0"
  4. deviceinfo_name="Fairphone 2"
  5. deviceinfo_manufacturer="Fairphone"
  6. deviceinfo_date=""
  7. deviceinfo_keyboard="false"
  8. deviceinfo_nonfree="????"
  9. deviceinfo_dtb=""
  10. deviceinfo_modules=""
  11. deviceinfo_modules_initfs=""
  12. deviceinfo_external_disk="true"
  13. deviceinfo_external_disk_install="true"
  14. deviceinfo_flash_methods="fastboot"
  15. deviceinfo_flash_sparse="true"
  16. deviceinfo_arch="armhf"
  17. # Splash screen
  18. deviceinfo_screen_width="1080"
  19. deviceinfo_screen_height="1920"
  20. # Fastboot related
  21. deviceinfo_generate_bootimg="true"
  22. deviceinfo_bootimg_qcdt="true"
  23. deviceinfo_kernel_cmdline="console=ttyHSL0,115200,n8 PMOS_NO_OUTPUT_REDIRECT"
  24. deviceinfo_flash_offset_kernel="0x00000000"
  25. deviceinfo_flash_offset_ramdisk="0x02000000"
  26. deviceinfo_flash_offset_second="0x00f00000"
  27. deviceinfo_flash_offset_tags="0x01E00000"
  28. deviceinfo_flash_pagesize="2048"
  29. # Weston red screen workaround (see issue #54)
  30. deviceinfo_weston_pixman_type="2"